/* Зеленая иконка WhatsApp */
.t-btn[href*="whatsapp"] .t-btn__icon svg,
.t-btn[href*="wa.me"] .t-btn__icon svg {
    fill: #25D366 !important;
}

/* Синяя иконка Telegram */
.t-btn[href*="t.me"] .t-btn__icon svg,
.t-btn[href*="telegram"] .t-btn__icon svg {
    fill: #0088cc !important;
}

@media (max-width: 768px) {
    .t-container {
        padding-left: 10px !important;
        padding-right: 10px !important;
    }
    
    .t-section {
        padding-left: 10px !important;
        padding-right: 10px !important;
    }
}