/* Small interaction layer replacing legacy WordPress/plug-in JavaScript. */
.kkcc-gallery {
    display: block !important;
    margin: 2rem auto;
}

.kkcc-gallery-grid {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(150px, 1fr));
    gap: 10px;
}

.kkcc-gallery-grid .fg-noscript-item {
    margin: 0;
    aspect-ratio: 1;
    overflow: hidden;
}

.kkcc-gallery-grid img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.kkcc-gallery-grid a {
    cursor: default;
}

.kkcc-gallery-more {
    display: block;
    margin: 1.5rem auto 0;
    padding: .7rem 1.15rem;
    border: 1px solid currentColor;
    border-radius: 2px;
    background: transparent;
    color: inherit;
    cursor: pointer;
}

.kkcc-gallery-more:hover,
.kkcc-gallery-more:focus-visible {
    background: #222;
    border-color: #222;
    color: #fff;
}

#english-tab .kkcc-hin-chang-si-image-row {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 14px;
    max-width: 760px;
    margin: 20px auto;
}

#english-tab .kkcc-hin-chang-si-image-row img,
#english-tab .kkcc-hin-chang-si-image-single img {
    display: block;
    width: 100%;
    height: auto;
}

#english-tab .kkcc-hin-chang-si-image-single {
    max-width: 480px;
    margin: 20px auto;
}

#english-tab .kkcc-hin-chang-si-faq h3 {
    margin: 12px 0 26px;
    padding: 8px 0 8px 18px;
    border-left: 5px solid #b48748;
    color: #2f2419;
    font-size: clamp(1.5rem, 3vw, 2rem);
    font-weight: 800;
    line-height: 1.25;
    letter-spacing: .01em;
    text-transform: none !important;
}

#english-tab .kkcc-hin-chang-si-faq h4 {
    margin: 30px 0 14px;
    padding: 0 0 8px;
    border-bottom: 2px solid #d5bd93;
    color: #3b2b1e;
    font-size: 1.2rem;
    font-weight: 750;
    line-height: 1.3;
    letter-spacing: .025em;
    text-transform: none !important;
}

@media (max-width: 620px) {
    #english-tab .kkcc-hin-chang-si-image-row {
        grid-template-columns: 1fr;
        max-width: 480px;
    }
}
