.mch-authors-directory,
.mch-author-profile,
.mch-author-layout {
  --mch-authors-red: #c6102e;
  --mch-authors-green: #00843d;
  --mch-authors-ink: #1c1c1c;
  --mch-authors-paper: #f6f6f4;
  --mch-authors-line: #dfdbd3;
  --mch-authors-white: #fff;
  --mch-authors-font: "Inter", Arial, sans-serif;
  color: var(--mch-authors-ink);
  font-family: var(--mch-authors-font);
}

body.page-id-45465 .single-content,
body.page-id-45465 .entry-content,
body.page-id-45465 .elementor,
body.page-id-45465 .elementor-element,
body.page-id-45465 .elementor-widget-container {
  max-width: none;
}

body.page-id-45465 .single-content {
  margin-top: 0 !important;
  padding-top: 0 !important;
}

body.page-id-45465 article > .meta-wrap {
  display: none !important;
}

.mch-authors-directory {
  position: relative;
  left: 50%;
  width: 100vw;
  margin-left: -50vw;
  background: var(--mch-authors-paper);
}

.mch-authors-hero {
  padding: clamp(44px, 6vw, 78px) 24px;
  border-top: 4px solid var(--mch-authors-red);
  background: #151515;
  color: #fff;
  text-align: center;
}

.mch-authors-hero__inner {
  max-width: 1040px;
  margin: 0 auto;
}

.mch-authors-hero h1 {
  margin: 0;
  color: #fff !important;
  font-family: var(--mch-authors-font);
  font-size: clamp(42px, 5vw, 64px);
  font-weight: 700;
  line-height: 1.05;
  text-transform: none;
}

.mch-authors-hero p {
  max-width: 760px;
  margin: 16px auto 0;
  color: #d7d7d7;
  font-size: clamp(16px, 2vw, 19px);
  line-height: 1.6;
}

.mch-authors-content {
  max-width: 1200px;
  margin: 0 auto;
  padding: clamp(42px, 6vw, 78px) 24px 90px;
}

.mch-authors-intro {
  max-width: 840px;
  margin: 0 auto 36px;
  text-align: center;
}

.mch-authors-intro h2 {
  display: flex;
  margin: 0 0 16px;
  align-items: center;
  gap: 24px;
  color: var(--mch-authors-ink);
  font-size: clamp(28px, 4vw, 40px);
  font-weight: 700;
  line-height: 1.2;
  text-transform: none !important;
}

.mch-authors-intro h2::before,
.mch-authors-intro h2::after {
  height: 1px;
  flex: 1;
  content: "";
  background: #d3cec5;
}

.mch-authors-intro p {
  margin: 0;
  color: #555;
  font-size: 16px;
  line-height: 1.7;
}

.mch-authors-tools {
  padding: 26px;
  border: 1px solid var(--mch-authors-line);
  border-top: 4px solid var(--mch-authors-green);
  background: #fff;
  box-shadow: 0 10px 30px rgba(20, 20, 20, 0.05);
}

.mch-authors-filters {
  display: grid;
  grid-template-columns: minmax(280px, 2fr) repeat(2, minmax(190px, 1fr));
  gap: 16px;
  align-items: end;
}

.mch-authors-search {
  display: block;
	margin: 0;
}

.mch-authors-search span,
.mch-authors-filter span {
  display: block;
  margin-bottom: 8px;
  color: var(--mch-authors-ink);
  font-size: 14px;
  font-weight: 700;
}

.mch-authors-search input,
.mch-authors-filter select {
  width: 100%;
  min-height: 52px;
  padding: 11px 16px;
  border: 1px solid #cfc9c0;
  border-radius: 0;
  background: #fff;
  color: #222;
  font: inherit;
}

.mch-authors-search input:focus,
.mch-authors-filter select:focus {
  border-color: var(--mch-authors-red);
  outline: 2px solid rgba(198, 16, 46, 0.15);
}

.mch-authors-alphabet {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 7px;
	margin-top: 22px;
}

