❓ 💬

❓ 💬 Задайте своє запитання

⬇️ 😊 ⬇️



.dya-buttons-container { display: flex; justify-content: space-between; gap: 20px; }

.dya-button { flex: 1; background-color: #0073aa; color: white !important; border: none; padding: 12px 24px !important; font-size: 16px !important; border-radius: 4px; cursor: pointer; line-height: 1.5 !important; min-height: 50px !important; height: auto !important; white-space: normal !important; overflow: visible !important; text-overflow: clip !important; word-wrap: break-word !important; display: flex !important; align-items: center !important; justify-content: center !important; text-align: center !important; }

.dya-button-human { background-color: #4caf50; }

.dya-button-ai { background-color: #2196f3; }

.dya-button:hover { opacity: 0.9; }

.dya-emoji-hint { text-align: center; font-size: 24px; margin: 10px 0 20px; animation: bounce 2s infinite; }

@keyframes bounce { 0%, 100% { transform: translateY(0); } 50% { transform: translateY(-10px); } }

@media (max-width: 768px) { .dya-button { height: auto !important; min-height: auto !important; padding-top: 12px !important; padding-bottom: 12px !important; }

.dya-buttons-container { flex-direction: column; gap: 15px; } }