/* Loaded only for content hubs and guide articles. */
body {
    background: #f6f6f6;
}

.header:before {
    background: rgba(255, 255, 255, 0.92);
    mask: none;
}

.header__menu__item__link {
    color: #121212 !important;
}

.header__logo__svg__path,
.header__right__item--wishlist path,
.header__right__item--whatsapp path,
.header__right__item--facebook path,
.header__right__item--telegram path {
    fill: #121212 !important;
}

.header .header__hamburger__btn svg path {
    stroke: #121212 !important;
}

.header .header__hamburger__btn svg.header__hamburger__btn__svg--close path {
    fill: #121212 !important;
    stroke: transparent !important;
}

.section-n_island {
    padding: 0 0 48px;
    background: #f6f6f6;
}

.container-n_island {
    max-width: 1250px;
    padding: 0 40px;
    margin: 0 auto;
}

.n_island_1st__h1 {
    color: #121212;
    font-size: 28px;
    font-weight: 900;
    line-height: 1.2;
    margin: 0 0 16px;
}

.n_island_1st__announce {
    color: #333;
    font-size: 16px;
    line-height: 1.5;
}

.n_island_1st__announce p {
    margin: 0 0 12px;
}

.container-breadcrumbs {
    padding-top: 8px;
}

.dc-guide-list {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 20px 28px;
    margin-top: 24px;
}

.dc-guide-list__item {
    padding: 20px 22px;
    background: #fff;
    border-radius: 20px;
}

.dc-guide-list__item h2 {
    margin: 0 0 8px;
    font-size: 18px;
    font-weight: 900;
    line-height: 1.25;
}

.dc-guide-list__item h2 a {
    color: #121212;
    text-decoration: none;
}

.dc-guide-list__item p {
    margin: 0 0 12px;
    color: #333;
    font-size: 15px;
    line-height: 1.4;
}

.dc-guide-list__item > a:last-child {
    color: #113554;
    font-weight: 700;
    text-decoration: none;
}

.dc-guide-list__item > a:last-child:hover {
    text-decoration: underline;
}

@media (max-width: 767px) {
    .container-n_island {
        padding: 0 18px;
    }

    .n_island_1st__h1 {
        font-size: 22px;
    }

    .dc-guide-list {
        grid-template-columns: 1fr;
    }
}

/* Guide articles: keep rich content inside the mobile reading column. */
.dc-guide-body__layout,
.dc-guide-article,
.dc-guide-article__content,
.dc-guide-aside {
    min-width: 0;
    max-width: 100%;
}

.dc-guide-article__content {
    overflow-wrap: anywhere;
    word-break: normal;
}

.dc-guide-article__content img,
.dc-guide-article__content video,
.dc-guide-article__content iframe,
.dc-guide-article__content figure,
.dc-guide-article__content pre {
    max-width: 100%;
}

.dc-guide-article__content pre,
.dc-guide-article__content table {
    overflow-x: auto;
    overscroll-behavior-inline: contain;
    -webkit-overflow-scrolling: touch;
}

@media (max-width: 900px) {
    .dc-guide-body__layout {
        grid-template-columns: minmax(0, 1fr);
    }

    .dc-guide-article,
    .dc-guide-aside {
        width: 100%;
    }
}

@media (max-width: 767px) {
    .dc-guide-body > .dc-guide-body__layout.container {
        padding-right: 0;
        padding-left: 0;
    }
}
