.oai-popup-button {
    cursor: pointer;
}

.oai-popup-open {
    overflow: hidden;
}

.oai-popup-overlay {
    position: fixed;
    inset: 0;
    display: none;
    align-items: center;
    justify-content: center;
    background: rgba(0, 0, 0, 0.7);
    z-index: 99999;
    padding: 24px;
}

.oai-popup-overlay.is-open {
    display: flex;
}

.oai-popup-modal {
    position: relative;
    width: 100%;
    background: #fff;
    border-radius: 10px;
    padding: 28px;
    box-shadow: 0 12px 40px rgba(0, 0, 0, 0.2);
    max-height: 90vh;
    overflow-y: auto;
}

.oai-popup-close {
    position: absolute;
    top: 10px;
    right: 14px;
    border: 0;
    background: transparent;
    font-size: 32px;
    line-height: 1;
    cursor: pointer;
}

.oai-popup-image img {
    display: block;
    max-width: 100%;
    height: auto;
    margin: 0 auto;
}

.oai-popup-text > *:first-child {
    margin-top: 0;
}

.oai-popup-text > *:last-child {
    margin-bottom: 0;
}
