@charset "UTF-8";

:root {
    --mobile-menu-height: 65px;
}

.mobile-menu {
    display: none;
}

@media (max-width: 767.98px) {
    .mobile-menu {
        align-items: flex-start;
        background: #ffff;
        border-top: 1px solid #DADCE0;
        bottom: 0;
        display: flex;
        height: var(--mobile-menu-height);
        justify-content: space-around;
        left: 0;
        list-style: none;
        margin: 0;
        padding: 8px 8px 0;
        position: fixed;
        width: 100%;
        z-index: 999;
    }

    .mobile-menu-item {
        width: 80px;
    }

    .mobile-menu-link {
        align-items: center;
        color: #3c4043;
        display: flex;
        flex-direction: column;
        justify-content: center;
        position: relative;
        text-align: center;
        text-decoration: none;
    }

    .mobile-menu-link:hover {
        color: #202124;
        text-decoration: none;
    }

    .mobile-menu-item-icon {
        align-items: center;
        display: flex;
        height: 24px;
        justify-content: center;
        margin: 0 auto;
        width: 24px;
    }

    .mobile-menu-item-label {
        color: #383838;
        display: block;
        font-size: 12px;
        line-height: 16px;
        margin-top: 2px;
    }
}

@media (max-width: 599px) {
    .plyr-playlist {
        bottom: var(--mobile-menu-height) !important;
    }
}

.page-header-search .dropdown-menu:empty {
    display: none;
}

.page-header-search .dropdown-menu {
    -ms-overflow-style: none;
    -webkit-overflow-scrolling: touch;
    border: 1px solid rgba(0, 0, 0, 0.15);
    border-radius: 8px;
    left: 0;
    margin: 0;
    max-height: 300px;
    min-width: 240px;
    overflow-y: auto;
    padding: 8px 0;
    top: 100% !important;
    transform: none !important;
    width: 100%;
}

.page-header-search .dropdown-menu a {
    align-items: center;
    display: flex;
    grid-gap: 0.5rem;
    height: 56px;
    padding: 0 1rem;
    word-break: break-word;
}

.page-header-search .dropdown-menu .img {
    height: 32px;
    width: 32px;
}

.page-header-search .dropdown-menu .img.crop-circle {
    border-radius: 50%;
    overflow: hidden;
}

.page-header-search .dropdown-menu a > span:not(.sub-title) {
    display: block;
    flex: 1;
    width: 1%;
}

.page-header-search .dropdown-menu .title {
    display: block;
    font-size: 14px;
    font-weight: 500;
    line-height: 1.2;
    margin: 0 0 3px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.page-header-search .dropdown-menu .sub-title {
    color: #0000008f;
    display: block;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.2;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
