section a {
    color: var(--color-3);
    display: inline-block;
}

.p-detail {
    width: 100%;
    padding: 20px 22px;
    border-radius: 14px;
    background: var(--white, #fff);
    border: 1px solid var(--border-section, #eee5dc);
    font-size: 14px;
    line-height: 1.65;
    color: var(--text-body, #5f5348);
}

.p-detail>*:first-child {
    margin-top: 0;
}

.p-detail>*:last-child {
    margin-bottom: 0;
}

.p-detail h2,
.p-detail h3,
.p-detail h4 {
    color: var(--text-heading, #291b0e);
    font-weight: 600;
    line-height: 1.35;
    margin: 0 0 10px;
}

.p-detail h2 {
    font-size: 20px;
}

.p-detail h3 {
    font-size: 17px;
}

.p-detail h4 {
    font-size: 15px;
}

.p-detail p {
    margin: 0 0 12px;
}

.p-detail ul,
.p-detail ol {
    margin: 0 0 12px;
    padding-left: 22px;
}

.p-detail li {
    margin-bottom: 6px;
}

.p-detail a {
    color: var(--color-1);
    text-decoration: underline;
    display: inline;
}

.p-detail img {
    max-width: 100%;
    height: auto;
    border-radius: 10px;
    object-fit: contain;
}

.p-detail strong {
    color: var(--text-heading, #291b0e);
    font-weight: 600;
}

.p-detail table {
    display: block;
    width: 100%;
    max-width: 100%;
    border: none;
    border-collapse: separate;
    border-spacing: 0;
    margin: 16px 0 20px;
    border-radius: 12px;
    overflow-x: auto;
    overflow-y: hidden;
    -webkit-overflow-scrolling: touch;
    scrollbar-width: thin;
    scrollbar-color: rgba(17, 17, 17, 0.47) transparent;
    background: var(--white, #fff);
    font-size: 14px;
}

.p-detail table::-webkit-scrollbar {
    width: 6px;
    height: 6px;
}

.p-detail table::-webkit-scrollbar-track {
    background: transparent;
}

.p-detail table::-webkit-scrollbar-thumb {
    background: #11111178;
    border-radius: 5px;
}

.p-detail table::-webkit-scrollbar-thumb:hover {
    background: var(--color-1);
}

.p-detail table::-webkit-scrollbar-corner {
    background: transparent;
}

.p-detail table thead th {
    padding: 11px 16px;
    text-align: left;
    font-size: 12px;
    font-weight: 600;
    letter-spacing: 0.03em;
    text-transform: uppercase;
    color: var(--text-body-3, #555);
    background: var(--bg-soft-2, #fff8f2);
    border-bottom: 1px solid var(--border-section, #f0e5db);
}

.p-detail table tbody tr {
    transition: background-color 0.2s ease;
}

.p-detail table tbody tr:not(:last-child) td,
.p-detail table tbody tr:not(:last-child) th {
    border-bottom: 1px solid var(--border-light, #ececec);
}

.p-detail table td,
.p-detail table th {
    padding: 12px 16px;
    vertical-align: top;
    text-align: left;
    line-height: 1.55;
}

.p-detail table th:not([colspan]),
.p-detail table td:first-child:not([colspan]) {
    width: 38%;
    min-width: 140px;
    font-weight: 600;
    color: var(--text-heading, #291b0e);
    background: var(--bg-soft, #fffaf6);
}

.p-detail table td:last-child {
    color: var(--text-body, #5f5348);
    background: var(--white, #fff);
}

.p-detail table td[colspan],
.p-detail table th[colspan] {
    width: 100%;
    font-size: 15px;
    font-weight: 600;
    color: var(--text-heading, #291b0e);
    background: var(--bg-soft-3, #fff7f1);
    border-bottom: 1px solid var(--border-card, #f1d8c4);
}

.p-detail table tbody tr:hover td {
    background: var(--bg-soft-3, #fff7f1);
}

.p-detail table tbody tr:hover td:first-child:not([colspan]) {
    background: var(--bg-soft-4, #fff3eb);
}

.p-detail table tbody tr:hover td[colspan] {
    background: var(--bg-soft-2, #fff8f2);
}

.p-detail table td strong,
.p-detail table th strong {
    font-weight: 600;
    color: inherit;
}

@media (max-width: 767px) {
    .p-detail {
        padding: 16px 14px;
        font-size: 13px;
    }

    .p-detail h2 {
        font-size: 18px;
    }

    .p-detail h3 {
        font-size: 16px;
    }

    .p-detail table {
        margin: 12px 0 16px;
        border-radius: 10px;
        font-size: 13px;
    }

    .p-detail table td,
    .p-detail table th {
        padding: 10px 12px;
        min-width: 88px;
    }

    .p-detail table th:not([colspan]),
    .p-detail table td:first-child:not([colspan]) {
        width: auto;
        min-width: 112px;
    }

    .p-detail table td[colspan],
    .p-detail table th[colspan] {
        font-size: 14px;
    }
}

.p-cate {
    margin: 0;
    border-radius: 4px;
    background-color: var(--color-1);
    width: fit-content;
    color: #fff;
    font-weight: 100;
    font-family: 'abSB';
    margin: 0 auto;
    font-size: 16px;
    padding: 0 24px;
    padding-top: 9px;
    padding-bottom: 8px;
    text-transform: uppercase;
}

.p-decor {
    height: 74.7px;
    width: 1px;
    background-color: var(--color-1);
    margin: 0 auto;
}

.p-title {
    margin: 0;
    font-family: 'abSB';
    font-size: 48px;
    text-transform: uppercase;
    color: var(--color-2);
    text-align: center;
    margin-top: 25px;
}

.p-description {
    margin: 0;
    text-align: center;
    line-height: 150%;
    font-weight: 100;
    font-size: 22px;
    color: #6A6A6A;
    margin-top: 1px;
}


.p-fix-button {
    position: fixed;
    bottom: 0;
    z-index: 99;
    right: 0;
    padding: 22px;
}

.p-fix-button .button-item:first-child {
    margin-top: 0;
}

.p-fix-button .button-item:last-child {
    margin-bottom: 0;
}

.p-fix-button .button-item {
    transition: all .3s;
    cursor: pointer;
    width: fit-content;
    margin: 16px 0;
}

.p-fix-button .button-item img {
    width: 42px;
}

.base-container.rs .p-fix-button {
    display: none;
}

.p-fix-button .button-item.back-to-top {
    border-radius: 50%;
    position: relative;
    background-color: var(--color-1);
    z-index: 9;
    width: 45px;
    height: 45px;
    color: #fff;
    opacity: 0;
    pointer-events: none;
    font-size: 18px;
    box-shadow: 0 0 10px #fff;
}

.p-fix-button .button-item.button-hl {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 45px;
    height: 45px;
    border-radius: 11px;
    color: #fff;
    font-size: 19px;
    overflow: hidden;
}

.p-fix-button .button-item.button-hl i {
    animation: phone-vibrate 1s ease-in-out infinite;
}

.p-fix-button .button-item.button-fb {}

.p-fix-button .button-item.button-zl {
    background-color: #fff;
    border-radius: 9px;
}

.p-fix-button .button-item.button-zl img {
    width: 42px;
}

.p-fix-button .button-item.back-to-top:hover {
    background-color: var(--color-4);
    color: #fff;
}

.p-fix-button .button-item.back-to-top.show {
    opacity: 1;
    pointer-events: all;
}

@keyframes phone-vibrate {
    0% {
        transform: rotate(0deg);
    }

    25% {
        transform: rotate(15deg);
    }

    50% {
        transform: rotate(-15deg);
    }

    75% {
        transform: rotate(15deg);
    }

    100% {
        transform: rotate(0deg);
    }
}


.pager {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    gap: 2px 6px;
    width: fit-content;
    max-width: 100%;
    margin: 16px auto 0;
    padding: 10px 18px;
    background: var(--white, #fff);
    border: 1px solid rgba(29, 60, 85, 0.08);
    border-radius: 999px;
    box-shadow: 0 6px 24px rgba(29, 60, 85, 0.08);
    font-size: 14px;
    line-height: 1;
    user-select: none;
}

.pager a,
.pager span {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    text-decoration: none;
    color: inherit;
    background: transparent;
    border: none;
    padding: 0;
    width: auto;
    height: auto;
    border-radius: 0;
    transition: color 0.2s ease;
}

.pager a p,
.pager span p {
    margin: 0;
    min-width: 34px;
    height: 34px;
    padding: 0 6px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-size: 14px;
    font-weight: 500;
    color: var(--text-primary, #1d3c55);
    transition: color 0.2s ease, background 0.2s ease, border-color 0.2s ease;
}

.pager a:hover p {
    color: var(--color-1);
}

.pager span.is-active p {
    min-width: 36px;
    width: 36px;
    height: 36px;
    padding: 0;
    border-radius: 50%;
    color: var(--color-1);
    background: rgba(191, 149, 80, 0.14);
    background: color-mix(in srgb, var(--color-1) 14%, transparent);
    border: 1.5px solid var(--color-1);
    font-weight: 600;
}

.pager .pager-ellipsis {
    min-width: 28px;
    padding: 0 2px;
    color: #8a96a3;
    font-weight: 500;
    pointer-events: none;
}

.pager .pager-nav p {
    min-width: 30px;
    color: #6b7a88;
    font-size: 12px;
}

.pager a.pager-nav:hover p {
    color: var(--color-1);
    background: transparent;
}

.pager .pager-nav.is-disabled {
    opacity: 0.35;
    pointer-events: none;
}

section .pager a {
    color: inherit;
    display: inline-flex;
}

@media (max-width: 639px) {
    .pager {
        padding: 8px 12px;
        gap: 2px 4px;
    }

    .pager a p,
    .pager span p {
        min-width: 30px;
        height: 30px;
        font-size: 13px;
    }

    .pager span.is-active p {
        min-width: 32px;
        width: 32px;
        height: 32px;
    }
}


.p-album-list {
    display: grid;
    grid-auto-rows: minmax(min-content, max-content);
    grid-template-columns: repeat(2, minmax(0, 1fr));
    column-gap: 20px;
    row-gap: 20px;
}

.p-album-item {}

.p-album-link {
    height: 412px;
    border-radius: 8px;
    overflow: hidden;
    display: block;
    position: relative;
}

.p-album-link .content {
    background-color: #bf955080;
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    padding: 10px 16px;
    backdrop-filter: blur(6px);
}

.p-album-link .img {
    height: 100%;
}

.p-album-item .title {
    margin: 0;
    font-weight: 100;
    color: #fff;
}