#tt-quote-banner.tt-quote-banner {
    margin: 0 0 20px 0;
    padding: 16px 18px;
    background: #111;
    color: #fff;
    border-radius: 8px;
    text-align: center;
    font-size: 15px;
    line-height: 1.5;
}

.tt-quote-mode {
    opacity: 1 !important;
}

.tt-admin-box p {
    margin: 0 0 10px 0;
}

.tt-quote-modal-overlay {
    position: fixed;
    inset: 0;
    background: rgba(0,0,0,0.65);
    z-index: 99999;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 20px;
}

.tt-quote-modal-box {
    width: 100%;
    max-width: 520px;
    background: #fff;
    border-radius: 12px;
    padding: 30px 25px;
    text-align: center;
    box-shadow: 0 20px 60px rgba(0,0,0,0.25);
}

.tt-quote-modal-box h3 {
    margin: 0 0 12px 0;
    font-size: 28px;
    color: #111;
}

.tt-quote-modal-box p {
    margin: 0 0 20px 0;
    font-size: 16px;
    line-height: 1.6;
    color: #444;
}

.tt-quote-modal-actions {
    margin-top: 10px;
}

.tt-quote-modal-btn {
    display: inline-block;
    padding: 12px 26px;
    background: #c9a75d;
    color: #fff !important;
    text-decoration: none;
    border-radius: 30px;
    font-weight: 600;
}

.tt-quote-modal-btn:hover {
    opacity: 0.9;
}