.mp-news-page {
  padding: 3rem 0 5rem;
  background: radial-gradient(circle at 12% 12%, rgba(254, 236, 2, 0.16), transparent 45%),
              radial-gradient(circle at 88% 8%, rgba(45, 185, 229, 0.14), transparent 48%),
              #f6f6f4;
  color: #1d1f26;
}

.mp-offer-banner {
  margin: 57px 0 0;
}

.mp-news-page__hero {
  max-width: 760px;
  margin: 0 auto 3.5rem;
  text-align: center;
}

.mp-news-page__eyebrow {
  margin: 0 0 0.6rem;
  text-transform: uppercase;
  letter-spacing: 0.32em;
  font-weight: 700;
  font-size: 0.78rem;
  color: #6c6f77;
}

.mp-news-page__hero h1 {
  font-size: clamp(2.4rem, 4vw, 3.6rem);
  font-weight: 700;
  margin: 0 0 0.8rem;
}

.mp-news-page__lead {
  font-size: 1.1rem;
  color: #5e636c;
  margin: 0;
}

.mp-news-page__layout {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 320px;
  gap: 2.6rem;
  align-items: start;
}

.mp-news-page__main {
  display: flex;
  flex-direction: column;
  gap: 2rem;
}

.mp-news-page__aside {
  position: static;
  top: auto;
  display: flex;
  flex-direction: column;
  gap: 2rem;
}

.mp-news-feature {
  display: grid;
  grid-template-columns: minmax(0, 1.2fr) minmax(0, 1fr);
  gap: 2rem;
  padding: 2rem;
  border-radius: 26px;
  background: #fff;
  border: 1px solid #e6e7eb;
  box-shadow: 0 22px 50px rgba(15, 23, 42, 0.08);
  overflow: hidden;
  min-height: 320px;
}

.mp-news-feature--hidden {
  display: none;
}

.mp-news-feature__media {
  border-radius: 20px;
  overflow: hidden;
  background: #f0f1f3;
}

.mp-news-feature__media img {
  display: block;
  width: 100%;
  height: 100%;
  min-height: 260px;
  object-fit: cover;
}

.mp-news-feature__body {
  display: flex;
  flex-direction: column;
  gap: 0.9rem;
}

.mp-news-tag {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  font-size: 0.72rem;
  text-transform: uppercase;
  letter-spacing: 0.14em;
  font-weight: 700;
  color: #2a2e36;
  background: #eef0f4;
  border-radius: 999px;
  padding: 0.35rem 0.75rem;
}

.mp-news-title {
  font-size: clamp(1.6rem, 2.6vw, 2.2rem);
  font-weight: 700;
  margin: 0;
}

.mp-news-title a {
  color: #12141a;
}

.mp-news-excerpt {
  color: #5d616a;
  font-size: 1rem;
  margin: 0;
  line-height: 1.6;
}

.mp-news-meta {
  display: flex;
  gap: 1rem;
  align-items: center;
  font-size: 0.9rem;
  color: #727783;
}

.mp-news-comments {
  display: inline-flex;
  align-items: center;
  gap: 0.35rem;
  padding: 0.2rem 0.6rem;
  border-radius: 999px;
  background: #f1f3f6;
  color: #303641;
  font-weight: 600;
  font-size: 0.78rem;
  position: static;
  top: auto;
  right: auto;
}

.mp-news-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 1.6rem;
}

.mp-news-card {
  background: #fff;
  border-radius: 20px;
  overflow: hidden;
  border: 1px solid #e4e6ec;
  box-shadow: 0 16px 35px rgba(15, 23, 42, 0.08);
  display: flex;
  flex-direction: column;
  min-height: 100%;
}

.mp-news-card__media img {
  width: 100%;
  height: 180px;
  object-fit: cover;
  display: block;
}

.mp-news-card__body {
  padding: 1.2rem 1.3rem 1.4rem;
  display: flex;
  flex-direction: column;
  gap: 0.6rem;
  flex: 1;
}

.mp-news-card__title {
  font-size: 1.05rem;
  font-weight: 700;
  margin: 0;
}

.mp-news-card__title a {
  color: #12141a;
}

.mp-news-card__excerpt {
  color: #5f6470;
  font-size: 0.92rem;
  line-height: 1.5;
  margin: 0;
}

.mp-news-card__meta {
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-size: 0.78rem;
  color: #7a7f8a;
  margin-top: auto;
}

.mp-news-search {
  display: flex;
  align-items: center;
  gap: 0.75rem;
  padding: 1.4rem;
  border-radius: 20px;
  background: #fff;
  border: 1px solid #e4e6ec;
  box-shadow: 0 16px 35px rgba(15, 23, 42, 0.06);
}

.mp-news-search input {
  width: 100%;
  flex: 1;
  min-width: 0;
  border-radius: 999px;
  border: 1px solid #d8dbe2;
  padding: 0.7rem 1rem;
  background: #f7f8fa;
  color: #12141a;
}

.mp-news-search input::placeholder {
  color: #9aa0aa;
}

.mp-news-search__btn {
  border: none;
  border-radius: 999px;
  width: 44px;
  height: 44px;
  padding: 0;
  font-weight: 700;
  color: #000;
  background: var(--amarillo);
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0.5rem;
  box-shadow: 0 12px 22px rgba(254, 236, 2, 0.2);
  line-height: 1;
}

.mp-news-categories {
  padding: 1.4rem;
  border-radius: 20px;
  background: #fff;
  border: 1px solid #e4e6ec;
  box-shadow: 0 16px 35px rgba(15, 23, 42, 0.06);
}

