.wocb-trigger-btn {
    margin-top: 10px;
    width: 100%;
    text-align: center;
}

/* Модальне вікно */
.wocb-modal {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 999999;
    display: none;
    align-items: center;
    justify-content: center;
}

.wocb-modal.wocb-active {
    display: flex;
}

.wocb-modal-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.6);
}

.wocb-modal-dialog {
    position: relative;
    background: #fff;
    width: 90%;
    max-width: 400px;
    padding: 30px 25px;
    border-radius: 8px;
    z-index: 2;
    box-shadow: 0 5px 25px rgba(0,0,0,0.2);
    text-align: center;
}

.wocb-modal-close {
    position: absolute !important;
    top: 5px !important;
    right: 5px !important;
    width: 30px !important;
    height: 30px !important;
    background: transparent !important;
    border: none !important;
    outline: none !important;
    box-shadow: none !important;
    padding: 0 !important;
    margin: 0 !important;
    font-size: 24px !important;
    line-height: 30px !important;
    text-align: center !important;
    cursor: pointer !important;
    color: #333 !important;
    transition: color 0.2s ease !important;
    z-index: 9999 !important;
}

.wocb-modal-close:hover {
    color: #000 !important;
    background: transparent !important;
}

.wocb-popup-title {
    margin-bottom: 5px;
    font-size: 20px;
}

.wocb-popup-subtitle {
    font-size: 14px;
    color: #666;
    margin-bottom: 20px;
}

.wocb-form-row {
    margin-bottom: 15px;
    text-align: left;
}

.wocb-form-row label {
    display: block;
    margin-bottom: 5px;
    font-size: 13px;
    font-weight: 600;
}

.wocb-form-row input[type="tel"] {
    width: 100%;
    height: 45px;
    padding: 0 12px;
    border: 1px solid #ccc;
    border-radius: 4px;
}

.wocb-submit-btn {
    width: 100%;
    height: 45px;
	  color: #FFFFFF !important;
    background: #00431D !important;
}

.wocb-result {
    margin-top: 15px;
    font-size: 14px;
}

.wocb-success {
    color: #46b450;
    font-weight: 600;
}

.wocb-error {
    color: #dc3232;
    font-weight: 600;
}
.wocb-open-btn {
    color: #FFFFFF !important;
    background: #00431D !important;
    border: none !important;
    outline: none !important;
    box-shadow: none !important;
    transition: opacity 0.2s ease, background-color 0.2s ease !important;
}