/* Stil pentru iconițele social media FEAA */
.feaa-social-icon {
    font-size: 20px !important;
    color: #ffffff !important;
    background-color: #444444;
    width: 40px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    border-radius: 50%;
    display: inline-block;
    transition: background 0.3s ease;
    text-decoration: none !important;
}

.feaa-social-link {
    text-decoration: none !important;
    border: none !important;
    display: inline-block;
    margin-right: 8px;
}

/* Evităm underline-ul pe care îl forțează unele template-uri */
.feaa-social-link:hover, 
.feaa-social-link:focus, 
.feaa-social-link:active {
    text-decoration: none !important;
    border: none !important;
    outline: none !important;
}

/* Culorile la Hover */
.feaa-fb:hover { background-color: #3b5998 !important; }
.feaa-tw:hover { background-color: #1DA1F2 !important; }
.feaa-ig:hover { background-color: #e1306c !important; }
.feaa-in:hover { background-color: #0077b5 !important; }

.old-site-badge {
    position: fixed;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    background: #ffc107; /* Un galben vizibil, dar profesional */
    color: #000;
    padding: 10px 15px;
    font-weight: bold;
    text-decoration: none;
    border-radius: 5px 0 0 5px;
    z-index: 9999;
    writing-mode: vertical-rl; /* Text scris pe verticală */
    text-transform: uppercase;
    font-size: 12px;
    box-shadow: -2px 0 5px rgba(0,0,0,0.2);
    transition: all 0.3s;
}
.old-site-badge:hover {
    background: #e0a800;
    padding-right: 25px; /* Se "extinde" puțin la mouseover */
}

/* Tot textul din dropdown - alb */
.uber-header.dark-color .navbar-default .navbar-nav .dropdown-menu .mega-nav > li > a,
.uber-header.none-color.affix .navbar-default .navbar-nav .dropdown-menu .mega-nav > li > a,
.t3-mainnav .mega-dropdown-menu .mega-inner li a,
.t3-mainnav .mega-dropdown-menu li a {
    color: #ffffff !important;
}

/* Hover si focus - albastru deschis */
.uber-header.dark-color .navbar-default .navbar-nav .dropdown-menu .mega-nav > li > a:hover,
.uber-header.dark-color .navbar-default .navbar-nav .dropdown-menu .mega-nav > li > a:focus,
.t3-mainnav .mega-dropdown-menu li a:hover,
.t3-mainnav .mega-dropdown-menu li a:focus {
    color: #039be5 !important;
}

/* Item cu submeniu deschis (hover pe el) - fundal inchis cu text alb */
.t3-mainnav .mega-dropdown-menu li.open > a,
.t3-mainnav .mega-dropdown-menu li.dropdown-submenu.open > a,
.uber-header .navbar-nav .open .dropdown-menu li.open > a {
    color: #ffffff !important;
    background: rgba(0, 0, 0, 0.3) !important;
}

/* Item activ curent */
.t3-mainnav .mega-dropdown-menu li.active > a,
.t3-mainnav .mega-dropdown-menu li.current > a {
    color: #039be5 !important;
}