.mp-news-categories h2,
.mp-news-comments-panel h2 {
  font-size: 1.1rem;
  margin: 0 0 1.4rem .7rem;
  font-weight: 600;
}

.mp-news-categories__list {
  display: flex;
  flex-direction: column;
  gap: 0.3rem;
}

.mp-news-category {
  border: 1px solid #dde1e8;
  color: #2f3440;
  background: #f6f7f9;
  border-radius: 999px;
  padding: 0.45rem 0.9rem;
  text-align: left;
  transition: border-color 0.2s ease, color 0.2s ease, background 0.2s ease;
}

.mp-news-category:hover {
  border-color: #c7ccd6;
  color: #171a20;
  background: #eef1f5;
}

.mp-news-category.is-active {
  border-color: #f2d100;
  color: #1b1d22;
  background: rgba(254, 236, 2, 0.28);
}

.mp-news-comments-panel {
  padding: 1.4rem;
  border-radius: 20px;
  background: #fff;
  border: 1px solid #e4e6ec;
  box-shadow: 0 16px 35px rgba(15, 23, 42, 0.06);
}

.mp-news-comments-list {
  display: flex;
  flex-direction: column;
  gap: 0.9rem;
}

.mp-news-comment {
  display: grid;
  grid-template-columns: 48px 1fr;
  gap: 0.75rem;
  align-items: start;
  text-decoration: none;
  color: inherit;
}

.mp-news-comment__avatar {
  width: 48px;
  height: 48px;
  border-radius: 50%;
  border: none;
  background: #fff;
  object-fit: cover;
}

.mp-news-comment__bubble {
  position: relative;
  padding: 0.7rem 0.9rem 0.8rem;
  background: #f6f7f9;
  border: none;
  border-radius: 18px;
  box-shadow: 1px 1px 0 rgba(27, 29, 34, 0.14);
  transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.mp-news-comment__bubble::before {
  content: "";
  position: absolute;
  left: -6px;
  top: 18px;
  width: 12px;
  height: 12px;
  background: #f6f7f9;
  transform: rotate(45deg);
}

.mp-news-comment__text {
  margin: 0 0 0.5rem;
  font-size: 0.9rem;
  line-height: 1.45;
  color: #2a2e36;
}

.mp-news-comment__author {
  display: inline;
  font-size: 0.9rem;
  font-weight: 700;
  letter-spacing: 0;
  text-transform: none;
  color: #1f232b;
}

.mp-news-comment__divider {
  display: block;
  width: 100%;
  height: 1px;
  background: #e1e4eb;
  margin: 0 0 0.4rem;
}

.mp-news-comment__post {
  display: block;
  font-size: 0.82rem;
  color: #3f4550;
  margin-top: 0;
}

.mp-news-comment:hover .mp-news-comment__bubble {
  transform: translateY(-2px);
  box-shadow: 5px 6px 0 rgba(27, 29, 34, 0.16);
}

.mp-news-loading,
.mp-news-empty {
  padding: 2rem;
  border-radius: 20px;
  border: 1px dashed #d5d9e1;
  color: #6e7380;
  text-align: center;
  background: #fff;
}

.mp-news-loading {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.75rem;
}

.mp-news-loading::before {
  content: "";
  width: 22px;
  height: 22px;
  min-width: 22px;
  min-height: 22px;
  aspect-ratio: 1;
  flex-shrink: 0;
  border-radius: 50%;
  border: 3px solid rgba(18, 20, 26, 0.15);
  border-top-color: var(--amarillo);
  animation: mp-news-spin 0.85s linear infinite;
}

@keyframes mp-news-spin {
  to {
    transform: rotate(360deg);
  }
}

.mp-news-pagination {
  margin-top: 2rem;
  display: flex;
  flex-wrap: wrap;
  gap: 0.6rem;
  align-items: center;
  justify-content: center;
}

.mp-news-pagination .mp-news-page {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 40px;
  padding: 0.45rem 0.8rem;
  border-radius: 999px;
  border: 1px solid #dde1e8;
  background: #f6f7f9;
  color: #2f3440;
  font-weight: 600;
  font-size: 0.9rem;
  cursor: pointer;
}

.mp-news-pagination .mp-news-page:hover {
  border-color: #c7ccd6;
  background: #eef1f5;
  color: #171a20;
}

.mp-news-pagination .mp-news-page.is-active,
.mp-news-pagination .mp-news-page.is-active:hover {
  background: var(--amarillo);
  border-color: var(--amarillo);
  color: #000;
}

.mp-news-pagination .mp-news-page--ellipsis {
  border: none;
  background: transparent;
  color: #8a909b;
  min-width: auto;
  padding: 0 0.2rem;
  pointer-events: none;
}

.divisornoticiaspie {
  background: url(../img/separador_oscuro_claro.svg) center bottom no-repeat;
  height: 20px;
  background-color: #F6F6F4;
  margin-bottom: -2px;
}

.coachs {
  padding-top: 4em;
}

@media (max-width: 1200px) {
  .mp-news-page__layout {
    grid-template-columns: minmax(0, 1fr) 280px;
  }
  .mp-news-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 992px) {
  .mp-news-page__layout {
    grid-template-columns: 1fr;
  }
  .mp-news-page__aside {
    position: static;
  }
  .mp-news-feature {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 640px) {
  .mp-news-grid {
    grid-template-columns: 1fr;
  }
  .mp-news-feature {
    padding: 1.5rem;
  }
  .mp-news-card__media img {
    height: 160px;
  }
}
