/* Agency Gallery Shortcode Styles */

.open-gallery {
    cursor: pointer;
}

.wt-agency-gallery-wrapper {
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 20px 0;
}

.wt-agency-gallery-trigger {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    padding: 12px 24px;
    background-color: transparent;
    border: 2px solid #C2A35C;
    color: #C2A35C;
    font-size: 14px;
    font-weight: 600;
    cursor: pointer;
    transition: all 0.3s ease;
    border-radius: 4px;
    font-family: 'Nunito Sans', sans-serif;
}

.wt-agency-gallery-trigger:hover {
    background-color: #C2A35C;
    color: #FFFFFF;
}

.wt-agency-gallery-trigger:hover svg path {
    fill: #FFFFFF;
}

.wt-agency-gallery-trigger svg {
    width: 15px;
    height: 16px;
    transition: fill 0.3s ease;
}

/* LightGallery Custom Styles */
.lg-outer .lg-thumb-outer .lg-thumbs .lg-thumb {
    border-radius: 4px;
    overflow: hidden;
}

.lg-outer .lg-toolbar {
    background: rgba(52, 38, 31, 0.9);
}

.lg-outer .lg-toolbar .lg-icon {
    color: #C2A35C;
}

.lg-outer .lg-toolbar .lg-icon:hover {
    color: #FFFFFF;
}

.lg-outer .lg-counter {
    color: #C2A35C;
    font-weight: 600;
}

.lg-outer .lg-sub-html {
    background: rgba(52, 38, 31, 0.95);
    color: #FFFFFF;
}

.lg-outer .lg-sub-html h4 {
    color: #C2A35C;
    margin-bottom: 8px;
    font-weight: 600;
}

.lg-outer .lg-sub-html p {
    color: #E7DED6;
    font-size: 13px;
    line-height: 1.5;
}

/* Responsive */
@media (max-width: 768px) {
    .wt-agency-gallery-trigger {
        padding: 10px 16px;
        font-size: 12px;
    }

    .wt-agency-gallery-trigger svg {
        width: 12px;
        height: 13px;
    }
}
