.detective-section-column {
    background: #FAFAFA;
    padding: 60px 0;
}

.container-column {
    max-width: 1200px;
    margin: 0 auto;
}

.container-column .mds {
    padding: 25px 10px 10px;
    font-size: 32px;
    font-weight: bold;
    text-align: center;
    line-height: 1.5;
}

.container-column .divider {
    width: 65px;
    height: 10px;
    margin: 0 auto 30px;
    background: #fcdb00;
}

.column-date {
    font-size: 14px;
    font-weight: 400;
    color: #1C1C1C;
    line-height: 1.5;
    margin-bottom: 10px;
    text-align: left;
    padding: 0 10px;
}

.section-description-column {
    color: #1C1C1C;
    font-size: 20px;
    line-height: 1.5;
    margin-bottom: 20px;
    text-align: center;
}

.column-list {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 20px;
}

.column-item {
    width: auto;

    border-radius: 0 30px 0 30px;
    /* padding: 10px; */
    background: #FFFFFF;
    text-align: center;
    text-decoration: none;
}

.column-item:hover {
    box-shadow: 0 8px 25px rgba(0, 0, 0, 0.1);
}

.column-item img {
    width: 370px;
    height: 370px;
    object-fit: cover;
    border-radius: 0 30px 0 0;
    padding: 10px 0;
}

.column-title {
    font-size: 20px;
    font-weight: 700;
    color: #1C1C1C;
    margin-bottom: 10px;
    text-align: left;
    padding: 0 10px;
    height: 60px;
    margin-top: 0;
    line-height: 1.5;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    line-clamp: 2;
    -webkit-box-orient: vertical;
}

.column-author {
    display: flex;
    text-align: left;
    align-items: center;
    padding: 10px;
}

.column-author svg {
    width: 20px;
    height: 20px;
}

.news-card__author-text {
    font-size: 14px;
    color: #1C1C1C;
    line-height: 1.5;
}

