.album-secret-badge {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 36px;
    height: 36px;
    background-color: #dc3545;
    border-top-left-radius: 0.85rem;
    border-bottom-right-radius: 0.5rem;
    z-index: 4;
}

.album-secret-badge i {
    font-size: 18px;
    color: #fff;
    line-height: 1;
}

.media-thumb {
    position: relative;
    overflow: hidden;
    width: 100%;
    display: block;
    background: #111;
}

.media-thumb-bg {
    position: absolute;
    inset: -28px;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    filter: blur(32px) saturate(1.2) brightness(0.68);
    transform: scale(1.1);
    z-index: 0;
}

.media-thumb-fg {
    position: relative;
    z-index: 1;
    width: 100%;
    height: 100%;
    min-height: inherit;
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
}

.album-video-play-badge {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 52px;
    height: 52px;
    background: rgba(0, 0, 0, 0.82);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 3;
    pointer-events: none;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.35);
}

.album-video-play-badge i {
    color: #fff;
    font-size: 24px;
    line-height: 1;
    margin-left: 3px;
}

.album-video-play-badge--sm {
    width: 36px;
    height: 36px;
}

.album-video-play-badge--sm i {
    font-size: 16px;
    margin-left: 2px;
}

.media-viewer-stage {
    position: relative;
    overflow: hidden;
    min-height: 120px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.media-viewer-bg {
    position: absolute;
    inset: -40px;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    filter: blur(40px) saturate(1.15) brightness(0.65);
    transform: scale(1.12);
    z-index: 0;
}

.media-viewer-stage .media-viewer-link,
.media-viewer-stage .d-flex {
    position: relative;
    z-index: 1;
    width: 100%;
}

.search-dropdown-menu {
    width: min(100vw - 2rem, 420px) !important;
    padding-right: 1.25rem !important;
}

.search-dropdown-scroll {
    padding-right: 0.75rem;
    margin-right: 0.15rem;
    scrollbar-gutter: stable;
}

.search-dropdown-scroll::-webkit-scrollbar {
    width: 6px;
}

.search-dropdown-scroll::-webkit-scrollbar-thumb {
    border-radius: 999px;
    background: rgba(120, 130, 157, 0.45);
}

.search-person-item {
    gap: 0.75rem;
    padding-right: 0.25rem;
}

.search-person-item .symbol {
    flex-shrink: 0;
}

.search-person-info {
    min-width: 0;
    flex: 1 1 auto;
}

.search-person-name {
    display: block;
    font-size: 0.95rem;
    line-height: 1.3;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.search-person-title {
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    font-size: 0.8rem;
    line-height: 1.25;
}

.search-person-action {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
    white-space: nowrap;
    min-width: 72px;
    min-height: 36px;
    padding: 0.55rem 1.05rem;
    font-size: 0.9375rem;
    font-weight: 600;
    line-height: 1;
    color: #3699ff;
    background: #fff;
    border: 1px solid #d8eaff;
    border-radius: 0.55rem;
    box-shadow: 0 1px 2px rgba(27, 132, 255, 0.08);
    text-decoration: none;
    transition: background-color 0.15s ease, border-color 0.15s ease, color 0.15s ease, box-shadow 0.15s ease;
}

.search-person-action:hover,
.search-person-action:focus {
    color: #187de4;
    background: #f1f8ff;
    border-color: #b8d9ff;
    box-shadow: 0 2px 6px rgba(27, 132, 255, 0.12);
    text-decoration: none;
}
