.hero-banner-with-comments {
    padding-bottom: 34px;
}

.text-justify {
    text-align: justify !important;
    text-justify: inter-word;
}

.text-jusstify {
    text-align: justify !important;
    text-justify: inter-word;
}

.list-style {
    margin-top: 0;
    padding-left: 32px;
    list-style: square;
}

.list-style li {
    margin-bottom: 8px;
    color: var(--tc-body-color);
    line-height: var(--tc-body-line-height, 1.5);
    text-align: justify;
}

.list-style li:last-child {
    margin-bottom: 0;
}

.list-style li::marker {
    color: var(--tc-theme-primary, #C09867);
}

.tc-header__area .mobile-nav-toggler {
    color: #C09867 !important;
    border-color: #C09867 !important;
}

.tc-header__area .mobile-nav-toggler i {
    color: #C09867 !important;
}

.tc-header__area .mobile-nav-toggler svg {
    color: #C09867 !important;
    stroke: #C09867 !important;
}

.tc-header__area .mobile-nav-toggler span span {
    background: #C09867 !important;
}

.hero-banner-with-comments .hero-commentary-band {
    margin-top: 58px;
}

.hero-commentary-slider {
    background: rgba(191, 155, 112, 0);
    backdrop-filter: blur(2px);
    font-family: "Sora", sans-serif;
}

.hero-commentary-slide {
    min-height: 118px;
    padding: 22px 28px 22px 12px;
    display: flex;
    align-items: center;
    gap: 20px;
}

.hero-commentary-avatar {
    width: 56px;
    min-width: 56px;
    height: 56px;
    overflow: hidden;
    border-radius: 50%;
    border: 3px solid rgba(255, 255, 255, 0.35);
    margin: 0;
}

.hero-commentary-avatar img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.hero-commentary-copy {
    flex: 1 1 auto;
    max-width: 700px;
}

.hero-commentary-copy p {
    margin: 0;
    color: #fff;
    font-family: "Sora", sans-serif !important;
    font-size: 18px;
    line-height: 1.45;
}

.hero-commentary-link {
    margin-left: auto;
    min-width: 138px;
    padding: 14px 20px;
    border-radius: 999px;
    background: #fff;
    color: #bc9569;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    font-weight: 600;
    font-size: 15px;
    line-height: 1;
    text-decoration: none;
    transition: background-color 0.2s ease, color 0.2s ease, transform 0.2s ease;
}

.hero-commentary-link:hover {
    background: #f7f2ec;
    color: #a97f51;
    transform: translateY(-1px);
}

.hero-commentary-link:focus-visible {
    outline: 2px solid #fff;
    outline-offset: 3px;
}

.hero-commentary-pagination {
    display: flex;
    justify-content: center;
    gap: 8px;
    margin-top: 10px;
}

.hero-commentary-pagination .swiper-pagination-bullet {
    width: 8px;
    height: 8px;
    margin: 0 !important;
    opacity: 1;
    background: rgba(255, 255, 255, 0.35);
}

.hero-commentary-pagination .swiper-pagination-bullet-active {
    background: #fff;
}

@media (max-width: 1199.98px) {
    .hero-commentary-slide {
        padding: 20px 24px 20px 12px;
    }
    .hero-commentary-copy p {
        font-size: 17px;
    }
}

@media (max-width: 991.98px) {
    .hero-banner-with-comments {
        padding-bottom: 24px;
    }
    .hero-banner-with-comments .banner-content {
        margin-bottom: 0;
    }
    .hero-banner-with-comments .hero-commentary-band {
        margin-top: 40px;
    }
    .hero-commentary-slide {
        min-height: auto;
        padding: 18px 20px 18px 12px;
        flex-wrap: wrap;
        gap: 14px;
    }
    .hero-commentary-copy {
        max-width: 100%;
    }
    .hero-commentary-copy p {
        font-size: 16px;
    }
    .hero-commentary-link {
        margin-left: 0;
    }
}

@media (max-width: 575.98px) {
    .hero-commentary-slide {
        padding: 16px 16px 16px 12px;
    }
    .hero-commentary-avatar {
        width: 48px;
        min-width: 48px;
        height: 48px;
    }
    .hero-commentary-copy p {
        font-size: 15px;
    }
    .hero-commentary-link {
        width: 100%;
        justify-content: center;
    }
}

.text-justify,
.text-jusstify {
    text-align: justify !important;
    text-justify: inter-word;
}

.Introduction .publication-list {
    margin: 0 0 16px !important;
    padding-left: 0 !important;
    list-style: none !important;
}

.Introduction .publication-list li {
    margin: 0 0 8px !important;
    padding-left: 0 !important;
    text-align: justify !important;
}

.Introduction .publication-list li:last-child {
    margin-bottom: 0 !important;
}

.publication-item {
    display: block !important;
    margin: 0 0 8px !important;
    padding-left: 28px !important;
    color: var(--tc-body-color) !important;
    text-align: justify !important;
    line-height: var(--tc-body-line-height) !important;
}

.publication-detail-content p,
.publication-detail-content ul {
    text-align: justify !important;
    text-justify: inter-word;
}

.publication-detail-content p {
    line-height: 1.85;
    margin-bottom: 14px;
}

.publication-detail-content ul {
    line-height: 1.8;
    margin-bottom: 22px;
}

.publication-detail-content li {
    margin-bottom: 8px;
}

.publication-detail-content h4 {
    margin-top: 24px;
    margin-bottom: 12px;
}

.publication-detail-content .row+p {
    margin-top: 10px;
}

.publication-detail-content p,
.publication-detail-content ul {
    text-align: justify !important;
    text-justify: inter-word;
}

.publication-detail-content p {
    line-height: 1.85;
    margin-bottom: 14px;
}

.publication-detail-content ul {
    line-height: 1.8;
    margin-bottom: 22px;
}

.publication-detail-content li {
    margin-bottom: 8px;
}

.publication-detail-content h4 {
    margin-top: 24px;
    margin-bottom: 12px;
}

.publication-detail-content .row+p {
    margin-top: 10px;
}