#postDetailsPage .post-content {
    max-width: 100%;
}

#postDetailsPage .article-hero {
    padding-bottom: 1.5rem;
    margin-bottom: 1.25rem;
    border-bottom: 1px solid rgba(113, 113, 122, 0.18);
}

#postDetailsPage .article-hero-top {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 1rem;
    margin-bottom: 1rem;
}

#postDetailsPage .article-kicker {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 0.5rem;
}

#postDetailsPage .article-title {
    max-width: 880px;
    margin-bottom: 1rem;
    font-size: 2rem;
    line-height: 1.25;
    letter-spacing: -.01em;
}

#postDetailsPage .article-summary {
    max-width: 760px;
    margin-bottom: 1.25rem;
    color: #52525b;
    font-size: 1rem;
    line-height: 1.625;
    font-weight: 500;
}

#postDetailsPage .article-meta-strip {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 1rem;
}

#postDetailsPage .article-meta-author a {
    color: inherit;
    font-weight: 700;
    text-decoration: none;
}

#postDetailsPage .article-meta-list {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 0.5rem;
}

#postDetailsPage .article-meta-pill {
    display: inline-flex;
    align-items: center;
    gap: 0.35rem;
    min-height: 32px;
    padding: 0.35rem 0.7rem;
    border: 1px solid rgba(113, 113, 122, 0.18);
    border-radius: 999px;
    color: #52525b;
    background: #fafafa;
    font-size: 0.82rem;
    font-weight: 600;
    line-height: 1;
}

#postDetailsPage .article-reading-time {
    color: var(--hx-theme-color);
    background: color-mix(in srgb, var(--hx-theme-color) 9%, #ffffff);
    border-color: color-mix(in srgb, var(--hx-theme-color) 22%, transparent);
}

#postDetailsPage .article-meta-label {
    color: #71717a;
    font-weight: 500;
}

#postDetailsPage .article-share-row {
    padding-bottom: 1rem;
    border-bottom: 1px solid rgba(113, 113, 122, 0.12);
}


#postDetailsPage .entry-content > p {
    margin-bottom: 1.35rem;
}

#postDetailsPage .entry-content blockquote {
    position: relative;
    margin: 2rem 0;
    padding: 1.5rem 1.75rem 1.5rem 2rem;
    border-left: 4px solid var(--hx-theme-color);
    border-radius: 8px;
    color: #27272a;
    background: #f7f7f8;
    font-size: 1.18rem;
    line-height: 1.7;
    font-weight: 650;
}

#postDetailsPage .entry-content blockquote::before {
    content: '"';
    position: absolute;
    top: 0.4rem;
    right: 1rem;
    color: color-mix(in srgb, var(--hx-theme-color) 30%, transparent);
    font-size: 4rem;
    line-height: 1;
    font-weight: 800;
}

#postDetailsPage .entry-content blockquote p:last-child {
    margin-bottom: 0;
}

#postDetailsPage .entry-content blockquote cite {
    display: block;
    margin-top: 0.85rem;
    color: #71717a;
    font-size: 0.9rem;
    font-style: normal;
    font-weight: 600;
}

#postDetailsPage .article-section-heading {
    margin-bottom: 1rem;
}

#postDetailsPage .article-section-eyebrow {
    display: inline-flex;
    margin-bottom: 0.35rem;
    color: var(--hx-theme-color);
    font-size: 0.75rem;
    font-weight: 800;
    letter-spacing: 0.04em;
    text-transform: uppercase;
}

#postDetailsPage .article-section-heading h2 {
    margin: 0;
    font-size: 1.45rem;
    line-height: 1.25;
}

#postDetailsPage .article-reference-list {
    display: grid;
    gap: 0.85rem;
}

#postDetailsPage .article-reference-card {
    display: grid;
    grid-template-columns: 180px minmax(0, 1fr);
    gap: 1rem;
    padding: 1rem;
    border: 1px solid rgba(113, 113, 122, 0.18);
    border-radius: 8px;
    background: #ffffff;
}

#postDetailsPage .article-reference-card-no-image {
    grid-template-columns: 1fr;
}

#postDetailsPage .article-reference-image,
#postDetailsPage .article-keyword-image {
    display: block;
    overflow: hidden;
    border-radius: 8px;
    background: #f4f4f5;
}

#postDetailsPage .article-reference-image img,
#postDetailsPage .article-keyword-image img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

#postDetailsPage .article-reference-body h3,
#postDetailsPage .article-keyword-body h3 {
    margin: 0.25rem 0 0.45rem;
    font-size: 1.05rem;
    line-height: 1.35;
}

#postDetailsPage .article-reference-body h3 a,
#postDetailsPage .article-keyword-body h3 a {
    color: inherit;
    text-decoration: none;
}

#postDetailsPage .article-reference-body h3 a:hover,
#postDetailsPage .article-keyword-body h3 a:hover {
    color: var(--hx-theme-color);
}

#postDetailsPage .article-reference-body p {
    margin: 0 0 0.65rem;
    color: #52525b;
    font-size: 0.94rem;
    line-height: 1.55;
}

#postDetailsPage .article-reference-category {
    color: var(--hx-theme-color);
    font-size: 0.75rem;
    font-weight: 800;
    text-decoration: none;
    text-transform: uppercase;
}

#postDetailsPage .article-reference-link {
    color: #18181b;
    font-size: 0.86rem;
    font-weight: 800;
    text-decoration: none;
}

#postDetailsPage .article-reference-link:hover {
    color: var(--hx-theme-color);
}

#postDetailsPage .article-keyword-tags {
    display: flex;
    flex-wrap: wrap;
    gap: 0.45rem;
    margin-top: 0.75rem;
}

#postDetailsPage .article-keyword-tags a {
    display: inline-flex;
    padding: 0.3rem 0.65rem;
    border-radius: 999px;
    color: #3f3f46;
    background: #f4f4f5;
    font-size: 0.78rem;
    font-weight: 700;
    text-decoration: none;
}

#postDetailsPage .article-keyword-tags a:hover {
    color: #ffffff;
    background: var(--hx-theme-color);
}

#postDetailsPage .article-keyword-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 1rem;
}

#postDetailsPage .article-keyword-card {
    display: grid;
    grid-template-columns: 132px minmax(0, 1fr);
    gap: 0.9rem;
    padding: 0.85rem;
    border: 1px solid rgba(113, 113, 122, 0.16);
    border-radius: 8px;
    background: #ffffff;
}

#postDetailsPage .article-keyword-card-no-image {
    grid-template-columns: 1fr;
}

#postDetailsPage .article-keyword-image {
    aspect-ratio: 4 / 3;
}

#postDetailsPage .article-keyword-body .post-meta {
    margin-top: 0.25rem;
}

html[data-bs-theme="dark"] #postDetailsPage .article-summary,
html[data-bs-theme="dark"] #postDetailsPage .article-meta-label,
html[data-bs-theme="dark"] #postDetailsPage .entry-content blockquote cite,
html[data-bs-theme="dark"] #postDetailsPage .article-reference-body p {
    color: #a1a1aa;
}

html[data-bs-theme="dark"] #postDetailsPage .article-meta-pill,
html[data-bs-theme="dark"] #postDetailsPage .entry-content blockquote,
html[data-bs-theme="dark"] #postDetailsPage .article-reference-card,
html[data-bs-theme="dark"] #postDetailsPage .article-keyword-card,
html[data-bs-theme="dark"] #postDetailsPage .article-keyword-tags a {
    color: #e4e4e7;
    background: #18181b;
    border-color: rgba(228, 228, 231, 0.12);
}

html[data-bs-theme="dark"] #postDetailsPage .entry-content,
html[data-bs-theme="dark"] #postDetailsPage .article-reference-link {
    color: #e4e4e7;
}

@media (max-width: 991.98px) {
    #postDetailsPage .article-keyword-grid {
        grid-template-columns: 1fr;
    }
}

@media (max-width: 575.98px) {
    #postDetailsPage .article-hero-top,
    #postDetailsPage .article-meta-strip {
        align-items: flex-start;
        flex-direction: column;
    }

    #postDetailsPage .article-reference-card,
    #postDetailsPage .article-keyword-card {
        grid-template-columns: 1fr;
    }

    #postDetailsPage .article-reference-image,
    #postDetailsPage .article-keyword-image {
        aspect-ratio: 16 / 9;
    }

    #postDetailsPage .article-title {
        font-size: 2rem;
    }
}

#postDetailsPage .about-author {
    display: grid;
    grid-template-columns: minmax(128px, 190px) minmax(0, 1fr);
    gap: 3rem;
    align-items: start;
    margin-top: 3rem;
    padding: 3rem 0;
    border-top: 1px solid rgba(113, 113, 122, 0.16);
    border-bottom: 1px solid rgba(113, 113, 122, 0.12);
}

