/* Language Switcher Frontend Styles
   These enhance the topbar language links when the plugin is active */

.wycliffe-topbar .topbar-left a {
    position: relative;
    transition: color 0.2s ease;
}

.wycliffe-topbar .topbar-left a.active {
    color: #fff;
    border-bottom: 2px solid #F58220;
    padding-bottom: 2px;
}

.wycliffe-topbar .topbar-left a:not(.active):hover {
    color: #fff;
}
