.lrob-lang-switcher {
    display: inline-flex;
    gap: 12px; /* for modern browsers */
    background: none;
    border: none;
    padding: 0;
    margin: 0;
}

.lrob-flag-link {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 28px;
    height: 24px;
    border-radius: 6px;
    transition: background 0.15s;
    background: none;
    padding: 0;
    text-decoration: none;
    border: none;
    margin-right: 12px; /* fallback for old browsers */
}

.lrob-lang-switcher .lrob-flag-link:last-child {
    margin-right: 0;
}

.lrob-flag-link img {
    width: 18px;
    height: 12px;
    display: block;
    object-fit: contain;
    border-radius: 2px;
    background: #fff;
    border: 1px solid #dbe3eb;
    box-shadow: 0 1px 2px #0001;
    padding: 0;
}

.lrob-lang-switcher-error {
    font-weight: bold;
    margin: 12px 0;
    color: #b00;
    background: #fff0f0;
    padding: 12px;
    border: 1px solid #b00;
    border-radius: 8px;
}