.mch-authors-directory.is-publication-order .mch-authors-alphabet,
.mch-authors-directory.is-publication-order .mch-authors-groups {
	display: none;
}

.mch-authors-grid--ordered {
	margin-top: 32px;
}

.mch-authors-grid--ordered[hidden] {
	display: none !important;
}

.mch-authors-alphabet a,
.mch-authors-alphabet span {
  display: inline-flex;
  width: 34px;
  height: 34px;
  align-items: center;
  justify-content: center;
  border: 1px solid var(--mch-authors-line);
  color: var(--mch-authors-ink);
  font-size: 13px;
  font-weight: 800;
  line-height: 1;
  text-decoration: none;
}

.mch-authors-alphabet a:hover,
.mch-authors-alphabet a:focus-visible {
  border-color: var(--mch-authors-red);
  background: var(--mch-authors-red);
  color: #fff;
}

.mch-authors-alphabet span {
  color: #b3b0aa;
  background: #f4f2ee;
}

.mch-authors-summary {
  margin: 22px 0 8px;
  color: #666;
  font-size: 14px;
  text-align: right;
}

.mch-authors-summary strong {
  color: var(--mch-authors-red);
}

.mch-authors-group {
  scroll-margin-top: 110px;
  padding-top: 32px;
}

.mch-authors-group > h2 {
  display: flex;
  margin: 0 0 18px;
  align-items: center;
  color: var(--mch-authors-ink);
  font-size: 30px;
  line-height: 1;
}

.mch-authors-group > h2::after {
  height: 1px;
  flex: 1;
  margin-left: 16px;
  content: "";
  background: var(--mch-authors-line);
}

.mch-authors-group > h2 span {
  display: inline-flex;
  width: 52px;
  height: 52px;
  align-items: center;
  justify-content: center;
  background: #151515;
  color: #fff;
  font-size: 24px;
  font-weight: 800;
}

.mch-authors-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 18px;
}

.mch-author-card {
  display: grid;
  min-width: 0;
  grid-template-columns: 92px minmax(0, 1fr);
  border: 1px solid var(--mch-authors-line);
  border-top: 3px solid var(--mch-authors-red);
  background: #fff;
  box-shadow: 0 7px 20px rgba(20, 20, 20, 0.04);
  transition: transform 160ms ease, box-shadow 160ms ease, border-color 160ms ease;
}

.mch-author-card:hover,
.mch-author-card:focus-within {
  border-color: #c9c2b8;
  box-shadow: 0 13px 30px rgba(20, 20, 20, 0.09);
  transform: translateY(-2px);
}

.mch-author-card[hidden],
.mch-authors-group[hidden] {
  display: none !important;
}

.mch-author-card__photo {
  display: block;
  min-height: 100%;
  overflow: hidden;
  background: #ece9e3;
}

.mch-author-photo,
.mch-author-card__photo img {
  display: block;
  width: 100%;
  height: 100%;
  min-height: 148px;
  object-fit: cover;
}

.mch-author-card__body {
  display: flex;
  min-width: 0;
  padding: 15px 15px 13px;
  flex-direction: column;
}

.mch-author-card h3 {
  margin: 0;
  color: var(--mch-authors-ink);
  font-size: 18px;
  font-weight: 750;
  line-height: 1.25;
  text-transform: none !important;
}

.mch-author-card h3 a {
  color: inherit;
  text-decoration: none;
  text-transform: none !important;
}

.mch-author-card h3 a:hover,
.mch-author-card h3 a:focus-visible {
  color: var(--mch-authors-red);
}

.mch-author-card__role,
.mch-author-card__country,
.mch-author-card__bio {
  margin: 6px 0 0;
}

.mch-author-card__role {
  color: var(--mch-authors-red);
  font-size: 12px;
  font-weight: 700;
  line-height: 1.35;
}

.mch-author-card__country {
  color: #777;
  font-size: 12px;
}

