.news-side-panel {
  padding: 68px 33px 34px;
  overflow: hidden;
  border-radius: 24px;
}
.news-side-panel h2 {
  font-family: var(--font-display);
  font-weight: 400;
  letter-spacing: 0;
  line-height: 0.86;
  text-transform: uppercase;
  margin: 0;
  color: #014a1e;
  font-size: 40px;
}

.news-categories {
  height: 438px;
  padding-right: 32px;
  padding-left: 36px;
  background: #eaeaea;
}
.news-categories ul {
  margin: 30px 0 0;
  padding: 0;
  list-style: none;
}
.news-categories li + li {
  border-top: 1px solid #d1d1d1;
}
.news-categories a {
  display: flex;
  height: 61px;
  align-items: center;
  justify-content: space-between;
  color: #010101;
  font-size: 1.25rem;
  text-decoration: none;
}
.news-categories strong {
  color: #014a1e;
  font-weight: 600;
}

.news-categories__label {
  display: inline-flex;
  align-items: center;
  gap: 13px;
}
.news-categories__label img {
  width: 27px;
  height: 27px;
  flex: 0 0 27px;
  object-fit: contain;
}

.news-member-card {
  position: relative;
  display: block;
  height: 347px;
  margin-top: 32px;
  overflow: hidden;
  color: #ffffff;
  text-decoration: none;
  background: #9d0300;
  border-radius: 24px;
}
.news-member-card > span {
  font-family: var(--font-display);
  font-weight: 400;
  letter-spacing: 0;
  line-height: 0.86;
  text-transform: uppercase;
  position: absolute;
  top: 77px;
  left: 32px;
  z-index: 2;
  font-size: 58px;
}
.news-member-card strong {
  display: block;
  color: #ffcc07;
  font-weight: 400;
}
.news-member-card img {
  position: absolute;
  right: -78px;
  bottom: -10px;
  width: 317px;
  transform: rotate(-5deg);
}

.news-newsletter {
  height: 343px;
  margin-top: 25px;
  background: #eaeaea;
}
.news-newsletter > p {
  margin: 12px 0 26px;
  font-size: 1.125rem;
  line-height: 1.45;
}
.news-newsletter form {
  display: grid;
  gap: 20px;
}
.news-newsletter input,
.news-newsletter button {
  width: 100%;
  height: 50px;
  border: 0;
  border-radius: 8px;
}
.news-newsletter input {
  padding-inline: 15px;
  font: inherit;
  background: #ffffff;
}
.news-newsletter button {
  width: 164px;
  color: #ffffff;
  font-size: 1rem;
  font-weight: 600;
  text-transform: uppercase;
  background: #e52521;
  cursor: pointer;
}

.news-newsletter__status {
  min-height: 20px;
  margin: -12px 0 0;
  color: #014a1e;
  font-size: 0.75rem;
}

.single-news {
  color: #010101;
  background: #f2f2f2;
}
.single-news.layout-branded-page .site-header {
  color: #014a1e;
}
.single-news.layout-branded-page .primary-menu a {
  color: #001007;
}
.single-news.layout-branded-page .site-header__actions {
  color: #014a1e;
}
.single-news.layout-branded-page .site-header__actions img {
  filter: brightness(0) saturate(100%) invert(22%) sepia(42%) saturate(1454%) hue-rotate(102deg) brightness(86%) contrast(99%);
}
.single-news.layout-branded-page .site-header__member {
  color: #ffffff;
}

.single-article {
  position: relative;
  min-height: 2485px;
  overflow: hidden;
  background: #f2f2f2;
}
.single-article::before {
  position: absolute;
  inset: 0 0 auto;
  height: 854px;
  background: url("../../img/noticias/single-pattern.jpg") center 34%/cover no-repeat;
  content: "";
  mix-blend-mode: multiply;
  opacity: 0.084;
  pointer-events: none;
}

.single-article__header {
  position: relative;
  z-index: 1;
  width: min(100% - 160px, 1464px);
  height: 617px;
  margin-inline: auto;
}
.single-article__header > .news-chip {
  position: absolute;
  top: 278px;
  left: 0;
}

.single-article__breadcrumb {
  position: absolute;
  top: 229px;
  left: 0;
  display: flex;
  max-width: 1020px;
  align-items: center;
  gap: 5px;
  color: #106734;
  font-size: 0.875rem;
  font-weight: 500;
  white-space: nowrap;
}
.single-article__breadcrumb a {
  text-decoration: none;
}
.single-article__breadcrumb > span:last-child {
  overflow: hidden;
  text-overflow: ellipsis;
}

.news-chip {
  display: inline-flex;
  min-width: 132px;
  height: 39px;
  align-items: center;
  justify-content: center;
  padding-inline: 20px;
  color: #ffffff;
  font-size: 1.125rem;
  text-transform: uppercase;
  background: #e52521;
  border-radius: 999px;
}

.single-article__dek {
  position: absolute;
  top: 455px;
  left: 0;
  width: 720px;
  margin: 0;
  color: #6f6f6f;
  font-size: 1.125rem;
  line-height: 1.55;
}

