/* Language Switcher */
.techscan-lang-switcher {
    display: inline-flex;
    align-items: center;
}

.techscan-lang-option {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    text-decoration: none !important;
    transition: all 0.3s ease;
    opacity: 0.5;
    line-height: 1;
    padding: 8px 10px !important;
}

.techscan-lang-option:hover {
    opacity: 1;
    transform: scale(1.1);
}

.techscan-lang-option.active {
    opacity: 1;
    pointer-events: none;
}

.techscan-lang-option .lang-flag {
    width: 22px;
    height: auto;
    border-radius: 2px;
    display: block;
    border: 1px solid rgba(255, 255, 255, 0.3);
}

.scrollHeader .techscan-lang-option .lang-flag {
    border-color: rgba(0, 0, 0, 0.15);
}