.mch-author-card__bio {
  display: -webkit-box;
  overflow: hidden;
  color: #565656;
  font-size: 13px;
  line-height: 1.45;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
}

.mch-author-card__footer {
  display: flex;
  margin-top: auto;
  padding-top: 12px;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
  border-top: 1px solid #ebe7e0;
  color: #777;
  font-size: 11px;
}

.mch-author-card__footer a {
  color: var(--mch-authors-red);
  font-weight: 800;
  text-decoration: none;
  text-transform: uppercase;
}

.mch-authors-empty {
  margin-top: 30px;
  padding: 30px;
  border: 1px solid var(--mch-authors-line);
  background: #fff;
  color: #555;
  text-align: center;
}

body.author .author-page-box {
  display: none !important;
}

body.author .tipi-cols > .sidebar-wrap {
  display: none !important;
}

body.author .cb-main.main.tipi-m-8 {
  width: 100% !important;
  float: none !important;
}

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

.mch-author-layout__main {
  min-width: 0;
}

.mch-author-profile {
  display: grid;
  margin: 0 0 34px;
  padding: clamp(24px, 4vw, 38px);
  grid-template-columns: 190px minmax(0, 1fr);
  gap: clamp(24px, 4vw, 42px);
  border: 1px solid var(--mch-authors-line);
  border-top: 5px solid var(--mch-authors-red);
  background: #f8f7f4;
  box-shadow: 0 14px 34px rgba(20, 20, 20, 0.07);
}

.mch-author-profile__photo {
  align-self: start;
  aspect-ratio: 1 / 1;
  overflow: hidden;
  border-radius: 50%;
  background: #e9e5de;
}

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

.mch-author-profile__eyebrow {
  margin: 0 0 7px;
  color: var(--mch-authors-red);
  font-size: 12px;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.mch-author-profile h2 {
  margin: 0;
  color: var(--mch-authors-ink);
  font-size: clamp(29px, 4vw, 43px);
  font-weight: 750;
  line-height: 1.15;
  text-transform: none;
}

.mch-author-profile__meta {
  display: flex;
  flex-wrap: wrap;
  gap: 7px;
  margin: 15px 0 0 !important;
  padding: 0 !important;
  list-style: none !important;
}

.mch-author-profile__meta li {
  margin: 0 !important;
  padding: 6px 10px !important;
  border: 1px solid #ddd6cc;
  background: #fff;
  color: #555;
  font-size: 12px;
  list-style: none !important;
}

.mch-author-profile__bio {
  margin-top: 18px;
  color: #444;
  font-size: 15px;
  line-height: 1.7;
}

.mch-author-profile__bio p:last-child {
  margin-bottom: 0;
}

.mch-author-profile__footer {
  display: flex;
  margin-top: 20px;
  padding-top: 16px;
  align-items: center;
  justify-content: space-between;
  gap: 14px;
  border-top: 1px solid #ddd8cf;
}

.mch-author-profile__footer strong {
  color: var(--mch-authors-ink);
  font-size: 13px;
}

.mch-author-profile__footer nav {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}

.mch-author-profile__footer a {
  padding: 7px 10px;
  background: #151515;
  color: #fff;
  font-size: 11px;
  font-weight: 800;
  text-decoration: none;
  text-transform: uppercase;
}

.mch-author-profile__footer a:hover,
.mch-author-profile__footer a:focus-visible {
  background: var(--mch-authors-red);
  color: #fff;
}

.mch-author-sidebar {
  min-width: 0;
}

.mch-author-sidebar__inner {
  display: grid;
  position: sticky;
  top: 96px;
  gap: 20px;
}

.mch-author-sidebar__widget {
  padding: 22px;
  border: 1px solid var(--mch-authors-line);
  border-top: 4px solid var(--mch-authors-red);
  background: #f8f7f4;
  text-align: center;
}

.mch-author-sidebar__widget h2 {
  display: flex;
  margin: 0 0 18px;
  align-items: center;
  gap: 10px;
  color: var(--mch-authors-ink);
  font-size: 19px;
  font-weight: 750;
  line-height: 1.25;
  text-transform: none !important;
}

.mch-author-sidebar__widget h2::before,
.mch-author-sidebar__widget h2::after {
  height: 1px;
  flex: 1;
  content: "";
  background: #d5d0c8;
}

.mch-author-sidebar__widget p {
  margin: 0 0 18px;
  color: #4d4d4d;
  font-size: 13px;
  line-height: 1.55;
}

.mch-author-sidebar__social-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 8px;
}