.single-article__meta {
  position: absolute;
  top: 534px;
  left: 0;
  display: flex;
  width: 1020px;
  height: 60px;
  align-items: center;
  color: #6f6f6f;
  font-size: 0.875rem;
}
.single-article__meta > img {
  width: 42px;
  height: 52px;
  margin-right: 12px;
  object-fit: contain;
}
.single-article__meta > p {
  margin: 0;
}
.single-article__meta strong {
  color: #010101;
  font-weight: 500;
}

.single-article__share {
  display: flex;
  align-items: center;
  gap: 11px;
  margin-left: 92px;
}
.single-article__share > span {
  margin-right: 4px;
}
.single-article__share a {
  display: inline-flex;
  width: 25px;
  height: 25px;
  align-items: center;
  justify-content: center;
  color: #ffffff;
  font-size: 0.7rem;
  font-weight: 700;
  text-decoration: none;
  text-transform: uppercase;
  background: #014a1e;
  border-radius: 50%;
}

.single-article__layout {
  position: relative;
  z-index: 1;
  display: grid;
  width: min(100% - 160px, 1464px);
  grid-template-columns: 1020px 370px;
  gap: 74px;
  margin-inline: auto;
}

.single-article__main {
  min-width: 0;
}

.single-article__featured {
  width: 1020px;
  height: 459px;
  margin: 0;
  overflow: hidden;
  border-radius: 24px;
}
.single-article__featured img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.single-article__content {
  min-height: 638px;
  padding-top: 27px;
  color: #6f6f6f;
  font-size: 1.125rem;
  line-height: 1.55;
}
.single-article__content > p {
  margin: 0 0 27px;
}
.single-article__content blockquote {
  margin: 42px 0 43px;
  padding: 35px 54px 32px;
  border-left: 11px solid #e52521;
  background: rgba(255, 255, 255, 0.55);
}
.single-article__content blockquote p {
  margin: 0;
  font-size: 1.25rem;
  font-style: italic;
  line-height: 1.55;
}
.single-article__content cite {
  display: block;
  margin-top: 25px;
  color: #e52521;
  font-size: 1.125rem;
  font-style: normal;
  font-weight: 500;
}

.single-match {
  height: 449px;
  padding: 40px 31px;
  border-top: 6px solid #e52521;
  border-radius: 24px;
  background: #ffffff;
  box-shadow: 0 1px 2px rgba(1, 1, 1, 0.16);
}
.single-match h2 {
  margin: 0 0 23px;
  color: #6f6f6f;
  font-size: 1.5rem;
  line-height: 1.2;
}
.single-match dl,
.single-match p {
  margin: 0;
  color: #6f6f6f;
  font-size: 1.125rem;
  line-height: 1.45;
}
.single-match dl div {
  display: flex;
}
.single-match dt {
  color: #010101;
  font-weight: 700;
}
.single-match dd {
  margin-left: 4px;
}
.single-match > p {
  margin-top: 21px;
}

.single-match__teams {
  display: flex;
  height: 142px;
  align-items: center;
  gap: 27px;
  margin-top: 27px;
}
.single-match__teams > div {
  display: flex;
  align-items: center;
  gap: 19px;
}
.single-match__teams img {
  width: 92px;
  height: 120px;
  object-fit: contain;
}
.single-match__teams strong {
  min-width: 123px;
  font-size: 1.125rem;
}
.single-match__teams > span {
  color: #c3c3c3;
  font-size: 2.375rem;
  font-weight: 700;
}

.single-article__tags {
  display: flex;
  height: 68px;
  align-items: end;
  gap: 13px;
  font-size: 0.875rem;
}
.single-article__tags strong {
  margin-right: 4px;
  padding-bottom: 8px;
}
.single-article__tags a,
.single-article__tags span {
  display: inline-flex;
  min-width: 91px;
  height: 34px;
  align-items: center;
  justify-content: center;
  padding-inline: 18px;
  color: #010101;
  text-decoration: none;
  background: #ffffff;
  border: 1px solid #d8d8d8;
  border-radius: 999px;
}

.single-post-nav {
  display: grid;
  height: 136px;
  grid-template-columns: 1fr 1fr;
  margin-top: 32px;
  overflow: hidden;
  background: #eaeaea;
  border-radius: 8px;
}
.single-post-nav > a {
  position: relative;
  display: grid;
  grid-template-columns: 1fr 117px;
  grid-template-rows: 34px 1fr;
  column-gap: 20px;
  padding: 24px 38px 20px;
  color: #010101;
  text-decoration: none;
}
.single-post-nav > a + a {
  border-left: 1px solid #d6d6d6;
}
.single-post-nav span {
  color: #8d8585;
  font-size: 0.875rem;
  text-transform: uppercase;
}
.single-post-nav strong {
  align-self: center;
  min-width: 0;
  font-size: 0.875rem;
  line-height: 1.45;
}
.single-post-nav img {
  width: 117px;
  height: 91px;
  grid-row: 1/3;
  object-fit: cover;
  border-radius: 25px;
}

.single-post-nav__previous {
  text-align: right;
}
.single-post-nav__previous img {
  grid-column: 2;
}

