#vza-auction-root { display: block !important; font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif !important; background: #f0f2f5 !important; padding: 20px 0 !important; color: #333 !important; }
#vza-auction-root * { box-sizing: border-box !important; }

/* Кольори кнопок та загальні стилі */
.btn-vza { border-radius: 8px !important; font-weight: bold !important; cursor: pointer; border: none !important; padding: 12px !important; text-align: center; text-decoration: none; display: block; width: 100%; margin-bottom: 5px; }
.btn-bid { background: #3498db !important; color: #fff !important; }
.btn-share { background: #fff !important; color: #555 !important; border: 1px solid #ddd !important; }
.btn-learn-more { background: #27ae60 !important; color: #fff !important; }

/* Модальні вікна */
.vza-modal { display: none; position: fixed; z-index: 99999; left: 0; top: 0; width: 100%; height: 100%; overflow: auto; background-color: rgba(0,0,0,0.6); align-items: center; justify-content: center; padding: 15px; }
.vza-modal-content { background-color: #fff; padding: 25px; border-radius: 15px; width: 100%; max-width: 500px; position: relative; box-shadow: 0 10px 30px rgba(0,0,0,0.3); }
.vza-modal-close { position: absolute; top: 15px; right: 20px; font-size: 30px; font-weight: bold; color: #888; cursor: pointer; }

/* ПРИМУСОВИЙ ДИЗАЙН МОДАЛОК */

/* Контейнер вікна */
#vza-auction-root .vza-modal .vza-modal-content {
    background: #ffffff !important;
    padding: 35px !important;
    border-radius: 20px !important;
    box-shadow: 0 25px 50px rgba(0,0,0,0.4) !important;
    border: none !important;
    max-width: 480px !important;
}

/* Заголовок */
#vza-auction-root .vza-modal-content h3 {
    font-size: 24px !important;
    font-weight: 800 !important;
    color: #2c3e50 !important;
    margin-bottom: 15px !important;
    text-align: center !important;
}

/* Назва машини під заголовком */
#vza-auction-root .vza-modal-content p[style*="font-weight:bold"] {
    font-size: 18px !important;
    color: #3498db !important;
    text-align: center !important;
}

/* ПОЛЯ ВВОДУ (Стилізуємо прямо через теги, щоб не промахнутись) */
#vza-auction-root .vza-modal-content input, 
#vza-auction-root .vza-modal-content textarea {
    display: block !important;
    width: 100% !important;
    height: auto !important;
    padding: 14px 18px !important;
    margin-bottom: 12px !important;
    border: 2px solid #edf2f7 !important; /* Світла рамка */
    border-radius: 12px !important;
    background: #f8fafc !important; /* Легкий фон */
font-size: 16px !important;    
color: #2d3436 !important;
    box-sizing: border-box !important;
}

/* Фокус на полях */
#vza-auction-root .vza-modal-content input:focus, 
#vza-auction-root .vza-modal-content textarea:focus {
    border-color: #3498db !important;
    background: #fff !important;
    outline: none !important;
}

/* КНОПКА (Та сама, що "Запросити" або "Відправити") */
#vza-auction-root .vza-modal-content button.submit {
    display: block !important;
    width: 100% !important;
    height: 55px !important;
    background: #27ae60 !important; /* Соковитий зелений */
    color: #ffffff !important;
    border-radius: 12px !important;
    font-size: 18px !important;
    font-weight: 700 !important;
    border: none !important;
    cursor: pointer !important;
    margin-top: 10px !important;
    transition: all 0.2s !important;
}

#vza-auction-root .vza-modal-content button.submit:hover {
    background: #219150 !important;
    transform: translateY(-2px) !important;
}

/* ХРЕСТИК */
#vza-auction-root .vza-modal-close {
    color: #ccc !important;
    font-size: 35px !important;
    top: 10px !important;
    right: 20px !important;
}





