.vpb-add9ed36-wrapper {
    display: block;
}

.vpb-add9ed36-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    padding: 15px 30px;
    background-color: #000;
    color: #fff;
    border: none;
    border-radius: 4px;
    cursor: pointer;
    text-decoration: none;
    font-family: inherit;
    font-size: 16px;
    font-weight: 500;
    transition: all 0.3s ease;
}

.vpb-add9ed36-btn:hover {
    opacity: 0.9;
}

.vpb-add9ed36-icon {
    display: flex;
    align-items: center;
    justify-content: center;
}

.vpb-add9ed36-icon svg {
    width: 1em;
    height: 1em;
    fill: currentColor;
}

/* Modal Styles */
.vpb-add9ed36-modal-overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    background-color: rgba(0, 0, 0, 0.8);
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 99999;
    opacity: 1;
    animation: vpb-add9ed36-fadeIn 0.3s ease;
}

.vpb-add9ed36-modal-close {
    position: absolute;
    top: 20px;
    right: 30px;
    background: transparent;
    border: none;
    color: #fff;
    font-size: 40px;
    cursor: pointer;
    z-index: 10;
    line-height: 1;
}

.vpb-add9ed36-modal-close:hover {
    color: #ddd;
}

.vpb-add9ed36-modal-content {
    position: relative;
    width: 90%;
    max-width: 1000px;
    aspect-ratio: 16/9;
    background: #000;
    border-radius: 8px;
    overflow: hidden;
    box-shadow: 0 15px 40px rgba(0,0,0,0.5);
}

.vpb-add9ed36-iframe,
.vpb-add9ed36-video-element {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: none;
}

@keyframes vpb-add9ed36-fadeIn {
    from { opacity: 0; }
    to { opacity: 1; }
}
