.demax-modal {
    display: none;
    position: fixed;
    inset: 0;
    z-index: 9999;
}

.demax-modal.is-open {
    display: block;
}

.demax-modal-overlay {
    position: absolute;
    inset: 0;
    background: rgba(0, 0, 0, 0.5);
}

.demax-modal-dialog {
    position: relative;
    max-width: 480px;
    margin: 60px auto;
    background: #fff;
    border-radius: 6px;
    padding: 20px 24px;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.3);
    z-index: 1;
}

.demax-modal-title {
    margin-top: 0;
    margin-bottom: 16px;
    font-size: 20px;
    font-weight: 600;
}

.demax-modal-close {
    position: absolute;
    top: 8px;
    right: 10px;
    border: none;
    background: transparent;
    font-size: 24px;
    line-height: 1;
    cursor: pointer;
}

.demax-modal-body {
    margin-bottom: 16px;
}

.demax-contact-field {
    margin-bottom: 12px;
}

.demax-contact-label {
    font-weight: 600;
    margin-bottom: 4px;
}

.demax-contact-value a {
    text-decoration: none;
}

.demax-contact-placeholder {
    color: #999;
    font-style: italic;
}

.demax-modal-footer {
    text-align: right;
    margin-top: 10px;
}

.demax-store-contact-btn {
    /* poți ajusta stilul ca să semene cu cele existente în temă */
}