.mch-author-sidebar__social-grid a {
  display: flex;
  min-height: 82px;
  padding: 10px 5px;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  color: #fff !important;
  text-decoration: none !important;
}

.mch-author-sidebar__social-grid span {
  margin-bottom: 5px;
  font-size: 20px;
  font-weight: 800;
  line-height: 1;
}

.mch-author-sidebar__social-grid strong {
  font-size: 12px;
  line-height: 1.2;
}

.mch-author-sidebar__social-facebook { background: #1877f2; }
.mch-author-sidebar__social-x { background: #111; }
.mch-author-sidebar__social-instagram { background: #e83f61; }
.mch-author-sidebar__social-youtube { background: #f00; }

.mch-author-sidebar__button {
  display: inline-flex;
  min-height: 42px;
  padding: 10px 16px;
  align-items: center;
  justify-content: center;
  background: var(--mch-authors-red);
  color: #fff !important;
  font-size: 12px;
  font-weight: 800;
  line-height: 1.15;
  text-decoration: none !important;
  text-transform: uppercase;
}

.mch-author-sidebar__button:hover,
.mch-author-sidebar__button:focus-visible {
  background: #9f0c25;
  color: #fff !important;
}

.mch-author-sidebar__donate {
  gap: 7px;
  padding-inline: 15px;
}

.mch-author-sidebar__donate span {
  display: inline-flex;
  width: 18px;
  height: 18px;
  align-items: center;
  justify-content: center;
  border-radius: 3px;
  background: #fff;
  color: var(--mch-authors-red);
  font-size: 12px;
  font-weight: 900;
  font-style: italic;
}

@media (max-width: 980px) {
	.mch-authors-filters {
		grid-template-columns: 1fr 1fr;
	}

	.mch-authors-search {
		grid-column: 1 / -1;
	}

  .mch-authors-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .mch-author-layout {
    grid-template-columns: 1fr;
  }

  .mch-author-sidebar__inner {
    position: static;
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}

@media (max-width: 700px) {
  .mch-authors-hero {
    padding: 40px 20px;
  }

  .mch-authors-content {
    padding: 38px 14px 60px;
  }

  .mch-authors-intro h2 {
    gap: 10px;
  }

  .mch-authors-tools {
    padding: 20px 14px;
  }

	.mch-authors-filters {
		grid-template-columns: 1fr;
	}

	.mch-authors-search {
		grid-column: auto;
	}

  .mch-authors-alphabet {
    flex-wrap: nowrap;
    justify-content: flex-start;
    overflow-x: auto;
    padding-bottom: 8px;
  }

  .mch-authors-alphabet a,
  .mch-authors-alphabet span {
    flex: 0 0 34px;
  }

  .mch-authors-summary {
    text-align: center;
  }

  .mch-authors-grid {
    grid-template-columns: 1fr;
  }

  .mch-author-card {
    grid-template-columns: 88px minmax(0, 1fr);
  }

  .mch-author-profile {
    grid-template-columns: 1fr;
    text-align: center;
  }

  .mch-author-profile__photo {
    width: 150px;
    margin: 0 auto;
  }

  .mch-author-profile__meta,
  .mch-author-profile__footer,
  .mch-author-profile__footer nav {
    justify-content: center;
  }

  .mch-author-profile__footer {
    flex-direction: column;
  }

  .mch-author-sidebar__inner {
    grid-template-columns: 1fr;
  }
}
