body[class*="home"] .secondary-section .most-read__tabs {
  border: 2px solid var(--op-color-middle-grey);
  background-color: var(--op-color-middle-grey);
  border-radius: 4px;
  margin-top: 41px !important;
}

body[class*="articles-home"] .article__content .most-read__tabs {
  border: 2px solid var(--op-color-middle-grey);
  background-color: var(--op-color-middle-grey);
  border-radius: 4px;
  margin-top: 41px !important;
}

body[class*="home"] .most-read__tabs-contents {
  background: #fff;
  border-radius: 4px;
  padding-bottom: 20px;
}

body[class*="home"] .most-read__tabs .most-read__tabs-container {
  margin-bottom: 0;
}

body[class*="home"] .most-read__tabs .most-read__tab {
  color: var(--op-color-teal);
  background: var(--op-color-middle-grey);
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}

body[class*="home"] .most-read__tabs .most-read__tab:hover {
  color: #000;
}

body[class*="home"] .most-read__tabs .most-read__tab.most-read__tab--selected {
  background-color: #fff;
  color: #000;
}

body[class*="home"] .most-read__tabs .most-read__mr-article {
  padding: 0 0 0 0;
  padding-top: 15px;
  /* align-items: center; */
}

body[class*="articles-home"] .most-read__tabs .most-read__mr-article {
  padding-top: 10px;
}
body[class*="home"] .secondary-article-small .secondary-article-small__picture img {
  border-radius: 0px !important;
}
@media (max-width: 768px) {
  .most-read__mr-article {
      padding-bottom: 14px;
      padding-top: 14px;
  }

  .most__read__image_center {
    padding-left: 15px !important;
  }

  body[class*="home"] .most-read__tabs .most-read__mr-article .most-read__mr-article__details h3 {
    font-size: 22px !important;
    font-weight: 400 !important;
    padding-right: 10px;
    /* padding-left: 10px; */
  }
}

@media screen and (max-width: 480px) {
  .most-read__mr-article__title {
    font-size: 18px !important;
    line-height: 22px !important;
    font-weight: 400 !important;
    margin-left: 10px;
}
}

body[class*="home"] .secondary-article-small .secondary-article-small__picture img {
  border-radius: 0px !important;
}
@media (max-width: 768px) {
  .most-read__mr-article {
      padding-bottom: 14px;
      padding-top: 14px;
  }

  .most__read__image_center {
    padding-left: 15px !important;
  }

  body[class*="home"] .most-read__tabs .most-read__mr-article .most-read__mr-article__details h3 {
    font-size: 18px !important;
    font-weight: 400 !important;
  }
}

@media screen and (max-width: 480px) {
  .most-read__mr-article__title {
    font-size: 18px !important;
    line-height: 22px !important;
    font-weight: 400 !important;
    margin-left: 20px;
}
}


body[class*="home"] .most-read__tabs .most-read__mr-article:hover {
  background-color: #cadce2;
}

body[class*="home"]
  .most-read__tabs
  .most-read__mr-article
  .most-read__mr-article__number
  .most-read__mr-article__number-inner {
  color: var(--op-color-teal);
  font-family: var(--merri);
}

body[class*="home"]
  .most-read__tabs
  .most-read__mr-article
  .most-read__mr-article__details {
  width: 100%;
  min-height: 100px;
  padding-right: 5px;
  padding-bottom: 15px;
  padding-left: 5px;
  border: 0 !important;
}

body[class*="articles-home"]
  .most-read__tabs
  .most-read__mr-article
  .most-read__mr-article__details {
  padding-bottom: 0px;
  min-height: 58px;
}

body[class*="home"]
  .most-read__tabs
  .most-read__mr-article:not(:last-child)
  .most-read__mr-article__details {
  border-bottom: 1px dashed #b3b3b3;
}

body[class*="home"] .most-read__tabs .most-read__mr-article__title a {
  color: var(--op-color-black-30);
}

.most-read__mr-article__number {
  padding: 15px;
}
.most-read__mr-article__number img {
  border-radius: 5px;
}

/* body[class*="home"] .most-read__tabs .most-read__tabs-container {
  margin-bottom: 15px;
} */

.most-read__mr-article__details {
  border-bottom: 1px dotted var(--op-color-middle-grey);
}
@media screen and (min-width: 767.9px) {
  body[class*="home"]
    .secondary-section.secondary-section--with-tabs
    .tablet-flex-most-read
    .most-read__tabs {
    width: 100%;
    margin-top: 0 !important;
  }

  body[class*="home"]
    .secondary-section.secondary-section--with-tabs
    .tablet-flex-most-read
    .most-read__tabs
    .most-read__tab {
    margin-top: 0;
    font-size: 14px;
  }

  body[class*="home"] .most-read__tabs .most-read__mr-article {
    flex: 0 1 100%;
  }

  body[class*="home"]
    .most-read__tabs
    .most-read__mr-article
    .most-read__mr-article__number-inner {
    width: 47px;
    height: 47px;
  }
}

@media screen and (min-width: 992px) {
  body[class*="home"] .most-read__tabs .most-read__mr-article .most-read__mr-article__number {
    padding: 0 15px;
  }

  body[class*="home"] .most-read__tabs .most-read__mr-article .most-read__mr-article__number img {
    border-radius: 5px;
  }

  body[class*="home"] .most-read__tabs .most-read__mr-article .most-read__mr-article__details {
    display: flex;
    align-items: center;
  }

  body[class*="articles-home"] .most-read__tabs .most-read__mr-article .most-read__mr-article__details {
    display: flex;
    align-items: flex-start;
  }

  body[class*="home"] .most-read__tabs .most-read__mr-article .most-read__mr-article__title {
    font-size: var(--heading-4-font-size);
    line-height: var(--heading-4-line-height);
    padding-right: 5px;
  }
  body[class*="articles-home"] .article__content .most-read__tabs {
    margin-top: 0px !important;
  }
}

/*  fix imagenes lo mas  */

.most-read__mr-article {
  align-items: start !important;
}

@media (max-width: 1199.98px) {
  .most-read__mr-article__details {
    display: flex !important;
    flex-direction: column !important;
    justify-content: start !important;
  }

  .most__read__image_center {
    display: flex;
    justify-content: center;
  }

  .most-read__tab {
    margin-top: 0px !important;
  }
}
