/* XV Renata Galería */
.xv-gallery-wrap {
    max-width: 1050px;
    margin: 0 auto;
    padding: 55px 18px;
    text-align: center;
    font-family: inherit;
}

.xv-gallery-header .xv-kicker {
    display: inline-block;
    color: #C8A65A;
    letter-spacing: 4px;
    font-size: 13px;
    margin-bottom: 10px;
}

.xv-gallery-header h2 {
    margin: 0;
    color: #7C8A67;
    font-size: clamp(30px, 6vw, 54px);
    font-weight: 400;
    letter-spacing: 2px;
}

.xv-gallery-header p {
    color: #7C8A67;
    font-size: 16px;
    margin: 15px auto 30px;
    max-width: 520px;
}

.xv-upload-box {
    background: rgba(255,255,255,.78);
    border: 1px solid rgba(200,166,90,.35);
    border-radius: 24px;
    padding: 24px;
    margin: 0 auto 38px;
    max-width: 580px;
    box-shadow: 0 18px 45px rgba(124,138,103,.10);
}

.xv-file-label {
    display: block;
    cursor: pointer;
    border: 1px dashed #C8A65A;
    border-radius: 18px;
    padding: 24px 16px;
    color: #7C8A67;
    margin-bottom: 16px;
}

.xv-file-label input {
    display: none;
}

.xv-file-label span {
    font-size: 16px;
    letter-spacing: 1px;
}

.xv-upload-btn {
    background: #C8A65A !important;
    color: #fff !important;
    border: none !important;
    border-radius: 999px !important;
    padding: 13px 34px !important;
    font-size: 14px !important;
    letter-spacing: 2px !important;
    cursor: pointer !important;
    box-shadow: 0 10px 26px rgba(200,166,90,.30);
}

.xv-upload-btn:hover {
    background: #B48C3A !important;
}

#xv-upload-status {
    color: #7C8A67;
    margin-top: 14px;
    font-size: 14px;
}

.xv-gallery-grid {
    columns: 3 240px;
    column-gap: 16px;
}

.xv-gallery-item {
    display: block;
    break-inside: avoid;
    margin-bottom: 16px;
    border-radius: 18px;
    overflow: hidden;
    box-shadow: 0 12px 35px rgba(0,0,0,.10);
    background: #fff;
}

.xv-gallery-item img {
    display: block;
    width: 100%;
    height: auto;
    transition: transform .35s ease, opacity .35s ease;
}

.xv-gallery-item:hover img {
    transform: scale(1.03);
    opacity: .92;
}

.xv-empty {
    color: #7C8A67;
    text-align: center;
    font-size: 15px;
}