.column-author span {
    font-size: 16px;
    color: #1C1C1C;
    line-height: 1.5;
    margin-left: 10px;
    /* max-width: 130px; */
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.column-pagination-button {
    text-align: center;
    margin-top: 40px;
}

.column-pagination__item {
    background: #058078;
    color: #FFFFFF;
    padding: 10px 20px;
    border-radius: 90px;
    text-decoration: none;
}

.carousel-pagination {
    text-align: center;
    /* margin-top: 40px; */
}

.carousel-pagination__item {
    background: #058078;
    color: #FFFFFF;
    padding: 10px 20px;
    border-radius: 90px;
    text-decoration: none;
}



.clear-br {
    display: none;
}

.clear-br-p {
    display: inline;
}



@media (max-width: 768px) {
    .clear-br {
        display: inline;
    }

    .clear-br-p {
        display: none;
    }
}

@media (max-width: 768px) {
    .cta-text-body-content p {
        font-size: 14px;
        line-height: 1.7;
    }

    .cta-text-icon {
        width: 32px;
        height: 26px;
        margin-top: 4px;
    }

    /* Column list horizontal scroll on mobile */
    .detective-section-column .container {
        overflow-x: visible;
        overflow-y: visible;
    }

    .column-list {
        display: flex;
        overflow-x: auto;
        overflow-y: hidden;
        scroll-snap-type: x mandatory;
        -webkit-overflow-scrolling: touch;
        gap: 20px;
        /* padding-left: 7.5%;
        padding-right: 7.5%; */
        /* Hide scrollbar */
        scrollbar-width: none;
        /* Firefox */
        -ms-overflow-style: none;
        /* IE and Edge */
    }

    .column-list::-webkit-scrollbar {
        display: none;
        /* Chrome, Safari, Opera */
    }

    .column-item {
        flex: 0 0 85%;
        max-width: 85%;
        scroll-snap-align: center;
        scroll-snap-stop: always;
    }

    .column-item img {
        width: 95%;
        height: auto;
        aspect-ratio: 1;
    }

    .section-description {
        /* display: none; */
    }
}

/* =====================
   Pagination (shared style with topic)
   ===================== */
.pagination {
    display: flex;
    justify-content: center;
    /* center the inner container */
    /* background: #F2FCFC; */
}

.pagination__inner {
    max-width: 1200px;
    width: 100%;
    margin: 0 auto;
    display: flex;
    justify-content: flex-end;
    /* align list to the right inside 1200px */
}

.pagination__list {
    display: inline-flex;
    gap: 8px;
    align-items: center;
    padding: 15px 0;
    margin: 0;
    /* reset margins; handled by inner */
    list-style: none;
}

.pagination__item {
    min-height: 0;
}

.pagination__link {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-width: 36px;
    height: 36px;
    padding: 0 10px;
    border: 1px solid #E6F0EF;
    border-radius: 8px;
    text-decoration: none;
    color: #1C1C1C;
    background: #fff;
    font-size: 14px;
}

.pagination__arrow {
    min-width: 75px;
    padding: 0;
}

.pagination__link:hover {
    border-color: #0E7C6B99;
}

.pagination__link.is-current {
    background: #0E7C6B;
    color: #fff;
    border-color: #0E7C6B;
}

.pagination__link.is-disabled {
    color: #9AA3A8;
    background: #F7F9F9;
    pointer-events: none;
}

.pagination__ellipsis {
    padding: 0 6px;
    color: #9AA3A8;
}

/* =====================
   Sections below banner
   ===================== */

.container-v2 {
    /* background-color: #F2FCFC; */
}

.news-sections {
    max-width: 1200px;
    margin: 40px auto;
    padding: 0 20px;
    display: grid;
    gap: 40px;
}

.news-card {
    /* background: #F6FBFA; */
    border-radius: 16px;
    padding: 28px;
    display: flex;
    align-items: center;
    gap: 28px;
    position: relative;
    overflow: hidden;
}


.news-card__media img {
    width: 490px;
    max-width: 100%;
    height: 600px;
    object-fit: cover;
    /* border-radius: 12px; */
    display: block;
}

.news-card__text {
    flex: 1 1 0;
}

.news-card__title {
    color: #1C1C1C;
    font-size: 32px;
    line-height: 1.5;
    margin: 0 0 16px;
    font-weight: 700;
}

.news-card__desc {
    color: #1C1C1C;
    font-size: 18px;
    line-height: 1.5;
    margin: 0 0 16px;
}

.news-card__btn {
    display: inline-block;
    margin-top: 8px;
    background: #2BA39C;
    color: #FFFFFF;
    padding: 10px 16px;
    border-radius: 999px;
    text-decoration: none;
    font-weight: 600;
}

.news-card__actions {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-top: 16px;
    gap: 16px;
}

.news-card__author {
    width: 1000px;
    margin: 0 auto;
    display: flex;
    flex-direction: column;
    gap: 8px;
    text-decoration: none;
    align-items: flex-end;
    margin-bottom: 90px;
}

.news-card__author__list {
    /* margin: 0 auto; */
    display: flex;
    flex-direction: column;
    gap: 8px;
    text-decoration: none;
    align-items: flex-start;
    width: 100%;
}

.news-card__author-item {
    display: flex;
    align-items: center;
    gap: 6px;
}

.news-card__author-icon {
    flex-shrink: 0;
    width: 16px;
    height: 16px;
}

.news-card__author-text {
    color: #9AA3A8;
    font-size: 14px;
    line-height: 1.5;
}

/* reverse layout */
.news-card.is-alt {
    flex-direction: row;
    max-width: 1200px;
    width: 100%;
    margin: 0 auto;
}

@media (max-width: 768px) {
    .news-card__btn {
        padding: 15px 18px;
        width: 34%;
    }

    .news-sections {
        padding: 0;
    }

    .news-card {
        flex-direction: column;
        align-items: flex-start;
        padding: 20px;
        gap: 16px;
    }

    .news-card.is-alt {
        flex-direction: column-reverse;
        width: auto;
    }

    .news-card__media img {
        width: 100%;
        height: auto;
        object-fit: contain;
        object-position: center;
        border-radius: 15px;
    }

    .news-card__title {
        font-size: 24px;
        line-height: 1.4;
    }

    .news-card__desc {
        font-size: 14px;
    }

    .news-card__actions {
        /* flex-direction: column; */
        align-items: flex-start;
        gap: 12px;
    }

    .news-card__author {
        align-items: flex-end;
        width: 100%;
    }

    /* .news-card::after, .news-card::before { display: none; } */
}

/* =====================
   Footer-like banner
   ===================== */
.news-footer-banner {
    /* margin: 40px 20px 0; */
    background: #F2FCFC;
    border-radius: 12px;
    position: relative;
    overflow: visible;
    padding-bottom: 50px;
    display: none;
}

.news-footer-banner__inner {
    max-width: 1200px;
    margin: 0 auto;
    padding: 28px 0;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 24px;
    box-shadow: 0px 32px 64px -12px #0000000F;
    background: #FFFFFF;
    border-radius: 10px;
    position: relative;
    overflow: visible;
}

.news-footer-banner__text {
    color: #1C1C1C;
    line-height: 1.8;
    padding: 20px;
}

.news-footer-banner__text p {
    margin: 0 0 10px;
}

.news-footer-banner__illustration {
    position: absolute;
    right: 40px;
    /* overflow out of the white card */
    bottom: 0;
    z-index: 1;
}

.news-footer-banner__illustration img {
    /* height: 220px; */
    width: auto;
    display: block;
}

.profile-image {
    width: 100% !important;
}

.medal-icon {
    width: 28px !important;
    height: 40px !important;
    margin: 0 !important;
}

.comparison-header {
    display: none;
}

.column-detail-container p {
    font-family: 'Noto Sans JP' !important;
}

.column-detail-container span {
    font-family: 'Noto Sans JP' !important;
}

@media (max-width: 768px) {
    .news-footer-banner__inner {
        flex-direction: column;
        align-items: flex-start;
    }

    .news-footer-banner__illustration {
        right: 0;
        bottom: 0;
    }

    .news-footer-banner__illustration img {
        height: 190px;
    }

    .news-footer-banner__text {
        z-index: 2;
    }

    .news-footer-banner {
        /* display: block; */
    }

    .news-footer-banner__text p {
        font-size: 14px;
        line-height: 1.5;
        color: #1C1C1C;
        margin: 0 0 10px;
    }
}

/* Additional mobile tweaks */
@media (max-width: 768px) {
    .news-title {
        font-size: 24px;
        line-height: 1.3;
        margin-bottom: 16px;
    }

    .news-content {
        font-size: 16px;
        margin-bottom: 16px;
    }
}

/* =====================
   Column Detail Page
   ===================== */

.column-detail-container {
    /* max-width: 1000px; */
    margin: 0 auto;
    /* padding: 20px; */
}

.column-detail-header {
    width: 1000px;
    margin: 0 auto;
    margin-bottom: 40px;
}

.column-detail-label {
    color: #F28301;
    font-size: 24px;
    font-weight: 700;
    display: block;
    margin-bottom: 16px;
}

.column-detail-title {
    color: #1C1C1C;
    font-size: 40px;
    line-height: 1.5;
    font-weight: 700;
    margin: 0;
}

.column-detail-article {
    background: #FFFFFF;
}

.article-content {
    max-width: 1000px;
    margin: 20px auto;
    padding: 0;
}

.article-content strong {
    font-weight: 600;
    padding-top: 20px;
    padding-bottom: 10px;
}

.article-content p {
    color: #1C1C1C;
    font-size: 16px;
    line-height: 1.5;
    margin: 0;
}

.article-content h1 {
    color: #1C1C1C;
    font-size: 28px;
    font-weight: 700;
    line-height: 1.5;
    margin: 40px 0 20px;
    padding: 0;
    display: flex;
    /* left: 50%; */
    /* transform: translateX(-50%); */
}

.article-content h1::before {
    content: '';
    width: 4px;
    height: 40px;
    background-color: #F28301;
    border-radius: 2px;
    flex-shrink: 0;
}

.article-content h2 {
    color: #1C1C1C;
    font-size: 24px;
    font-weight: 700;
    line-height: 1.5;
    margin: 40px 0 20px;
    padding: 0;
}

.article-content img {
    width: 1000px;
    height: auto;
    border-radius: 12px;
    display: block;
    margin: 20px 0;
}

.article-content li {
    /* margin-left: 20px; */
    display: flex;
    align-items: center;
    list-style: none;
    position: relative;
    padding-left: 20px;
}

.article-content li::before {
    content: '•';
    position: absolute;
    left: 0;
    line-height: 1.5;
    color: #1C1C1C;
    top: 50%;
    transform: translateY(-50%);
}

.article-paragraph {
    color: #1C1C1C;
    font-size: 16px;
    line-height: 1.8;
    margin: 0 0 24px;
}

.article-heading {
    color: #1C1C1C;
    font-size: 28px;
    font-weight: 700;
    line-height: 1.5;
    margin: 40px 0 20px;
    padding: 0;
}

.article-image {
    margin: 32px 0;
    text-align: center;
}

.article-image img {
    width: 100%;
    height: auto;
    border-radius: 12px;
    display: block;
    margin: 0 auto;
}

.box-check-icon {
    width: 20px !important;
    height: 20px !important;
    margin: 0 !important;
}

.agency-description p {
    line-height: 1.5 !important;
    margin: 0 !important;
}

/* Responsive for column detail */
@media (max-width: 768px) {
    .column-detail-container {
        padding: 16px;
    }

    .column-detail-label {
        font-size: 20px;
        margin-bottom: 12px;
    }

    .column-detail-title {
        font-size: 24px;
        line-height: 1.4;
    }

    .article-content {
        padding: 0;
    }

    .article-paragraph {
        font-size: 14px;
        line-height: 1.7;
        margin-bottom: 20px;
    }

    .article-heading {
        font-size: 20px;
        margin: 32px 0 16px;
    }

    .article-image {
        margin: 24px 0;
    }

    .article-content img {
        width: 100%;
        height: auto;
        object-fit: contain;
        object-position: center;
        border-radius: 15px;
    }

    .column-detail-header {
        width: 100%;
    }

    .comparison-container {
        padding: 0;
    }

    .detective-container {
        padding: 0;
    }
}

/* Column detail */
.column-detail-section {
    background: #fff;
    padding: 60px 20px 80px;
}

.column-detail-container {
    max-width: 980px;
    margin: 0 auto;
}

.column-detail-not-found {
    text-align: center;
    font-size: 20px;
    color: #2E2E2E;
    line-height: 1.8;
    margin: 0 0 22px;
}

.column-detail-article {
    background: #fff;
}

.column-detail-header {
    margin-bottom: 20px;
}

.column-detail-date {
    font-size: 16px;
    color: #2E2E2E;
    margin: 0 0 10px;
    line-height: 1.5;
    text-align: right;
}


.column-detail-meta {
    display: inline-grid;
    gap: 10px;
    /* flex-wrap: wrap; */
    align-items: center;
    width: 100%;
}

.column-detail-chip {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    padding: 8px 12px;
    background: #f7f7f7;
    border-radius: 20px;
    font-size: 14px;
    font-weight: 600;
    color: #2877A1;
    margin-right: auto;
}

.column-detail-chip img {
    width: 22px;
    height: 22px;
    object-fit: contain;
}

.column-detail-image {
    margin: 28px 0;
    border-radius: 12px;
    overflow: hidden;
}

.column-detail-image img {
    width: 100%;
    height: auto;
    display: block;
}

.column-detail-lead {
    font-size: 20px;
    color: #2E2E2E;
    line-height: 1.8;
    margin: 0 0 30px;
    padding: 18px 20px;
    background: #fff7f7;
    border-left: 4px solid #d7172a;
    border-radius: 4px;
}

.column-detail-body {
    margin-top: 20px;
}

.column-detail-body h2 {
    font-size: 28px;
    font-weight: 800;
    color: #d7172a;
    margin: 36px 0 18px;
    line-height: 1.4;
}

.column-detail-body h3 {
    font-size: 22px;
    font-weight: 700;
    color: #d7172a;
    margin: 28px 0 14px;
    line-height: 1.4;
}

.column-detail-body p {
    font-size: 20px;
    color: #2E2E2E;
    line-height: 1.8;
    margin: 0 0 22px;
}

.column-detail-body span {
    font-size: 20px !important;
    color: #2E2E2E !important;
    line-height: 1.5 !important;
    margin: 0 0 22px !important;
    font-family: 'Noto Sans JP' !important;
}

.column-detail-article p {
    font-size: 20px;
    color: #2E2E2E;
    line-height: 1.8;
    margin: 0 0 22px;
    text-align: left;
}

.column-detail-body ul,
.column-detail-body ol {
    margin: 0 0 22px 24px;
    padding: 0;
}

.column-detail-back {
    display: inline-block;
    padding: 10px 20px;
    background: #0E7C6B;
    color: #fff;
    text-decoration: none;
    border-radius: 90px;
}

.column-detail-body li {
    font-size: 18px;
    color: #2E2E2E;
    line-height: 1.7;
    margin-bottom: 12px;
    white-space: unset !important;
}

.column-detail-body img {
    max-width: 100%;
    height: auto;
    margin: 10px 0 20px;
    border-radius: 8px;
}

.column-detail-body blockquote {
    margin: 0 0 24px;
    padding: 16px 18px;
    background: #f7f7f7;
    border-left: 4px solid #d7172a;
    border-radius: 4px;
    color: #2E2E2E;
    font-size: 18px;
    line-height: 1.7;
}

.column-detail-callout {
    background: #fef3f4;
    border: 1px solid #ffd2d7;
    border-radius: 12px;
    padding: 18px 20px;
    margin: 26px 0;
}

.column-detail-callout h4 {
    margin: 0 0 12px;
    font-size: 20px;
    font-weight: 700;
    color: #d7172a;
    line-height: 1.5;
}

.column-detail-callout p {
    margin: 0;
}

.trust-ranking-section {
    background: #FFFBE6;
    width: 760px;
    border-radius: 16px;
    padding: 28px 24px;
    margin: 36px 0 0;
}

.trust-ranking-header {
    display: flex;
    align-items: center;
    gap: 14px;
    flex-wrap: wrap;
    margin-bottom: 18px;
    background: #FFFFFF;
    padding: 16px 24px;
}

.trust-ranking-location {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 6px 16px;
    background: #fff;
    border: 2px solid #d7172a;
    border-radius: 12px;
    color: #d7172a;
    font-weight: 800;
    font-size: 18px;
    line-height: 1.4;
}

.trust-ranking-title {
    margin: 0;
    font-size: 36px;
    font-weight: 800;
    color: #F2086C;
    line-height: 1.4;
}

.trust-ranking-list {
    margin: 0;
    padding-left: 22px;
    display: grid;
    gap: 12px;
    font-size: 18px;
    color: #2E2E2E;
    line-height: 1.6;
}

.trust-ranking-list-manual {
    list-style: none;
    padding-left: 0;
}

.trust-ranking-link {
    display: inline-block;
    color: inherit;
    text-decoration: none;
    width: 100%;
    line-height: 1.5;
    color: #333333;
    font-size: 24px;
    font-weight: 700;
}

.color-custom {
    color: #636363;
}

/* .trust-ranking-link:hover {
    color: #d7172a;
    text-decoration: underline;
} */

.trust-ranking-note {
    color: #555;
    font-size: 15px;
}

.column-heading-break {
    display: none;
}