.single-post-nav__next {
  grid-template-columns: 117px 1fr !important;
}
.single-post-nav__next img {
  grid-column: 1;
}
.single-post-nav__next span,
.single-post-nav__next strong {
  grid-column: 2;
  text-align: right;
}

.single-article__sidebar {
  position: absolute;
  top: -359px;
  right: 0;
  width: 370px;
}
.single-article__sidebar .news-categories {
  border-radius: 24px;
}

.single-latest {
  height: 672px;
  margin-top: 32px;
  padding: 55px 33px 32px;
  overflow: hidden;
  background: #eae6e0;
  border-radius: 24px;
}
.single-latest h2 {
  margin: 0 0 30px;
  color: #014a1e;
  font-family: var(--font-display);
  font-size: 40px;
  font-weight: 400;
  line-height: 0.86;
  text-transform: uppercase;
}
.single-latest article {
  display: grid;
  grid-template-columns: 134px 1fr;
  gap: 15px;
  min-height: 158px;
}
.single-latest article + article {
  padding-top: 20px;
  border-top: 1px solid #d1cec8;
}
.single-latest article > a {
  display: block;
  width: 134px;
  height: 138px;
  overflow: hidden;
  border-radius: 14px;
}
.single-latest article img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.single-latest article span {
  display: inline-flex;
  min-width: 95px;
  height: 28px;
  align-items: center;
  justify-content: center;
  padding-inline: 12px;
  color: #ffffff;
  font-size: 0.75rem;
  text-transform: uppercase;
  background: #e52521;
  border-radius: 999px;
}
.single-latest article h3 {
  margin: 7px 0 10px;
  font-size: 0.875rem;
  line-height: 1.3;
}
.single-latest article h3 a {
  text-decoration: none;
}
.single-latest article time {
  color: #6f6f6f;
  font-size: 0.75rem;
}

.single-article__sidebar .news-newsletter {
  margin-top: 25px;
}

@media (max-width: 1500px) {
  .single-article__header,
  .single-article__layout {
    width: calc(100% - 80px);
    grid-template-columns: minmax(0, 1fr) 370px;
  }
  .single-article__featured {
    width: 100%;
  }
  .single-article__meta {
    width: calc(100% - 444px);
  }
}
@media (max-width: 1100px) {
  .single-article {
    min-height: 0;
    padding-bottom: 80px;
  }
  .single-article__header,
  .single-article__layout {
    width: min(100% - 48px, 900px);
  }
  .single-article__layout {
    display: block;
  }
  .single-article__header {
    height: 540px;
  }
  .single-article__breadcrumb {
    top: 205px;
    max-width: 100%;
  }
  .single-article__header > .news-chip {
    top: 250px;
  }
  .single-article__dek {
    top: 335px;
    width: min(100%, 720px);
  }
  .single-article__meta {
    top: 430px;
    width: 100%;
  }
  .single-article__content {
    min-height: 0;
  }
  .single-article__sidebar {
    position: static;
    display: grid;
    width: 100%;
    grid-template-columns: 1fr 1fr;
    gap: 24px;
    margin-top: 56px;
  }
  .single-article__sidebar > * {
    min-width: 0;
    margin-top: 0;
  }
}
@media (max-width: 680px) {
  .single-article__header,
  .single-article__layout {
    width: calc(100% - 32px);
  }
  .single-article__header {
    height: 570px;
  }
  .single-article__breadcrumb {
    top: 175px;
    font-size: 0.75rem;
  }
  .single-article__header > .news-chip {
    top: 225px;
  }
  .single-article__dek {
    top: 310px;
    font-size: 1rem;
  }
  .single-article__meta {
    top: 420px;
    height: auto;
    flex-wrap: wrap;
    font-size: 0.75rem;
  }
  .single-article__meta > img {
    width: 35px;
  }
  .single-article__share {
    width: 100%;
    margin: 14px 0 0 47px;
  }
  .single-article__featured {
    height: 310px;
    border-radius: 16px;
  }
  .single-article__content {
    font-size: 1rem;
  }
  .single-article__content blockquote {
    padding: 28px 24px;
  }
  .single-match {
    height: auto;
    padding: 30px 20px;
  }
  .single-match dl div {
    display: block;
    margin-bottom: 5px;
  }
  .single-match dd {
    margin-left: 0;
  }
  .single-match__teams {
    height: auto;
    gap: 10px;
  }
  .single-match__teams > div {
    flex-direction: column;
    gap: 8px;
    text-align: center;
  }
  .single-match__teams img {
    width: 68px;
    height: 88px;
  }
  .single-match__teams strong {
    min-width: 0;
    font-size: 0.8rem;
  }
  .single-article__tags {
    height: auto;
    flex-wrap: wrap;
    align-items: center;
    padding-top: 28px;
  }
  .single-post-nav {
    height: auto;
    grid-template-columns: 1fr;
  }
  .single-post-nav > a + a {
    border-top: 1px solid #d6d6d6;
    border-left: 0;
  }
  .single-post-nav > a {
    min-height: 136px;
    padding-inline: 20px;
  }
  .single-article__sidebar {
    grid-template-columns: 1fr;
  }
}
