/*
 Theme Name:   ChromeNews Child
 Theme URI:    https://uyghurpost.com
 Description:  Child theme for ChromeNews
 Author:       UyghurPost
 Author URI:   https://uyghurpost.com
 Template:     chromenews
 Version:      1.0.1
 Text Domain:  chromenews-child
*/

/* Add your custom styles here */

/* ULS Language Switcher Menu */
.uls-language-menu {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    margin-left: 15px;
    padding: 5px 10px;
    background: rgba(255, 255, 255, 0.1);
    border-radius: 4px;
    direction: ltr !important;
}

.uls-language-menu .uls-link {
    color: inherit;
    text-decoration: none;
    padding: 2px 8px;
    border-radius: 3px;
    transition: all 0.3s ease;
    font-size: 14px;
    white-space: nowrap;
}

.uls-language-menu .uls-link:hover {
    background: rgba(255, 255, 255, 0.2);
    transform: translateY(-1px);
}

.uls-language-menu .uls-link.active {
    background: rgba(255, 255, 255, 0.3);
    font-weight: 600;
}

.uls-language-menu .uls-separator {
    color: inherit;
    opacity: 0.5;
}
