﻿/* Language Toggle Button Styling */
.lang-switch {
    display: inline-block;
    padding: 5px 12px !important;
    border: 1px solid #ce1446;
    border-radius: 3px;
    color: #ce1446 !important;
    font-weight: 600;
    font-size: 14px;
    transition: all 0.35s ease;
    background: transparent;
    line-height: 1;
}

.lang-switch:hover,
.main-nav ul li a.lang-switch:hover {
    background: #ce1446 !important;
    color: #fff !important;
}