ul.primary {
    justify-content: flex-start !important;
}
.header + nav {
    border-left: 0;
    border-right: 0;
    box-shadow: 0 5px 38px rgba(0, 0, 0, 0.09);
    background-color: #2e2f35;
    position: relative;
    padding: 0px !important;
}
.tabs-menu ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-start !important;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-flex: 1;
    -ms-flex: 1 0;
    flex: 1 0;
}
.info-content .link .name {
    display: flex;
    align-items: stretch;
    justify-content: flex-start;
    flex-wrap: nowrap;
    padding: 6px 20px;
    color: #ffffff;
    font-size: 13px;
    font-weight: 500;
    line-height: 16px;
    letter-spacing: 0.33px;
    border-radius: 10px 10px 10px 10px !important;
    background-color: #c41e5a;
    transition: background .3s, color .3s;
}
.search .search-button {
    position: absolute;
    top: 0;
    right: 0;
    height: 100%;
    overflow: hidden;
    cursor: pointer;
    -webkit-transition: background 0.3s;
    transition: background 0.3s;
    font-size: 0;
    line-height: 49px;
    color: #fff;
    font-family: "icomoon" !important;
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    width: 61px;
    border-radius: 0 10px 10px 0;
    background-color: #c41e5a;
    padding: 10px 20px;
    line-height: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    border: none !important;
}
.list-playlists .item .title, .list-albums .item .title, .list-videos .item .title {
    height: 18px !important;
    overflow: hidden !important;
    text-overflow: ellipsis !important;
    white-space: nowrap !important;
    font-size: 14px !important;
    color: #fff !important;
    display: inline-block !important;
    width: 95% !important;
}
.box .list-videos .item  { position: relative;}

/* Accessibility: high-contrast overrides for key UI elements */
.search .search-text input {
    color: #ffffff !important;
}
.search-text input::-webkit-input-placeholder,
.search-text input:-ms-input-placeholder,
.search-text input::-ms-input-placeholder,
.search-text input::placeholder {
    color: #e5e7eb !important;
}
.sort,
.sort strong {
    color: #ffffff !important;
}
.pagination a,
.pagination span {
    color: #ffffff !important;
}

/* Screenshot gallery: show prev/next arrows by default on mobile (no hover) */
/* 1) When body has no .no-touch = touch device → show arrows */
body:not(.no-touch) .fancybox-wrap .fancybox-nav span {
    visibility: visible !important;
}
/* 2) Fancybox adds .fancybox-mobile on touch open (if it does) */
.fancybox-mobile .fancybox-nav span {
    visibility: visible !important;
}
/* 3) Fallback: small viewport (phones) always show arrows */
@media (max-width: 768px) {
    .fancybox-nav span {
        visibility: visible !important;
    }
}