/* Минималистичный белый стиль */
body {
    font-family: Arial, sans-serif !important;
}

.t-btn {
    background: #ff6b35 !important;
    border-radius: 8px !important;
}

.t-btn:hover {
    background: #e55a30 !important;
}