#postDetailsPage .about-author-avatar {
    display: block;
    width: 100%;
    max-width: 190px;
    aspect-ratio: 1;
}

#postDetailsPage .about-author .img-author {
    display: block;
    width: 100%;
    height: 100%;
    border: 0;
    border-radius: 999px;
    background: #d4d4d8;
    object-fit: cover;
}

#postDetailsPage .about-author-name {
    margin: 0 0 1rem;
    font-size: 1.75rem;
    font-weight: 800;
    line-height: 1.15;
}

#postDetailsPage .about-author-name a {
    color: #18181b;
    text-decoration: none;
}

#postDetailsPage .about-author-name a:hover {
    color: var(--hx-theme-color);
}

#postDetailsPage .about-author-bio {
    max-width: 780px;
    margin: 0;
    color: #3f3f46;
}

#postDetailsPage .about-author-footer {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 0.85rem 1.2rem;
    margin-top: 1.6rem;
}

#postDetailsPage .about-author-more {
    display: inline-flex;
    align-items: center;
    gap: 0.45rem;
    color: #18181b;
    font-size: 1.08rem;
    font-weight: 800;
    line-height: 1;
    text-decoration: none;
}

#postDetailsPage .about-author-more svg {
    width: 1.25rem;
    height: 1.25rem;
    transition: transform 0.2s ease;
}

#postDetailsPage .about-author-more:hover {
    color: var(--hx-theme-color);
}

#postDetailsPage .about-author-more:hover svg {
    transform: translateX(3px);
}

#postDetailsPage .about-author-socials .profile-social-links {
    margin: 0;
}

#postDetailsPage .about-author-socials .profile-social-links:empty {
    display: none;
}

#postDetailsPage .about-author-socials .link-social {
    width: 2.25rem;
    height: 2.25rem;
    background: #f4f4f5;
}

#postDetailsPage .about-author-socials .link-social svg {
    width: 1rem;
    height: 1rem;
}

html[data-bs-theme="dark"] #postDetailsPage .about-author {
    border-color: rgba(228, 228, 231, 0.12);
}

html[data-bs-theme="dark"] #postDetailsPage .about-author-name a,
html[data-bs-theme="dark"] #postDetailsPage .about-author-more {
    color: #f4f4f5;
}

html[data-bs-theme="dark"] #postDetailsPage .about-author-name a:hover,
html[data-bs-theme="dark"] #postDetailsPage .about-author-more:hover {
    color: var(--hx-theme-color);
}

html[data-bs-theme="dark"] #postDetailsPage .about-author-bio {
    color: #d4d4d8;
}

html[data-bs-theme="dark"] #postDetailsPage .about-author-socials .link-social {
    background: #18181b;
}

@media (max-width: 767.98px) {
    #postDetailsPage .about-author {
        grid-template-columns: 1fr;
        gap: 1.25rem;
        margin-top: 2.25rem;
        padding: 2rem 0;
    }

    #postDetailsPage .about-author-avatar {
        width: 118px;
    }

    #postDetailsPage .about-author-name {
        margin-bottom: 0.75rem;
        font-size: 1.65rem;
    }

    #postDetailsPage .about-author-bio {
        font-size: 1.05rem;
        line-height: 1.65;
    }
}

.home-editorial-widgets {
    margin: 2.5rem 0 3rem;
}

.home-popular-categories {
    padding: 2.75rem 0 3rem;
    background: #f7f7f5;
}

.home-widget-title {
    display: flex;
    align-items: center;
    gap: 1.35rem;
    margin-bottom: 2rem;
}

.home-widget-title-line {
    flex: 1 1 auto;
    height: 1px;
    background: rgba(113, 113, 122, 0.2);
}

.home-widget-title h2 {
    display: inline-flex;
    align-items: center;
    gap: 0.65rem;
    margin: 0;
    color: #18181b;
    font-size: 1.06rem;
    font-weight: 850;
    letter-spacing: 0;
    line-height: 1.2;
    text-align: center;
    text-transform: uppercase;
}

.home-widget-title svg {
    flex: 0 0 auto;
}

.home-popular-category-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 1.8rem;
    align-items: start;
}

.home-popular-category-card {
    overflow: hidden;
    background: #ffffff;
}

.home-popular-category-cover {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: 150px;
    overflow: hidden;
    color: #ffffff;
    background: var(--home-category-color);
    text-decoration: none;
}

.home-popular-category-cover::after {
    position: absolute;
    inset: 0;
    background: rgba(9, 9, 11, 0.36);
    content: "";
}

.home-popular-category-cover img {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.25s ease;
}

.home-popular-category-cover:hover img {
    transform: scale(1.04);
}

.home-popular-category-cover span {
    position: relative;
    z-index: 1;
    padding: 0 1rem;
    color: #ffffff;
    font-size: 1.18rem;
    font-weight: 850;
    line-height: 1.2;
    text-align: center;
}

.home-popular-category-cover-empty {
    background: color-mix(in srgb, var(--home-category-color) 34%, #9ca3af);
}

.home-popular-category-body {
    padding: 1.55rem 1.85rem 1.7rem;
}

.home-popular-category-post {
    display: grid;
    grid-template-columns: minmax(0, 1fr) 86px;
    gap: 1rem;
    padding-bottom: 1.35rem;
    border-bottom: 1px solid rgba(113, 113, 122, 0.16);
}

.home-popular-category-post + .home-popular-category-post {
    padding-top: 1.35rem;
}

.home-popular-category-post:has(+ .home-popular-category-more) {
    margin-bottom: 1.35rem;
}

.home-popular-category-post-body {
    min-width: 0;
}

.home-popular-category-post-label {
    display: inline-flex;
    margin-bottom: 0.65rem;
    color: #625b4f;
    font-size: 0.78rem;
    font-weight: 850;
    letter-spacing: 0;
    line-height: 1;
    text-decoration: none;
    text-transform: uppercase;
}

.home-popular-category-post-label:hover {
    color: var(--home-category-color);
}

.home-popular-category-post h3 {
    margin: 0 0 0.85rem;
    font-size: 1.18rem;
    font-weight: 850;
    line-height: 1.25;
}

.home-popular-category-post h3 a {
    color: #18181b;
    text-decoration: none;
}

.home-popular-category-post h3 a:hover {
    color: var(--home-category-color);
}

.home-popular-category-meta {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 0.45rem;
    color: #71717a;
    font-size: 0.92rem;
    font-weight: 650;
    line-height: 1.3;
}

.home-popular-category-meta a {
    color: #27272a;
    font-weight: 800;
    text-decoration: none;
}

.home-popular-category-meta a:hover {
    color: var(--home-category-color);
}

.home-popular-category-meta a + span::before {
    margin-right: 0.45rem;
    color: #a1a1aa;
    content: "-";
}

.home-popular-category-post-image {
    display: block;
    align-self: start;
    overflow: hidden;
    width: 86px;
    height: 86px;
    background: #f4f4f5;
}

.home-popular-category-post-image img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.25s ease;
}

.home-popular-category-post-image:hover img {
    transform: scale(1.05);
}

.home-popular-category-empty {
    margin: 0 0 1.35rem;
    color: #71717a;
    font-size: 0.95rem;
    line-height: 1.55;
}

.home-popular-category-more {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 0.55rem;
    width: 100%;
    margin-top: 0.2rem;
    color: #18181b;
    font-size: 1rem;
    font-weight: 850;
    line-height: 1;
    text-align: center;
    text-decoration: none;
}

.home-popular-category-more svg {
    transition: transform 0.2s ease;
}

.home-popular-category-more:hover {
    color: var(--home-category-color);
}

.home-popular-category-more:hover svg {
    transform: translateX(3px);
}

.home-newsletter-widget {
    padding: 3rem 0 2.75rem;
    background: #ffffff;
}

.home-newsletter-inner {
    max-width: 900px;
    margin: 0 auto;
    text-align: center;
}

.home-newsletter-inner h2 {
    margin: 0 0 0.7rem;
    color: #18181b;
    font-size: 2.25rem;
    font-weight: 850;
    letter-spacing: 0;
    line-height: 1.18;
}

.home-newsletter-inner p {
    margin: 0 auto 2rem;
    max-width: 650px;
    color: #52525b;
    font-size: 1.08rem;
    line-height: 1.6;
}

.home-newsletter-form {
    max-width: 830px;
    margin: 0 auto;
}

.home-newsletter-fields {
    display: grid;
    grid-template-columns: minmax(0, 1fr) minmax(0, 1fr) 220px;
    align-items: stretch;
    border: 1px solid rgba(113, 113, 122, 0.2);
}

