.zip-gallery-grid-218ec044 {
    display: grid;
    gap: 15px;
    margin-bottom: 20px;
}
.zip-gallery-item-218ec044 {
    cursor: pointer;
    display: flex;
    flex-direction: column;
}
.zip-gallery-img-wrapper-218ec044 {
    position: relative;
    border: 2px solid transparent;
    border-radius: 4px;
    overflow: hidden;
}
.zip-gallery-item-218ec044 img {
    width: 100%;
    height: 150px;
    object-fit: cover;
    display: block;
}
.zip-gallery-overlay-218ec044 {
    position: absolute;
    top: 0; left: 0; right: 0; bottom: 0;
    background: rgba(0,0,0,0.3);
    opacity: 0;
    transition: opacity 0.2s ease;
}
.zip-gallery-item-218ec044:hover .zip-gallery-overlay-218ec044 {
    opacity: 1;
}
.zip-gallery-item-218ec044.selected .zip-gallery-img-wrapper-218ec044 {
    border-color: #0073aa;
}
.zip-gallery-item-218ec044.selected .zip-gallery-overlay-218ec044 {
    opacity: 1;
    background: rgba(0, 115, 170, 0.4);
}
.zip-gallery-check-218ec044 {
    position: absolute;
    top: 10px;
    right: 10px;
    width: 20px;
    height: 20px;
    border: 2px solid #fff;
    border-radius: 50%;
}
.zip-gallery-item-218ec044.selected .zip-gallery-check-218ec044 {
    background: #0073aa;
}
.zip-gallery-metadata-218ec044 {
    margin-top: 10px;
    font-size: 14px;
    color: #333;
}
.zip-gallery-btn-218ec044 {
    padding: 10px 20px;
    /* Removed default background and color so Elementor controls can take over */
    border: none;
    border-radius: 4px;
    cursor: pointer;
    font-weight: bold;
    transition: all 0.3s ease;
}
.zip-gallery-btn-218ec044[disabled] {
    /* Fallback if no disabled color is set in controls */
    cursor: not-allowed;
    opacity: 0.7;
}

/* Outer Wrapper for Alignment */
.zip-gallery-form-outer-wrapper-218ec044 {
    margin-top: 30px;
}

/* Inner Wrapper for Layout and Styling */
.zip-gallery-form-wrapper-218ec044 {
    padding: 20px;
    background: #f9f9f9;
    border-radius: 8px;
    border: 1px solid #eee;
    margin: 0 auto; /* Default center, overridden by prefix classes */
}

/* Form Wrapper Alignment Prefix Classes */
.zip-gallery-form-align-left .zip-gallery-form-wrapper-218ec044 {
    margin-left: 0;
    margin-right: auto;
}
.zip-gallery-form-align-center .zip-gallery-form-wrapper-218ec044 {
    margin-left: auto;
    margin-right: auto;
}
.zip-gallery-form-align-right .zip-gallery-form-wrapper-218ec044 {
    margin-left: auto;
    margin-right: 0;
}


.zip-gallery-form-title-218ec044 {
    margin-top: 0;
    margin-bottom: 15px;
    font-size: 1.2em;
}

/* Inner Form Button Alignment Prefix Classes */
.inner-btn-align-left .zip-gallery-form-wrapper-218ec044 .elementor-button {
    margin-left: 0;
    margin-right: auto;
}
.inner-btn-align-center .zip-gallery-form-wrapper-218ec044 .elementor-button {
    margin-left: auto;
    margin-right: auto;
}
.inner-btn-align-right .zip-gallery-form-wrapper-218ec044 .elementor-button {
    margin-left: auto;
    margin-right: 0;
}