/* -----------------------------------------------------------
   2. ÀüÃ¼¸Þ´º ¹öÆ° (Consulting Style - Burgundy Accent)
----------------------------------------------------------- */
.btn-total-menu {
    background-color: #8B1D34 !important; /* ±âÈ¹¼­ ¹ö°Çµð ÄÃ·¯ */
    color: #ffffff !important;
    font-weight: 700;
    font-family: 'Poppins', 'Urbanist', sans-serif;
    border-radius: 4px; /* Çö´ëÀûÀÌ°í »þÇÁÇÑ ´À³¦ */
    padding: 8px 18px;
    height: 38px;
    display: inline-flex;
    align-items: center;
    border: none;
    transition: background 0.2s ease-in-out;
    text-decoration: none !important;
}

.btn-total-menu:hover {
    background-color: #6A1628 !important; /* È£¹ö ½Ã ±íÀº ÄÃ·¯°¨ */
    box-shadow: 0 4px 8px rgba(139, 29, 52, 0.2);
}

.btn-total-menu i {
    font-size: 1.1rem;
}

.flag-top-menu {
    width: 48px;
    height: 48px;
    border: 3px solid #fff;
    outline: 2px solid transparent;
    transition: all 0.3s ease;
}

.flag-circle {
    width: 68px;
    height: 68px;
    border: 3px solid #fff;
    outline: 2px solid transparent;
    transition: all 0.3s ease;
}