.home-newsletter-fields .form-input {
    min-height: 58px;
    border: 0;
    border-right: 1px solid rgba(113, 113, 122, 0.2);
    border-radius: 0;
    box-shadow: none;
    color: #18181b;
    font-size: 1rem;
    font-weight: 650;
    line-height: 1.2;
    padding: 0.9rem 1.25rem;
}

.home-newsletter-fields .form-input:focus {
    border-color: rgba(113, 113, 122, 0.2);
    box-shadow: inset 0 0 0 2px color-mix(in srgb, var(--hx-theme-color) 44%, transparent);
}

.home-newsletter-button {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 0.7rem;
    min-height: 58px;
    border: 0;
    border-radius: 0;
    color: #ffffff;
    background: #18181b;
    font-size: 1rem;
    font-weight: 850;
}

.home-newsletter-button:hover,
.home-newsletter-button:focus {
    color: #ffffff;
    background: var(--hx-theme-color);
}

.home-newsletter-consent {
    display: flex;
    align-items: flex-start;
    gap: 0.8rem;
    max-width: 650px;
    margin: 1.35rem auto 0;
    color: #71717a;
    font-size: 0.95rem;
    font-weight: 600;
    line-height: 1.55;
    text-align: left;
}

.home-newsletter-consent input {
    flex: 0 0 auto;
    width: 16px;
    height: 16px;
    margin-top: 0.25rem;
}

.home-newsletter-url {
    display: none !important;
}

html[data-bs-theme="dark"] .home-popular-categories {
    background: #111113;
}

html[data-bs-theme="dark"] .home-widget-title h2,
html[data-bs-theme="dark"] .home-popular-category-post h3 a,
html[data-bs-theme="dark"] .home-popular-category-more,
html[data-bs-theme="dark"] .home-newsletter-inner h2 {
    color: #f4f4f5;
}

html[data-bs-theme="dark"] .home-widget-title-line,
html[data-bs-theme="dark"] .home-popular-category-post,
html[data-bs-theme="dark"] .home-newsletter-fields,
html[data-bs-theme="dark"] .home-newsletter-fields .form-input {
    border-color: rgba(228, 228, 231, 0.13);
}

html[data-bs-theme="dark"] .home-popular-category-card,
html[data-bs-theme="dark"] .home-newsletter-widget,
html[data-bs-theme="dark"] .home-newsletter-fields .form-input {
    background: #18181b;
}

html[data-bs-theme="dark"] .home-popular-category-post-label,
html[data-bs-theme="dark"] .home-popular-category-meta,
html[data-bs-theme="dark"] .home-popular-category-empty,
html[data-bs-theme="dark"] .home-newsletter-inner p,
html[data-bs-theme="dark"] .home-newsletter-consent {
    color: #a1a1aa;
}

html[data-bs-theme="dark"] .home-popular-category-meta a,
html[data-bs-theme="dark"] .home-newsletter-fields .form-input {
    color: #e4e4e7;
}

@media (max-width: 1199.98px) {
    .home-popular-category-grid {
        gap: 1.25rem;
    }

    .home-popular-category-body {
        padding: 1.35rem;
    }

    .home-popular-category-post {
        grid-template-columns: minmax(0, 1fr) 76px;
    }

    .home-popular-category-post-image {
        width: 76px;
        height: 76px;
    }
}

@media (max-width: 991.98px) {
    .home-popular-category-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .home-newsletter-fields {
        grid-template-columns: 1fr;
    }

    .home-newsletter-fields .form-input {
        border-right: 0;
        border-bottom: 1px solid rgba(113, 113, 122, 0.2);
    }
}

@media (max-width: 575.98px) {
    .home-editorial-widgets {
        margin: 1.5rem 0 2rem;
    }

    .home-popular-categories {
        padding: 2rem 0 2.2rem;
    }

    .home-widget-title {
        gap: 0.8rem;
        margin-bottom: 1.4rem;
    }

    .home-widget-title h2 {
        font-size: 0.95rem;
    }

    .home-popular-category-grid {
        grid-template-columns: 1fr;
    }

    .home-popular-category-cover {
        min-height: 132px;
    }

    .home-popular-category-post h3 {
        font-size: 1.08rem;
    }

    .home-newsletter-widget {
        padding: 2.35rem 0 2.2rem;
    }

    .home-newsletter-inner h2 {
        font-size: 1.75rem;
    }

    .home-newsletter-inner p {
        font-size: 1rem;
    }
}

.section-category-page {
    --category-color: var(--hx-theme-color);
}

