/* Language Switcher Inline (extracted from switcher-inline.blade.php) */
.language-switcher-inline {
    display: inline-flex;
    align-items: center;
    margin-right: 15px;
    position: relative;
}
.language-switcher-inline select#lang-select {
    background: transparent;
    border: none;
    color: #4B5563;
    padding: 4px 22px 4px 8px;
    border-radius: 0;
    font-size: 13px;
    font-weight: 500;
    cursor: pointer;
    min-width: 85px;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background-image: url('data:image/svg+xml;charset=UTF-8,%3Csvg xmlns=%22http://www.w3.org/2000/svg%22 viewBox=%220 0 24 24%22 fill=%22%234B5563%22%3E%3Cpath d=%22M7 10l5 5 5-5z%22/%3E%3C/svg%3E');
    background-repeat: no-repeat;
    background-position: right 2px center;
    background-size: 14px;
    outline: none;
}
.language-switcher-inline select#lang-select option {
    color: #333;
    background: #fff;
}
