.author-page {
  padding: 24px 0 72px;
  background: #ffffff;
}

.author-page .container {
  display: flex;
  flex-direction: column;
  gap: 26px;
}

.author-page__hero {
  display: grid;
  grid-template-columns: 72px minmax(0, 1fr);
  gap: 18px;
  align-items: start;
  padding: 18px 0 28px;
  border-top: 1px solid rgba(12, 24, 44, 0.12);
  border-bottom: 1px solid rgba(12, 24, 44, 0.1);
}

.author-page__hero-avatar {
  width: 72px;
  height: 72px;
  overflow: hidden;
  background: #ece7df;
  display: flex;
  align-items: center;
  justify-content: center;
}

.author-page__hero-avatar img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.author-page__hero-avatar span {
  color: #12213e;
  font-size: 2rem;
  font-weight: 700;
}

.author-page__hero-copy {
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.author-page__eyebrow {
  display: inline-flex;
  align-items: center;
  align-self: flex-start;
  min-height: 24px;
  padding: 0 10px;
  background: rgba(10, 87, 207, 0.08);
  color: #0a57cf;
  font-size: 0.68rem;
  font-weight: 800;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.author-page__hero-copy h1 {
  margin: 0;
  color: #101d39;
  font-size: clamp(2rem, 3vw, 3rem);
  line-height: 0.95;
  font-weight: 700;
  letter-spacing: -0.05em;
}

.author-page__column-title {
  color: #0031FF !important;
  font-size: 1rem !important;
  line-height: 1.4 !important;
  font-weight: 700 !important;
  letter-spacing: -0.01em !important;
  font-style: normal !important;
}

.author-page__hero-copy p {
  margin: 0;
  max-width: 720px;
  color: #4f5b73;
  font-size: 0.94rem;
  line-height: 1.72;
  font-style: italic;
}

.author-page__socials {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}

.author-page__socials a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 38px;
  height: 38px;
  padding: 0;
  border: 1px solid var(--social-color, #152543);
  border-radius: 10px;
  color: #ffffff;
  background: var(--social-color, #152543);
  transition: color 0.2s ease, border-color 0.2s ease, background-color 0.2s ease;
}

.author-page__socials a svg {
  width: 22px;
  height: 22px;
  display: block;
}

.author-page__socials a:hover {
  color: #ffffff;
  border-color: color-mix(in srgb, var(--social-color, #0031FF) 78%, black);
  background: color-mix(in srgb, var(--social-color, #0031FF) 78%, black);
}

.author-page__layout {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 280px;
  gap: 30px;
  align-items: start;
}

.author-page__list {
  display: flex;
  flex-direction: column;
}

.author-list-story {
  display: grid;
  grid-template-columns: 174px minmax(0, 1fr);
  gap: 18px;
  align-items: start;
  padding: 18px 0;
  border-bottom: 1px solid rgba(12, 24, 44, 0.1);
}

.author-list-story__media {
  display: block;
  overflow: hidden;
  background: #ece7df;
  aspect-ratio: 16/10;
}

.author-list-story__media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.author-list-story__content {
  display: flex;
  flex-direction: column;
  gap: 10px;
  min-width: 0;
}

.author-page .post-category {
  display: inline-flex;
  align-items: center;
  align-self: flex-start;
  min-height: 24px;
  padding: 0 9px;
  border-radius: 6px;
  border: 1px solid color-mix(in srgb, var(--category-color) 14%, white);
  background: color-mix(in srgb, var(--category-color) 9%, white);
  color: var(--category-color);
  font-size: 0.62rem;
  font-weight: 800;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.author-list-story__content h2 {
  margin: 0;
  font-family: "Cairo", "Poppins", sans-serif;
  color: #161616;
  font-size: clamp(1.5rem, 2vw, 2.2rem);
  line-height: 1.05;
  font-weight: 700;
  letter-spacing: -0.025em;
}

.author-list-story__content h2 a {
  color: inherit;
}

.author-list-story__content p {
  margin: 0;
  color: #5b6780;
  font-size: 0.98rem;
  line-height: 1.7;
}

.author-list-story__date {
  color: #7a8599;
  font-size: 0.82rem;
  line-height: 1.3;
}

.author-page__sidebar {
  display: flex;
  flex-direction: column;
  gap: 18px;
}

.author-sidebar-card {
  display: flex;
  flex-direction: column;
  gap: 14px;
}

.author-sidebar-ad {
  display: block;
}
.author-sidebar-ad img {
  width: 100%;
  height: auto;
  display: block;
}

.author-sidebar-card--profile {
  padding-bottom: 18px;
  border-bottom: 1px solid rgba(12, 24, 44, 0.1);
}

.author-sidebar-card__portrait {
  overflow: hidden;
  background: #ece7df;
  aspect-ratio: 1;
}

.author-sidebar-card__portrait img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.author-sidebar-card--profile strong {
  color: #101d39;
  font-size: 1.02rem;
  line-height: 1.1;
  font-weight: 700;
}

.author-sidebar-card--profile span {
  color: #0f1d38;
  font-size: 0.74rem;
  font-weight: 800;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.author-page__socials--sidebar a {
  width: 36px;
  height: 36px;
}

.sidebar-section-heading {
  --section-accent: #0031FF;
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 18px;
  margin-bottom: 22px;
  padding-bottom: 0;
  border-bottom: 1px solid #dfd7ca;
}
.sidebar-section-heading h2 {
  margin: 0;
  display: inline-block;
  color: #161616;
  font-size: 1rem;
  line-height: 1;
  font-family: "Cairo", "Poppins", sans-serif;
  font-weight: 800;
  letter-spacing: 0.02em;
  text-transform: uppercase;
  position: relative;
  padding-bottom: 14px;
}
.sidebar-section-heading h2::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: -1px;
  width: 100%;
  border-bottom: 2px solid var(--section-accent);
}

.sidebar-card {
  display: flex;
  flex-direction: column;
  gap: 18px;
}

.sidebar-card + .sidebar-card {
  margin-top: 30px;
}

.sidebar-most-read-list {
  display: flex;
  flex-direction: column;
}

.sidebar-most-read-item {
  display: grid;
  grid-template-columns: 72px minmax(0, 1fr);
  gap: 14px;
  align-items: start;
  padding-bottom: 18px;
  border-bottom: 1px solid rgba(12, 24, 44, 0.08);
}
.sidebar-most-read-item + .sidebar-most-read-item {
  margin-top: 18px;
}

.sidebar-most-read-item__media {
  display: block;
  overflow: hidden;
  background: #ece7df;
  aspect-ratio: 1;
  border-radius: 8px;
}
.sidebar-most-read-item__media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.sidebar-most-read-item__content {
  min-width: 0;
}

.sidebar-most-read-item__title {
  color: var(--story-category-color, #111f3c);
  font-size: 0.98rem;
  line-height: 1.28;
  font-weight: 700;
  letter-spacing: -0.02em;
  display: block;
}
.sidebar-most-read-item__title:hover {
  opacity: 0.85;
}

.sidebar-card--ad {
  padding: 0;
  background: transparent;
}

.sidebar-ad {
  display: block;
  overflow: hidden;
  border-radius: 12px;
}
.sidebar-ad img {
  width: 100%;
  height: auto;
  display: block;
}

.author-sidebar-card__heading {
  font-family: "Cairo", "Poppins", sans-serif;
  position: relative;
  margin-bottom: 6px;
  padding-bottom: 18px;
  border-bottom: 1px solid rgba(12, 24, 44, 0.12);
  color: #161616;
  font-size: 1rem;
  font-weight: 700;
  line-height: 1.05;
  letter-spacing: -0.025em;
}

.author-sidebar-card__heading::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: -1px;
  width: 104px;
  max-width: 100%;
  border-bottom: 2px solid #0031FF;
}

.author-sidebar-list {
  display: flex;
  flex-direction: column;
}

.author-sidebar-list__item {
  display: grid;
  grid-template-columns: 72px minmax(0, 1fr);
  gap: 12px;
  padding: 12px 0;
  margin-bottom: 12px;
  border-bottom: 1px solid rgba(12, 24, 44, 0.08);
}

.author-sidebar-list__item:last-child {
  margin-bottom: 0;
  border-bottom: 0;
}

.author-page__hero-copy h1,
.author-list-story__content h2,
.sidebar-most-read-item__title,
.author-sidebar-card__heading,
.author-sidebar-list__item h4 {
  line-height: 1.2;
  font-weight: 700;
}

.author-sidebar-list__media {
  display: block;
  overflow: hidden;
  background: #ece7df;
  aspect-ratio: 1;
}

.author-sidebar-list__media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.author-sidebar-list__content {
  display: flex;
  flex-direction: column;
  gap: 4px;
}

.author-sidebar-list__content a {
  color: var(--story-category-color, #111f3c);
  font-size: 0.98rem;
  line-height: 1.28;
  font-weight: 700;
}

.author-sidebar-list__content strong {
  color: #111f3c;
  font-size: 0.98rem;
  line-height: 1.28;
  font-weight: 700;
}

.author-sidebar-list__content span {
  color: var(--story-category-color, #5d6982);
  font-size: 0.9rem;
  line-height: 1.5;
}

@media (max-width: 1040px) {
  .author-page__layout {
    grid-template-columns: 1fr;
  }
}
@media (max-width: 720px) {
  .author-page__hero,
  .author-list-story,
  .author-sidebar-list__item {
    grid-template-columns: 1fr;
  }
  .author-page__hero-avatar {
    width: 84px;
    height: 84px;
  }
  .author-list-story__media {
    max-width: none;
    width: 100%;
  }
  .author-page {
    padding-bottom: 56px;
  }
  .author-page__hero {
    gap: 14px;
    padding-bottom: 22px;
  }
  .author-page__hero-copy h1 {
    font-size: clamp(1.8rem, 10vw, 2.6rem);
  }
  .author-sidebar-card--profile {
    padding-bottom: 0;
    border-bottom: 0;
  }
}

/*# sourceMappingURL=site-author.css.map */
