body .ow-content-card a {
  width: 100%; }

.simple-card {
  background-color: #EDEDED;
  outline: 6px transparent;
  outline-offset: -1px; }
  @media only screen and (min-width: 768px) {
    .simple-card .card-body {
      height: 160px; } }
  .simple-card .card-body .card-title {
    color: #2C2A29;
    font-size: 18px; }
    @media screen and (min-width: 0) {
      .simple-card .card-body .card-title {
        font-size: 18px; } }
    @media screen and (min-width: 768px) {
      .simple-card .card-body .card-title {
        font-size: 18px; } }
    @media screen and (min-width: 992px) {
      .simple-card .card-body .card-title {
        font-size: 21px; } }
  .simple-card .card-body .card-text {
    color: rgba(44, 42, 41, 0.7);
    font-size: 16px; }
    @media screen and (min-width: 0) {
      .simple-card .card-body .card-text {
        font-size: 13px; } }
    @media screen and (min-width: 768px) {
      .simple-card .card-body .card-text {
        font-size: 16px; } }
    @media screen and (min-width: 992px) {
      .simple-card .card-body .card-text {
        font-size: 16px; } }
  .simple-card .card-image {
    padding: 8px;
    min-width: 90px;
    max-width: 90px; }
    @media only screen and (min-width: 768px) {
      .simple-card .card-image {
        aspect-ratio: 5/3;
        padding: 0;
        min-width: unset;
        max-width: unset;
        height: 160px;
        width: 100%; } }
    .simple-card .card-image img {
      border-radius: 4px;
      -webkit-border-radius: 4px;
      -moz-border-radius: 4px; }
      @media only screen and (min-width: 768px) {
        .simple-card .card-image img {
          border-radius: 0 0 8px 8px;
          -webkit-border-radius: 0 0 8px 8px;
          -moz-border-radius: 0 0 8px 8px;
          object-fit: cover;
          height: 160px; } }

.dark-theme-card .simple-card .card-body .card-text {
  color: rgba(240, 240, 240, 0.7) !important; }

.dark-theme .simple-card .card-body .card-text {
  color: rgba(240, 240, 240, 0.7) !important; }

.dark-theme .light-theme-card .simple-card {
  background-color: #EDEDED; }
  .dark-theme .light-theme-card .simple-card .card-body .card-title {
    color: #2C2A29 !important; }
  .dark-theme .light-theme-card .simple-card .card-body .card-text {
    color: rgba(44, 42, 41, 0.7) !important; }