.category-hero {
    position: relative;
    overflow: hidden;
    margin-bottom: 2rem;
    padding: 3rem;
    border-radius: 8px;
    color: #18181b;
    background-color: color-mix(in srgb, var(--category-color) 10%, #ffffff);
    background-position: center;
    background-size: cover;
    isolation: isolate;
}

.category-hero::before {
    position: absolute;
    inset: auto 0 0;
    height: 5px;
    background: var(--category-color);
    content: "";
}

.category-hero::after {
    position: absolute;
    top: -120px;
    right: -90px;
    z-index: -1;
    width: 260px;
    height: 260px;
    border-radius: 999px;
    background: color-mix(in srgb, var(--category-color) 22%, transparent);
    content: "";
}

.category-hero-has-cover {
    color: #ffffff;
    background-color: #18181b;
}

.category-hero-content {
    max-width: 840px;
}

.category-hero-kicker,
.category-section-heading span,
.category-card-label {
    display: inline-flex;
    align-items: center;
    gap: 0.45rem;
    color: var(--category-color);
    font-size: 0.76rem;
    font-weight: 800;
    letter-spacing: 0.04em;
    text-transform: uppercase;
}

.category-color-dot {
    width: 0.65rem;
    height: 0.65rem;
    border-radius: 999px;
    background: var(--category-color);
    box-shadow: 0 0 0 5px color-mix(in srgb, var(--category-color) 16%, transparent);
}

.category-hero h1 {
    margin: 0.65rem 0 0.85rem;
    max-width: 760px;
    font-size: 2rem;
    line-height: 1;
}

.category-hero p {
    max-width: 700px;
    margin: 0;
    color: #3f3f46;
}

.category-hero-has-cover p {
    color: rgba(255, 255, 255, 0.82);
}

.category-hero-subcategories {
    margin-top: 1.4rem;
}

.category-hero .subcategories-wrapper {
    margin: 0 !important;
}

.category-hero .subcategory-pill {
    border: 1px solid color-mix(in srgb, var(--category-color) 28%, rgba(255, 255, 255, 0.35));
    color: inherit;
    background: rgba(255, 255, 255, 0.74);
}

.category-hero-has-cover .subcategory-pill {
    color: #ffffff!important;
    background: rgba(255, 255, 255, 0.12);
}

.category-hero .subcategory-pill.active,
.category-hero .subcategory-pill:hover {
    border-color: var(--category-color);
    color: #ffffff!important;
    background: var(--category-color);
}

.category-editorial-section {
    margin-bottom: 2rem;
}

.category-section-heading {
    margin-bottom: 1rem;
}

.category-section-heading h2 {
    margin: 0.25rem 0 0;
    font-size: 1.5rem;
    line-height: 1.2;
}

.category-featured-heading {
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
    gap: 1rem;
}

.category-featured-heading::after {
    width: 3.5rem;
    height: 3px;
    border-radius: 999px;
    background: var(--category-color);
    content: "";
}

.category-featured-layout {
    display: grid;
    grid-template-columns: minmax(0, 1.38fr) minmax(280px, 0.82fr);
    gap: 1.2rem;
    align-items: stretch;
}

.category-featured-layout-single {
    grid-template-columns: minmax(0, 1fr);
}

.category-featured-main {
    display: grid;
    grid-template-rows: auto 1fr;
    overflow: hidden;
    border: 1px solid color-mix(in srgb, var(--category-color) 18%, rgba(113, 113, 122, 0.16));
    border-radius: 8px;
    background: #ffffff;
    box-shadow: 0 18px 44px rgba(24, 24, 27, 0.08);
}

.category-featured-image {
    position: relative;
    display: block;
    aspect-ratio: 16 / 9;
    overflow: hidden;
    background: color-mix(in srgb, var(--category-color) 8%, #f4f4f5);
}

.category-featured-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.25s ease;
}

.category-featured-main:hover .category-featured-image img {
    transform: scale(1.03);
}

.category-featured-image-empty {
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: 260px;
    color: var(--category-color);
    font-size: 0.78rem;
    font-weight: 800;
    text-transform: uppercase;
}

.category-featured-body {
    display: flex;
    flex-direction: column;
    padding: 1.35rem;
}

.category-featured-kicker,
.category-featured-secondary-top {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 0.5rem;
}

.category-featured-status {
    display: inline-flex;
    align-items: center;
    gap: 0.35rem;
    padding: 0.24rem 0.58rem;
    border-radius: 999px;
    color: #18181b;
    background: color-mix(in srgb, var(--category-color) 12%, #ffffff);
    font-size: 0.72rem;
    font-weight: 800;
    text-transform: uppercase;
}

.category-featured-status::before {
    width: 0.38rem;
    height: 0.38rem;
    border-radius: 999px;
    background: var(--category-color);
    content: "";
}

.category-featured-body h3 {
    margin: 0.65rem 0 0.65rem;
    font-size: 1.62rem;
    line-height: 1.18;
}

.category-featured-body h3 a,
.category-featured-secondary-card h3 a,
.category-card-label {
    color: inherit;
    text-decoration: none;
}

.category-featured-body h3 a:hover,
.category-featured-secondary-card h3 a:hover,
.category-card-label:hover {
    color: var(--category-color);
}

.category-featured-body p {
    margin: 0 0 0.9rem;
    color: #52525b;
    line-height: 1.65;
}

.category-featured-meta {
    margin-top: auto;
    padding-top: 0.85rem;
    border-top: 1px solid rgba(113, 113, 122, 0.14);
}

.category-featured-list,
.category-popular-list {
    display: grid;
    gap: 0.85rem;
}

.category-popular-list .post-item-small {
    margin-bottom: 0 !important;
    padding: 0.85rem;
    border: 1px solid rgba(113, 113, 122, 0.14);
    border-radius: 8px;
    background: #ffffff;
}

.category-popular-list .post-item-small .image {
    overflow: hidden;
    width: 96px;
    min-width: 96px;
    border-radius: 8px;
}

.category-popular-list .post-item-small img {
    width: 96px;
    height: 74px;
    object-fit: cover;
}

.category-featured-secondary-card {
    display: grid;
    grid-template-columns: 112px minmax(0, 1fr);
    gap: 0.85rem;
    align-items: stretch;
    min-height: 126px;
    padding: 0.75rem;
    border: 1px solid rgba(113, 113, 122, 0.14);
    border-radius: 8px;
    background: #ffffff;
    box-shadow: 0 10px 24px rgba(24, 24, 27, 0.06);
    transition: border-color 0.2s ease, transform 0.2s ease, box-shadow 0.2s ease;
}

.category-featured-secondary-card:hover {
    border-color: color-mix(in srgb, var(--category-color) 34%, rgba(113, 113, 122, 0.22));
    box-shadow: 0 16px 30px rgba(24, 24, 27, 0.1);
    transform: translateY(-2px);
}

.category-featured-secondary-image {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: 100%;
    overflow: hidden;
    border-radius: 8px;
    color: var(--category-color);
    background: color-mix(in srgb, var(--category-color) 8%, #f4f4f5);
    font-size: 0.74rem;
    font-weight: 800;
    text-transform: uppercase;
}

.category-featured-secondary-image img {
    width: 100%;
    height: 100%;
    min-height: 102px;
    object-fit: cover;
    transition: transform 0.25s ease;
}

.category-featured-secondary-card:hover .category-featured-secondary-image img {
    transform: scale(1.04);
}

.category-featured-secondary-body {
    display: flex;
    flex-direction: column;
    min-width: 0;
    padding: 0.1rem 0;
}

.category-featured-number {
    color: color-mix(in srgb, var(--category-color) 78%, #18181b);
    font-size: 0.78rem;
    font-weight: 900;
    line-height: 1;
}

.category-featured-secondary-card h3 {
    margin: 0.42rem 0 0.55rem;
    font-size: 0.98rem;
    line-height: 1.34;
}

.category-featured-secondary-card h3 a {
    display: -webkit-box;
    overflow: hidden;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
}

.category-featured-secondary-card .post-meta {
    margin-top: auto;
}

.category-popular-section {
    padding: 1rem;
    border: 1px solid rgba(113, 113, 122, 0.14);
    border-top: 4px solid var(--category-color);
    border-radius: 8px;
    background: #ffffff;
}

.category-recent-heading {
    padding-bottom: 0.75rem;
    border-bottom: 1px solid rgba(113, 113, 122, 0.14);
}

.category-empty-state {
    padding: 1rem;
    border: 1px dashed color-mix(in srgb, var(--category-color) 34%, rgba(113, 113, 122, 0.25));
    border-radius: 8px;
    color: #52525b;
    background: color-mix(in srgb, var(--category-color) 6%, #ffffff);
    font-weight: 600;
}

.section-category-page .pagination {
    justify-content: center;
    gap: 0.35rem;
}

.section-category-page .pagination .page-link {
    min-width: 2.4rem;
    border-radius: 8px;
    color: #18181b;
    text-align: center;
}

.section-category-page .pagination .active .page-link,
.section-category-page .pagination .page-link:hover {
    border-color: var(--category-color);
    color: #ffffff;
    background: var(--category-color);
}

html[data-bs-theme="dark"] .category-hero {
    color: #f4f4f5;
    background-color: color-mix(in srgb, var(--category-color) 18%, #18181b);
}

html[data-bs-theme="dark"] .category-hero p,
html[data-bs-theme="dark"] .category-featured-body p,
html[data-bs-theme="dark"] .category-empty-state {
    color: #a1a1aa;
}

html[data-bs-theme="dark"] .category-featured-main,
html[data-bs-theme="dark"] .category-featured-secondary-card,
html[data-bs-theme="dark"] .category-popular-list .post-item-small,
html[data-bs-theme="dark"] .category-popular-section {
    background: #18181b;
    border-color: rgba(228, 228, 231, 0.12);
}

html[data-bs-theme="dark"] .category-featured-image,
html[data-bs-theme="dark"] .category-featured-secondary-image {
    background: color-mix(in srgb, var(--category-color) 12%, #27272a);
}

html[data-bs-theme="dark"] .category-featured-status {
    color: #f4f4f5;
    background: color-mix(in srgb, var(--category-color) 18%, #18181b);
}

html[data-bs-theme="dark"] .category-featured-meta {
    border-top-color: rgba(228, 228, 231, 0.12);
}

html[data-bs-theme="dark"] .category-featured-number {
    color: color-mix(in srgb, var(--category-color) 82%, #ffffff);
}

html[data-bs-theme="dark"] .category-hero .subcategory-pill,
html[data-bs-theme="dark"] .category-empty-state {
    background: rgba(24, 24, 27, 0.74);
}

html[data-bs-theme="dark"] .section-category-page .pagination .page-link {
    color: #e4e4e7;
    background: #18181b;
    border-color: rgba(228, 228, 231, 0.12);
}

@media (max-width: 991.98px) {
    .category-hero {
        padding: 2.25rem;
    }

    .category-featured-layout {
        grid-template-columns: 1fr;
    }

    .category-featured-list {
        grid-template-columns: repeat(auto-fit, minmax(230px, 1fr));
    }

    .category-popular-section {
        margin-top: 1.5rem;
    }
}

@media (max-width: 575.98px) {
    .category-hero {
        padding: 1.5rem;
    }

    .category-hero h1 {
        font-size: 1.725rem;
    }

    .category-featured-body {
        padding: 1rem;
    }

    .category-featured-heading::after {
        display: none;
    }

    .category-featured-body h3 {
        font-size: 1.34rem;
    }

    .category-featured-status {
        font-size: 0.68rem;
    }

    .category-featured-list {
        grid-template-columns: 1fr;
    }

    .category-featured-secondary-card {
        grid-template-columns: 88px minmax(0, 1fr);
        gap: 0.7rem;
        min-height: 96px;
        padding: 0.65rem;
    }

    .category-featured-secondary-image img {
        min-height: 82px;
    }

    .category-featured-secondary-card h3 {
        margin-top: 0.34rem;
        font-size: 0.92rem;
    }

    .category-popular-list .post-item-small {
        align-items: flex-start !important;
    }

    .category-popular-list .post-item-small .image {
        width: 84px;
        min-width: 84px;
    }

    .category-popular-list .post-item-small img {
        width: 84px;
        height: 68px;
    }
}

.section-eyebrow {
    display: inline-flex;
    margin-bottom: 0.65rem;
    color: var(--hx-theme-color);
    font-size: 0.76rem;
    font-weight: 800;
    letter-spacing: 0.04em;
    text-transform: uppercase;
}

.section-heading-centered {
    max-width: 720px;
    margin: 0 auto 2rem;
    text-align: center;
}

.section-heading-centered h2,
.section-heading-between h2 {
    margin: 0;
    color: #18181b;
    font-size: 2rem;
    line-height: 1.18;
}

.section-heading-between {
    display: flex;
    align-items: end;
    justify-content: space-between;
    gap: 1.5rem;
    margin-bottom: 2rem;
}

.section-link {
    color: #18181b;
    font-weight: 800;
    text-decoration: none;
}

.section-link:hover {
    color: var(--hx-theme-color);
}

.kileloo-about-page,
.kileloo-authors-page,
.kileloo-author-profile {
    color: #18181b;
}

.about-hero,
.authors-hero,
.author-profile-hero {
    padding: 4.5rem 0;
    background: #fbfaf7;
}

.about-hero h1,
.authors-hero h1,
.author-profile-hero h1 {
    max-width: 760px;
    margin: 0;
    color: #111827;
    font-size: 3.1rem;
    line-height: 1.06;
}

.about-hero-subtitle,
.author-profile-role {
    margin: 1rem 0 0;
    color: #3f3f46;
    font-size: 1.15rem;
    font-weight: 750;
}

.about-hero-text,
.authors-hero p {
    max-width: 700px;
    margin: 1.25rem 0 0;
    color: #52525b;
    font-size: 1.06rem;
    line-height: 1.75;
}

.about-hero-actions {
    display: flex;
    flex-wrap: wrap;
    gap: 0.75rem;
    margin-top: 2rem;
}

.about-visual-grid {
    display: grid;
    grid-template-columns: 0.95fr 0.72fr 1fr;
    grid-template-rows: 110px 150px 110px;
    gap: 1rem;
    align-items: center;
    min-width: 0;
}

.about-visual-item {
    overflow: hidden;
    min-width: 0;
    margin: 0;
    border-radius: 8px;
    background: #ecebea;
    box-shadow: 0 20px 45px rgba(24, 24, 27, 0.09);
}

.about-visual-item img {
    display: block;
    width: 100%;
    max-width: 100%;
    height: 100%;
    object-fit: cover;
}

.about-visual-item-1 {
    grid-row: 1 / 4;
    min-height: 285px;
}

.about-visual-item-2 {
    grid-column: 2;
    grid-row: 1 / 3;
    min-height: 220px;
}

.about-visual-item-3 {
    grid-column: 2;
    grid-row: 3;
    min-height: 110px;
}

.about-visual-item-4 {
    grid-column: 3;
    grid-row: 1 / 4;
    min-height: 285px;
}

.about-section {
    padding: 4rem 0;
}

.about-intro-section {
    background: #ffffff;
}

.about-intro-section h2,
.about-statement-card h2,
.about-format-band h2,
.about-contribution h2,
.author-profile-bio h2,
.author-posts-section h2,
.author-sidebar-block h2 {
    margin: 0 0 1rem;
    color: #18181b;
    font-size: 1.8rem;
    line-height: 1.2;
}

.about-intro-section p,
.about-statement-card p,
.about-contribution p,
.author-profile-bio p,
.author-sidebar-block p {
    color: #52525b;
    line-height: 1.75;
}

.about-lead {
    color: #27272a !important;
    font-size: 1.12rem;
    font-weight: 650;
}

.about-statement-card {
    height: 100%;
    padding: 2rem;
    border: 1px solid rgba(113, 113, 122, 0.16);
    border-radius: 8px;
    background: #ffffff;
}

.about-rubrics-section {
    background: #fbfaf7;
}

.about-rubric-grid {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 1rem;
}

.about-rubric-card {
    padding: 1.25rem;
    border: 1px solid rgba(113, 113, 122, 0.14);
    border-top: 4px solid var(--rubric-color);
    border-radius: 8px;
    background: #ffffff;
}

.about-rubric-icon {
    display: inline-flex;
    width: 34px;
    height: 34px;
    margin-bottom: 1rem;
    border-radius: 50%;
    background: color-mix(in srgb, var(--rubric-color) 16%, #ffffff);
}

.about-rubric-card h3 {
    margin: 0 0 0.55rem;
    font-size: 1.06rem;
    line-height: 1.25;
}

.about-rubric-card p {
    margin: 0;
    color: #52525b;
    font-size: 0.94rem;
    line-height: 1.55;
}

.about-format-band {
    padding: 5rem 0;
    background: #eee9e0;
}

.about-format-list {
    display: flex;
    flex-wrap: wrap;
    gap: 0.65rem;
}

.about-format-list span,
.author-profile-tags span {
    display: inline-flex;
    padding: 0.48rem 0.8rem;
    border-radius: 999px;
    color: #27272a;
    background: #ffffff;
    font-size: 0.86rem;
    font-weight: 750;
}

.about-team-grid,
.authors-grid {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 1.25rem;
}

.kileloo-team-card,
.kileloo-author-card {
    overflow: hidden;
    border: 1px solid rgba(113, 113, 122, 0.14);
    border-radius: 8px;
    background: #ffffff;
    transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.kileloo-team-card:hover,
.kileloo-author-card:hover {
    transform: translateY(-3px);
    box-shadow: 0 18px 36px rgba(24, 24, 27, 0.08);
}

.team-card-photo,
.author-card-photo {
    display: block;
    overflow: hidden;
    background: #f4f4f5;
}

.team-card-photo img,
.author-card-photo img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.team-card-photo {
    aspect-ratio: 1 / 1;
}

.author-card-photo {
    aspect-ratio: 4 / 3;
}

.team-card-body,
.author-card-body {
    padding: 1.25rem;
}

.team-card-department,
.author-card-meta {
    display: flex;
    flex-wrap: wrap;
    gap: 0.45rem;
    margin-bottom: 0.75rem;
    color: var(--hx-theme-color);
    font-size: 0.74rem;
    font-weight: 850;
    text-transform: uppercase;
}

.author-card-meta span:not(:last-child)::after {
    content: "/";
    margin-left: 0.45rem;
    color: #a1a1aa;
}

.team-card-body h3,
.author-card-name {
    margin: 0 0 0.4rem;
    font-size: 1.2rem;
    line-height: 1.25;
}

.author-card-name a {
    color: inherit;
    text-decoration: none;
}

.author-card-name a:hover {
    color: var(--hx-theme-color);
}

.team-card-role,
.author-card-role {
    margin: 0 0 0.75rem;
    color: #27272a;
    font-weight: 750;
}

.team-card-bio,
.author-card-bio {
    margin: 0 0 1rem;
    color: #52525b;
    font-size: 0.94rem;
    line-height: 1.6;
}

.kileloo-social-links {
    display: flex;
    flex-wrap: wrap;
    gap: 0.45rem;
    margin: 0.7rem 0;
}

.kileloo-social-links a {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 34px;
    height: 34px;
    border: 1px solid rgba(113, 113, 122, 0.18);
    border-radius: 50%;
    color: var(--social-color);
    background: #ffffff;
    transition: color 0.2s ease, background 0.2s ease, border-color 0.2s ease;
}

.kileloo-social-links a:hover {
    border-color: var(--social-color);
    color: #ffffff;
    background: var(--social-color);
}

.author-card-link {
    display: inline-flex;
    margin-top: 0.5rem;
    color: #18181b;
    font-weight: 850;
    text-decoration: none;
}

.author-card-link:hover {
    color: var(--hx-theme-color);
}

.about-stats-band {
    padding: 6rem 0;
    color: #ffffff;
    background: #111111;
}

.about-stats-grid {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 1rem;
}

.about-stat-item {
    text-align: center;
}

.about-stat-item strong {
    display: block;
    font-size: 2.1rem;
    line-height: 1;
}

.about-stat-item span {
    display: block;
    margin-top: 0.55rem;
    color: rgba(255, 255, 255, 0.72);
    font-weight: 700;
}

.about-contribution {
    padding: 3rem;
    border-radius: 8px;
    background: #fbfaf7;
    text-align: center;
}

.about-contribution p {
    max-width: 820px;
    margin: 0 auto 1.6rem;
}

.authors-hero {
    margin-bottom: 2rem;
    text-align: center;
}

.authors-hero p {
    max-width: 640px;
    margin-right: auto;
    margin-left: auto;
    color: #52525b;
    font-size: 1rem;
    line-height: 1.75;
}

.authors-filter-bar {
    margin-bottom: 2rem;
    padding: 1.25rem;
    border: 1px solid rgba(113, 113, 122, 0.14);
    border-radius: 8px;
    background: #ffffff;
}

.authors-pagination {
    display: flex;
    justify-content: center;
    margin: 2rem 0 0;
}

.authors-empty-state {
    padding: 2rem;
    border: 1px dashed rgba(113, 113, 122, 0.28);
    border-radius: 8px;
    color: #52525b;
    background: #fbfaf7;
    text-align: center;
    font-weight: 700;
}

.kileloo-authors-page .authors-hero {
    padding: 4.4rem 0 3.4rem;
    margin-bottom: 0;
    background: #ffffff;
    text-align: center;
}

.kileloo-authors-page .authors-hero h1 {
    max-width: 560px;
    margin: 0 auto;
    color: #18181b;
    font-size: 2.3rem;
    font-weight: 850;
    line-height: 1.16;
}

.kileloo-authors-page .authors-hero h1 span {
    display: block;
}

.authors-directory {
    padding-top: 1.25rem;
    padding-bottom: 7rem;
}

.authors-profile-section,
.authors-top-section {
    margin-bottom: 5.5rem;
}

.authors-section-heading {
    margin-bottom: 3rem;
}

.authors-profile-row > [class*="col-"],
.authors-top-row > [class*="col-"] {
    display: flex;
    justify-content: center;
}

.authors-filter-panel {
    max-width: 760px;
    margin: 0 auto 3.5rem;
    text-align: center;
}

.authors-filter-panel summary {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 0.45rem;
    color: #18181b;
    cursor: pointer;
    font-size: 0.86rem;
    font-weight: 850;
    line-height: 1.2;
    list-style: none;
    text-transform: uppercase;
}

.authors-filter-panel summary::-webkit-details-marker {
    display: none;
}

.authors-filter-panel summary::after {
    content: "+";
    color: var(--hx-theme-color);
    font-size: 1rem;
    font-weight: 800;
}

.authors-filter-panel[open] summary::after {
    content: "-";
}

.authors-filter-panel .authors-filter-bar {
    margin: 1.25rem 0 0;
    padding: 1.2rem;
    text-align: left;
}

.kileloo-authors-page .authors-grid {
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
    justify-content: center;
    gap: 4.6rem 3.6rem;
    max-width: 980px;
    margin: 0 auto;
}

.kileloo-authors-page .kileloo-author-card {
    flex: 0 0 230px;
    max-width: 230px;
    overflow: visible;
    border: 0;
    background: transparent;
    text-align: center;
    box-shadow: none;
}

.kileloo-authors-page .kileloo-author-card:hover {
    transform: translateY(-2px);
    box-shadow: none;
}

.kileloo-authors-page .author-card-photo {
    width: 168px;
    height: 168px;
    margin: 0 auto 1.05rem;
    border-radius: 50%;
    background: #eef0f1;
}

.kileloo-authors-page .author-card-photo img {
    border-radius: inherit;
    transition: transform 0.25s ease;
}

.kileloo-authors-page .author-card-photo:hover img {
    transform: scale(1.04);
}

.kileloo-authors-page .author-card-body {
    padding: 0;
}

.kileloo-authors-page .author-card-name {
    margin-bottom: 0.35rem;
    font-size: 0.94rem;
    font-weight: 850;
}

.kileloo-authors-page .kileloo-social-links {
    justify-content: center;
    gap: 0.25rem;
    margin: 0.1rem 0 0.75rem;
}

.kileloo-authors-page .kileloo-social-links a {
    width: 22px;
    height: 22px;
    border: 0;
    color: #18181b;
    background: transparent;
}

.kileloo-authors-page .kileloo-social-links a:hover {
    color: var(--hx-theme-color);
    background: transparent;
}

.kileloo-authors-page .kileloo-social-links svg {
    width: 13px;
    height: 13px;
}

.kileloo-authors-page .author-card-role {
    margin: 0 0 0.55rem;
    color: #52525b;
    font-size: 0.88rem;
    font-weight: 700;
}

.kileloo-authors-page .author-card-meta {
    justify-content: center;
    margin-bottom: 0.7rem;
    color: #71717a;
    font-size: 0.72rem;
    letter-spacing: 0;
}

.kileloo-authors-page .author-card-bio {
    max-width: 200px;
    margin: 0 auto 0.8rem;
    color: #52525b;
    font-size: 0.79rem;
    line-height: 1.5;
}

.kileloo-authors-page .author-card-link {
    align-items: center;
    justify-content: center;
    gap: 0.3rem;
    margin-top: 0;
    color: #18181b;
    font-size: 0.78rem;
    font-weight: 850;
}

.authors-top-note {
    display: inline-flex;
    align-items: center;
    min-height: 34px;
    padding: 0 0.8rem;
    border: 1px solid rgba(113, 113, 122, 0.18);
    color: #52525b;
    background: #ffffff;
    font-size: 0.78rem;
    font-weight: 850;
    text-transform: uppercase;
}

.authors-top-widget {
    display: flex;
    flex-direction: column;
    width: 100%;
    min-height: 100%;
    padding: 1.35rem;
    border: 1px solid rgba(113, 113, 122, 0.16);
    border-radius: 8px;
    background: #ffffff;
    box-shadow: 0 18px 40px rgba(24, 24, 27, 0.06);
}

.authors-top-widget-header {
    display: flex;
    gap: 1rem;
    align-items: center;
    padding-bottom: 1.1rem;
    border-bottom: 1px solid rgba(113, 113, 122, 0.14);
}

.authors-top-avatar {
    overflow: hidden;
    flex: 0 0 76px;
    width: 76px;
    height: 76px;
    border-radius: 50%;
    background: #f1f1f1;
}

.authors-top-avatar img,
.authors-top-post-image img,
.authors-story-visual img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.authors-top-count {
    display: block;
    margin-bottom: 0.25rem;
    color: var(--hx-theme-color);
    font-size: 0.72rem;
    font-weight: 850;
    letter-spacing: 0;
    text-transform: uppercase;
}

.authors-top-widget h3 {
    margin: 0;
    font-size: 1rem;
    font-weight: 850;
    line-height: 1.25;
}

.authors-top-widget h3 a,
.authors-top-post h4 a {
    color: #18181b;
}

.authors-top-widget h3 a:hover,
.authors-top-post h4 a:hover {
    color: var(--hx-theme-color);
}

.authors-top-widget .kileloo-social-links {
    justify-content: flex-start;
    margin: 0.35rem 0 0;
}

.authors-top-posts {
    display: grid;
    gap: 0;
}

.authors-top-post {
    display: flex;
    gap: 0.9rem;
    align-items: flex-start;
    justify-content: space-between;
    padding: 1rem 0;
    border-bottom: 1px solid rgba(113, 113, 122, 0.12);
}

.authors-top-post:last-child {
    border-bottom: 0;
}

.authors-top-post-body {
    min-width: 0;
}

.authors-top-post-category {
    display: block;
    margin-bottom: 0.35rem;
    color: var(--hx-theme-color);
    font-size: 0.68rem;
    font-weight: 850;
    letter-spacing: 0;
    text-transform: uppercase;
}

.authors-top-post h4 {
    margin: 0;
    font-size: 0.9rem;
    font-weight: 850;
    line-height: 1.36;
}

.authors-top-post-date {
    display: block;
    margin-top: 0.4rem;
    color: #71717a;
    font-size: 0.75rem;
    font-weight: 700;
}

.authors-top-post-image {
    overflow: hidden;
    flex: 0 0 86px;
    width: 86px;
    height: 64px;
    border-radius: 6px;
    background: #f4f4f5;
}

.authors-top-more {
    display: inline-flex;
    align-items: center;
    gap: 0.35rem;
    margin-top: auto;
    padding-top: 0.95rem;
    color: #18181b;
    font-size: 0.78rem;
    font-weight: 850;
}

.authors-story-section {
    overflow: hidden;
    border-radius: 8px;
    background: #f1ece4;
}

.authors-story-copy {
    display: flex;
    flex-direction: column;
    justify-content: center;
    min-height: 390px;
    padding: 3.2rem;
}

.authors-story-copy h2 {
    max-width: 520px;
    margin: 0 0 1rem;
    color: #18181b;
    font-size: 2rem;
    font-weight: 850;
    line-height: 1.18;
}

.authors-story-copy p {
    max-width: 560px;
    margin: 0 0 1rem;
    color: #52525b;
    font-size: 0.98rem;
    line-height: 1.75;
}

.authors-story-copy .btn {
    align-self: flex-start;
    margin-top: 0.75rem;
}

.authors-story-visual {
    overflow: hidden;
    height: 100%;
    min-height: 390px;
    margin: 0;
    background: #e7dfd3;
}

.authors-contribution-note {
    display: grid;
    grid-template-columns: minmax(0, 0.9fr) minmax(0, 1.1fr);
    gap: 2rem;
    align-items: center;
    max-width: 980px;
    margin: 5.5rem auto 0;
    padding: 2.4rem 2.6rem;
    background: #f1ece4;
}

.authors-contribution-note h2 {
    margin: 0;
    color: #18181b;
    font-size: 1.9rem;
    line-height: 1.18;
}

.authors-contribution-note p {
    margin: 0;
    color: #52525b;
    line-height: 1.75;
}

.author-profile-hero {
    margin-bottom: 3rem;
}

.author-profile-photo {
    overflow: hidden;
    width: 220px;
    height: 220px;
    border-radius: 50%;
    background: #f4f4f5;
}

.author-profile-photo img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.author-profile-stats,
.author-profile-tags {
    display: flex;
    flex-wrap: wrap;
    gap: 0.6rem;
    margin-top: 1rem;
}

.author-profile-stats span {
    display: inline-flex;
    padding: 0.45rem 0.8rem;
    border: 1px solid rgba(113, 113, 122, 0.18);
    border-radius: 999px;
    color: #27272a;
    background: #ffffff;
    font-size: 0.86rem;
    font-weight: 800;
}

.author-profile-bio {
    margin-bottom: 2.5rem;
    padding-bottom: 2rem;
    border-bottom: 1px solid rgba(113, 113, 122, 0.16);
}

.author-sidebar-block {
    margin-bottom: 1.5rem;
    padding: 1.25rem;
    border: 1px solid rgba(113, 113, 122, 0.14);
    border-radius: 8px;
    background: #ffffff;
}

.author-sidebar-block h2 {
    font-size: 1.3rem;
}

.author-popular-list .post-item-small {
    margin-bottom: 1rem !important;
}

html[data-bs-theme="dark"] .kileloo-about-page,
html[data-bs-theme="dark"] .kileloo-authors-page,
html[data-bs-theme="dark"] .kileloo-author-profile,
html[data-bs-theme="dark"] .section-heading-centered h2,
html[data-bs-theme="dark"] .section-heading-between h2,
html[data-bs-theme="dark"] .about-hero h1,
html[data-bs-theme="dark"] .authors-hero h1,
html[data-bs-theme="dark"] .author-profile-hero h1,
html[data-bs-theme="dark"] .about-intro-section h2,
html[data-bs-theme="dark"] .about-statement-card h2,
html[data-bs-theme="dark"] .about-format-band h2,
html[data-bs-theme="dark"] .about-contribution h2,
html[data-bs-theme="dark"] .authors-story-copy h2,
html[data-bs-theme="dark"] .author-profile-bio h2,
html[data-bs-theme="dark"] .author-posts-section h2,
html[data-bs-theme="dark"] .author-sidebar-block h2,
html[data-bs-theme="dark"] .section-link,
html[data-bs-theme="dark"] .author-card-link,
html[data-bs-theme="dark"] .authors-top-widget h3 a,
html[data-bs-theme="dark"] .authors-top-post h4 a,
html[data-bs-theme="dark"] .authors-top-more {
    color: #f4f4f5;
}

html[data-bs-theme="dark"] .about-hero,
html[data-bs-theme="dark"] .authors-hero,
html[data-bs-theme="dark"] .author-profile-hero,
html[data-bs-theme="dark"] .about-rubrics-section,
html[data-bs-theme="dark"] .about-contribution,
html[data-bs-theme="dark"] .authors-empty-state {
    background: #18181b;
}

html[data-bs-theme="dark"] .about-statement-card,
html[data-bs-theme="dark"] .about-rubric-card,
html[data-bs-theme="dark"] .kileloo-team-card,
html[data-bs-theme="dark"] .kileloo-author-card,
html[data-bs-theme="dark"] .authors-top-widget,
html[data-bs-theme="dark"] .authors-filter-bar,
html[data-bs-theme="dark"] .author-sidebar-block {
    border-color: rgba(228, 228, 231, 0.12);
    background: #1f1f23;
}

html[data-bs-theme="dark"] .about-hero-text,
html[data-bs-theme="dark"] .authors-hero p,
html[data-bs-theme="dark"] .about-intro-section p,
html[data-bs-theme="dark"] .about-statement-card p,
html[data-bs-theme="dark"] .about-rubric-card p,
html[data-bs-theme="dark"] .about-contribution p,
html[data-bs-theme="dark"] .authors-story-copy p,
html[data-bs-theme="dark"] .team-card-bio,
html[data-bs-theme="dark"] .author-card-bio,
html[data-bs-theme="dark"] .author-profile-bio p,
html[data-bs-theme="dark"] .author-sidebar-block p,
html[data-bs-theme="dark"] .authors-empty-state,
html[data-bs-theme="dark"] .authors-top-post-date,
html[data-bs-theme="dark"] .authors-top-note {
    color: #a1a1aa;
}

html[data-bs-theme="dark"] .about-lead,
html[data-bs-theme="dark"] .team-card-role,
html[data-bs-theme="dark"] .author-card-role,
html[data-bs-theme="dark"] .author-profile-role,
html[data-bs-theme="dark"] .author-profile-stats span,
html[data-bs-theme="dark"] .about-format-list span,
html[data-bs-theme="dark"] .author-profile-tags span {
    color: #e4e4e7 !important;
}

html[data-bs-theme="dark"] .about-format-band {
    background: #202024;
}

html[data-bs-theme="dark"] .authors-story-section,
html[data-bs-theme="dark"] .authors-story-visual,
html[data-bs-theme="dark"] .authors-top-note {
    background: #202024;
}

html[data-bs-theme="dark"] .authors-top-widget-header,
html[data-bs-theme="dark"] .authors-top-post {
    border-color: rgba(228, 228, 231, 0.12);
}

html[data-bs-theme="dark"] .about-format-list span,
html[data-bs-theme="dark"] .author-profile-tags span,
html[data-bs-theme="dark"] .author-profile-stats span,
html[data-bs-theme="dark"] .kileloo-social-links a,
html[data-bs-theme="dark"] .authors-top-note {
    background: #18181b;
    border-color: rgba(228, 228, 231, 0.12);
}

@media (max-width: 991.98px) {
    .about-hero,
    .authors-hero,
    .author-profile-hero {
        padding: 3rem 0;
    }

    .about-hero h1,
    .authors-hero h1,
    .author-profile-hero h1 {
        font-size: 2.35rem;
    }

    .about-visual-grid {
        grid-template-columns: repeat(3, 1fr);
    }

    .about-rubric-grid,
    .about-team-grid,
    .authors-grid,
    .about-stats-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
}

@media (max-width: 575.98px) {
    .section-heading-between {
        align-items: flex-start;
        flex-direction: column;
    }

    .about-hero h1,
    .authors-hero h1,
    .author-profile-hero h1 {
        font-size: 2rem;
    }

    .about-visual-grid {
        grid-template-columns: 1fr 1fr;
        grid-template-rows: auto;
    }

    .about-visual-item,
    .about-visual-item-1,
    .about-visual-item-2,
    .about-visual-item-3,
    .about-visual-item-4 {
        grid-column: auto;
        grid-row: auto;
        min-height: 150px;
    }

    .about-rubric-grid,
    .about-team-grid,
    .authors-grid,
    .about-stats-grid {
        grid-template-columns: 1fr;
    }

    .about-contribution {
        padding: 2rem 1.25rem;
    }

    .author-profile-photo {
        width: 180px;
        height: 180px;
    }
}

html[data-bs-theme="dark"] .kileloo-authors-page .authors-hero,
html[data-bs-theme="dark"] .kileloo-authors-page .kileloo-author-card {
    background: transparent;
}

html[data-bs-theme="dark"] .authors-contribution-note {
    background: #202024;
}

html[data-bs-theme="dark"] .kileloo-authors-page .kileloo-social-links a {
    color: #f4f4f5;
    background: transparent;
    border-color: transparent;
}

@media (max-width: 991.98px) {
    .kileloo-authors-page .authors-hero {
        padding: 3.6rem 0 2.6rem;
    }

    .kileloo-authors-page .authors-hero h1 {
        font-size: 2rem;
    }

    .kileloo-authors-page .authors-grid {
        gap: 3.6rem 2.5rem;
    }

    .authors-profile-section,
    .authors-top-section {
        margin-bottom: 4.5rem;
    }

    .authors-story-copy {
        min-height: auto;
        padding: 2.5rem;
    }

    .authors-story-copy h2 {
        font-size: 1.7rem;
    }

    .authors-contribution-note {
        grid-template-columns: 1fr;
        margin-top: 4rem;
    }
}

@media (max-width: 575.98px) {
    .kileloo-authors-page .authors-hero {
        padding: 3rem 0 2.2rem;
    }

    .kileloo-authors-page .authors-hero h1 {
        font-size: 1.85rem;
    }

    .authors-filter-panel {
        margin-bottom: 3rem;
    }

    .authors-filter-panel .authors-filter-bar {
        padding: 1rem;
    }

    .kileloo-authors-page .authors-grid {
        gap: 3.25rem;
    }

    .kileloo-authors-page .author-card-photo {
        width: 160px;
        height: 160px;
    }

    .authors-top-note {
        margin-top: 0.85rem;
    }

    .authors-top-widget {
        padding: 1.15rem;
    }

    .authors-top-widget-header {
        align-items: flex-start;
    }

    .authors-top-post {
        gap: 0.75rem;
    }

    .authors-top-post-image {
        flex-basis: 74px;
        width: 74px;
        height: 58px;
    }

    .authors-story-copy {
        padding: 2rem 1.25rem;
    }

    .authors-story-copy h2 {
        font-size: 1.45rem;
    }

    .authors-story-visual {
        min-height: 260px;
    }

    .authors-contribution-note {
        padding: 2rem 1.25rem;
    }

    .authors-contribution-note h2 {
        font-size: 1.55rem;
    }
}

.kileloo-contact-page {
    --contact-ink: #18181b;
    --contact-muted: #5f6368;
    --contact-soft: #f6f7f4;
    --contact-panel: #ffffff;
    --contact-line: rgba(24, 24, 27, 0.12);
    --contact-accent: var(--hx-theme-color);
    margin-bottom: 0;
    color: var(--contact-ink);
    background: #ffffff;
}

.contact-hero {
    padding: 4.75rem 0 3.25rem;
    background: var(--contact-soft);
    border-bottom: 1px solid var(--contact-line);
}

.contact-breadcrumb {
    display: flex;
    flex-wrap: wrap;
    gap: 0.5rem;
    align-items: center;
    margin-bottom: 2.5rem;
    color: var(--contact-muted);
    font-size: 0.92rem;
}

.contact-breadcrumb a {
    color: var(--contact-accent);
    text-decoration: none;
}

.contact-breadcrumb a:hover {
    text-decoration: underline;
}

.contact-hero h1 {
    max-width: 760px;
    margin: 0 0 1rem;
    color: var(--contact-ink);
    font-size: 3.4rem;
    line-height: 1.02;
    letter-spacing: 0;
}

.contact-hero p {
    max-width: 720px;
    margin: 0;
    color: var(--contact-muted);
    font-size: 1.08rem;
    line-height: 1.72;
}

.contact-hero-note {
    display: grid;
    gap: 0.45rem;
    padding: 1.35rem;
    border: 1px solid var(--contact-line);
    border-radius: 8px;
    background: var(--contact-panel);
}

.contact-hero-note strong {
    color: var(--contact-ink);
    font-size: 1rem;
}

.contact-hero-note span {
    color: var(--contact-muted);
    line-height: 1.58;
}

.contact-main {
    padding: 3.75rem 0 4.5rem;
}

.contact-intro {
    max-width: 900px;
    margin-bottom: 2rem;
    color: var(--contact-muted);
    font-size: 1.04rem;
    line-height: 1.78;
}

.contact-intro > *:last-child {
    margin-bottom: 0;
}

.contact-topic-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 1rem;
    margin-bottom: 2.5rem;
}

.contact-topic-card,
.contact-form-panel,
.contact-side-panel {
    border: 1px solid var(--contact-line);
    border-radius: 8px;
    background: var(--contact-panel);
}

.contact-topic-card {
    min-height: 190px;
    padding: 1.35rem;
}

.contact-topic-card h2 {
    margin: 0 0 0.65rem;
    color: var(--contact-ink);
    font-size: 1.08rem;
    line-height: 1.3;
}

.contact-topic-card p {
    margin: 0;
    color: var(--contact-muted);
    line-height: 1.62;
}

.contact-topic-card a {
    display: inline-flex;
    margin-top: 1rem;
    color: var(--contact-accent);
    font-weight: 800;
    text-decoration: none;
}

.contact-topic-card a:hover,
.contact-method-item a:hover,
.contact-privacy-link:hover {
    text-decoration: underline;
}

.contact-form-panel,
.contact-side-panel {
    padding: 2rem;
}

.contact-section-heading {
    margin-bottom: 1.35rem;
}

.contact-section-heading h2 {
    margin: 0;
    color: var(--contact-ink);
    font-size: 1.65rem;
    line-height: 1.22;
}

.contact-section-heading p {
    max-width: 620px;
    margin: 0.75rem 0 0;
    color: var(--contact-muted);
    line-height: 1.62;
}

.contact-modern-form .form-label {
    margin-bottom: 0.45rem;
    color: var(--contact-ink);
    font-weight: 800;
}

.contact-modern-form .form-input {
    min-height: 50px;
    border-radius: 8px;
    border-color: var(--contact-line);
    background: #fafafa;
}

.contact-modern-form textarea.form-input {
    min-height: 190px;
    resize: vertical;
}

.contact-modern-form .form-input:focus {
    border-color: color-mix(in srgb, var(--contact-accent) 70%, #ffffff);
    background: #ffffff;
    box-shadow: 0 0 0 0.18rem color-mix(in srgb, var(--contact-accent) 15%, transparent);
}

.contact-modern-form input[name="message_content"] {
    position: absolute;
    left: -9999px;
    width: 1px;
    height: 1px;
    opacity: 0;
}

.contact-consent-row {
    display: flex;
    gap: 1rem;
    align-items: flex-start;
    justify-content: space-between;
    margin-top: 1rem;
    color: var(--contact-muted);
    font-size: 0.94rem;
    line-height: 1.5;
}

.contact-consent-row .form-check-label a,
.contact-privacy-link {
    color: var(--contact-accent);
}

.contact-privacy-link {
    flex: 0 0 auto;
    font-weight: 800;
    text-decoration: none;
}

.contact-captcha {
    max-width: 100%;
    overflow: hidden;
}

.contact-submit-btn {
    min-width: 180px;
    border-radius: 8px;
}

.contact-method-list {
    display: grid;
    gap: 1rem;
}

.contact-method-item {
    display: grid;
    grid-template-columns: 48px minmax(0, 1fr);
    gap: 1rem;
    align-items: center;
    padding: 1rem 0;
    border-top: 1px solid var(--contact-line);
}

.contact-method-item:first-child {
    border-top: 0;
}

.contact-method-icon {
    display: inline-flex;
    width: 48px;
    height: 48px;
    align-items: center;
    justify-content: center;
    border-radius: 8px;
    color: var(--contact-accent);
    background: color-mix(in srgb, var(--contact-accent) 10%, #ffffff);
}

.contact-method-icon svg {
    width: 22px;
    height: 22px;
    fill: none;
    stroke: currentColor;
    stroke-width: 2;
    stroke-linecap: round;
    stroke-linejoin: round;
}

.contact-method-item span:not(.contact-method-icon) {
    display: block;
    margin-bottom: 0.2rem;
    color: var(--contact-muted);
    font-size: 0.82rem;
    font-weight: 800;
    text-transform: uppercase;
}

.contact-method-item a,
.contact-method-item strong {
    display: inline-block;
    max-width: 100%;
    color: var(--contact-ink);
    font-size: 1rem;
    font-weight: 800;
    line-height: 1.38;
    overflow-wrap: anywhere;
    text-decoration: none;
}

.contact-response-box {
    margin-top: 1.35rem;
    padding: 1.1rem;
    border-radius: 8px;
    background: var(--contact-soft);
}

.contact-response-box p,
.contact-empty-info {
    margin: 0;
    color: var(--contact-muted);
    line-height: 1.62;
}

.contact-map-section {
    border-top: 1px solid var(--contact-line);
}

.contact-map-section .map-card {
    border-radius: 0;
}

.contact-map-section .map-placeholder-content,
.contact-map-section #contactGoogleMapContainer {
    min-height: 390px;
}

html[data-bs-theme="dark"] .kileloo-contact-page {
    --contact-ink: #f4f4f5;
    --contact-muted: #a1a1aa;
    --contact-soft: #18181b;
    --contact-panel: #1f1f23;
    --contact-line: rgba(228, 228, 231, 0.12);
    background: #111113;
}

html[data-bs-theme="dark"] .contact-modern-form .form-input {
    border-color: var(--contact-line);
    background: #18181b;
    color: var(--contact-ink);
}

html[data-bs-theme="dark"] .contact-modern-form .form-input:focus {
    background: #18181b;
}

html[data-bs-theme="dark"] .contact-method-icon {
    background: color-mix(in srgb, var(--contact-accent) 14%, #18181b);
}

@media (max-width: 991.98px) {
    .contact-hero {
        padding: 3.25rem 0 2.5rem;
    }

    .contact-hero h1 {
        font-size: 2.65rem;
    }

    .contact-topic-grid {
        grid-template-columns: 1fr;
    }

    .contact-topic-card {
        min-height: auto;
    }
}

@media (max-width: 575.98px) {
    .contact-hero {
        padding: 2.6rem 0 2rem;
    }

    .contact-hero h1 {
        font-size: 2.1rem;
        line-height: 1.05;
    }

    .contact-main {
        padding: 2.5rem 0 3rem;
    }

    .contact-form-panel,
    .contact-side-panel {
        padding: 1.25rem;
    }

    .contact-consent-row {
        flex-direction: column;
        gap: 0.75rem;
    }

    .contact-submit-btn {
        width: 100%;
    }
}
