.search-title {
    font-size: 25px;
    color: #DDDDDD;
}

.collapse-search .second-container {
    max-width: 100% !important;
}

.search-page-box {
    background-color: #353535;
    width: 100%;
    border: 1px solid #616161;
}

.search-prevnext {
        border-radius: 9999px;
    background: rgba(255, 255, 255, 0.3);
    padding: 7px 14px;
    font-size: 12px;
    font-family: sans-light;
    width: max-content;
}

.search-page-box:last-child .opacity-50 {
display: none;
}


.search-page-box:first-child {
    padding-top: 1rem !important;
}

.search-page-box:last-child {
    padding-bottom: 1rem !important;
}

/* ── Sort toggle ── */
.sort-toggle {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 10px;
}

.sort-toggle-label {
    color: rgba(255, 255, 255, 0.5);
    font-size: 13px;
    font-family: sans-light;
    white-space: nowrap;
}

.sort-toggle-group {
    display: flex;
    border: 1px solid #616161;
    border-radius: 5px;
    overflow: hidden;
}

.sort-btn {
    padding: 5px 16px;
    font-size: 13px;
    font-family: sans-light;
    color: rgba(255, 255, 255, 0.55);
    background: transparent;
    text-decoration: none;
    transition: background 0.2s, color 0.2s;
    white-space: nowrap;
}

.sort-btn ~ .sort-btn {
    border-right: 1px solid #616161;
}

.sort-btn:hover {
    color: #fff;
    background: rgba(255, 255, 255, 0.07);
}

.sort-btn.active {
    background: #25bcdf;
    color: #fff;
}