
.ft-qo-modal-overlay {
    position: fixed;
    inset: 0; 
    background: rgba(0, 0, 0, 0.5);
    display: none;              
    align-items: center;       
    justify-content: center;    
    z-index: 9999;
}


.ft-qo-modal {
    background: #fff;
    max-width: 420px;
    width: 100%;
    margin: 0 15px;
    padding: 20px 20px 25px;
    border-radius: 6px;
    position: relative;
    box-shadow: 0 10px 30px rgba(0,0,0,0.25);
}


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


.ft-qo-modal-title {
    margin: 0 0 15px;
    font-size: 18px;
    font-weight: 600;
}


.ft-qo-field {
    margin-bottom: 12px;
}

.ft-qo-field input[type="text"],
.ft-qo-field input[type="tel"] {
    width: 100%;
    padding: 6px 10px;
    border: 1px solid #ddd;
    border-radius: 3px;
}

.ft-qo-notice {
    margin-bottom: 10px;
    padding: 8px 10px;
    border-radius: 3px;
    font-size: 13px;
}

.ft-qo-notice-success {
    background: #e6f9ea;
    border: 1px solid #a8e0b3;
}

.ft-qo-notice-error {
    background: #fdeaea;
    border: 1px solid #f3b3b3;
}

.button.ft-quick-order-button {
background-color: #600059;
}

.ft-quick-order-button::before {
    content: "⚡";
    margin-left: -10px;
    font-size: 16px;
}
