.bio-bands-list-container {
    max-width: 1300px;
    margin: 0 auto;
}

.bio-bands-list-bands-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(420px, 1fr));
    gap: 2rem;
    margin-top: 2rem;
}

.bio-bands-list-band-card {
    border-radius: 12px;
    padding: 1.5rem;
    display: flex;
    flex-direction: column;
    gap: 1rem;
    backdrop-filter: blur(10px);
    position: relative;
    overflow: hidden;
    justify-content: space-between;
    background: linear-gradient(180deg, rgba(255, 255, 255, .06), rgba(0, 0, 0, .18));
    border: 1px solid rgba(255, 255, 255, .05);
    box-shadow: 0 10px 30px rgba(0, 0, 0, .25);
    transition: transform .16s ease, border-color .16s ease, box-shadow .16s ease;
}

.bio-bands-list-band-card::before {
    content: '';
    position: absolute;
    top: -50%;
    left: -50%;
    width: 200%;
    height: 200%;
    background: linear-gradient(45deg,
            transparent 48%,
            #ffffff08 48%,
            #ffffff08 52%,
            transparent 52%);
    transform: rotate(25deg);
    pointer-events: none;
}

.bio-bands-list-band-card:hover {
    border-color: rgba(255, 255, 255, .18);
    box-shadow: 0 14px 40px rgba(0, 0, 0, .35);
}

.bio-bands-list-band-card-content {
    display: flex;
    gap: 1.5rem;
}

.bio-bands-list-band-left {
    flex: 0 0 120px;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.bio-bands-list-band-logo {
    min-width: 200px;
    height: 100px;
    object-fit: contain;
    margin-bottom: 0.5rem;
    border-radius: 4px;
    background: #252525;
    padding: 0.5rem;
}

.bio-bands-list-group-profile {
    width: 150px;
    height: 150px;
    border-radius: 50%;
    object-fit: cover;
    margin-bottom: 0.5rem;
    border: 2px solid #ff4d4d;
}

.bio-bands-list-band-info {
    font-size: 0.8rem;
    color: #a0a0a0;
    text-align: center;
    line-height: 1.4;
}

.bio-bands-list-band-info div {
    margin: 0.2rem 0;
}

.bio-bands-list-band-right {
    flex: 1;
}

.bio-bands-list-band-name {
    font-size: 1.3rem;
    color: #fff;
    margin-bottom: 0.8rem;
    font-weight: 600;
}

.bio-bands-list-preview-info {
    font-size: 0.9rem;
    color: #c0c0c0;
    line-height: 1.4;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.bio-bands-list-added-info {
    display: flex;
    justify-content: space-between;
    align-items: center;
    border-top: 1px solid #2a2a2a;
    padding-top: 1rem;
    font-size: 0.8rem;
    color: #adadad;
}

.bio-bands-list-search-input {
    display: flex;
    flex-direction: column;
    gap: 16px;
    margin-bottom: 24px;
    max-width: 1300px;
}

.bio-bands-list-header {
    align-items: center;
    color: #fff;
    display: flex;
    font-size: 28px;
    font-weight: 700;
    gap: 8px;
    margin-bottom: 25px;
}

.search-form {
    display: flex;
    margin: 0;
}

.container-query-search {
    align-items: center;
    display: flex;
}

.container-query-search input[type="text"] {
    border-radius: 5px 0 0 5px;
    width: 560px;
}

.bio-dropdown {
    background-position: right 1rem center;
    background-repeat: no-repeat;
    background-size: 16px 16px;
    color: #000;
    cursor: pointer;
    font-size: 14px;
    border-radius: 5px;
    padding: 8px 12px;
    position: relative;
    width: 220px;
    margin-right: 5px;
}

.bio-dropdown:hover {
    border-color: #ff5722;
}

/* viewed */
.container-viewed {
    position: absolute;
    display: inline-block;
    cursor: pointer;
    z-index: 2;
    margin: 5px;
}

.icon-viewed {
    font-size: 24px;
    color: #ffffff;
    transition: transform 0.2s;
    background-color: rgba(0, 0, 0, 0.9);
    border-radius: 100%;
    padding: 5px;
}

.menu-viewed {
    position: absolute;
    background: white;
    top: -10%;
    padding: 8px 15px;
    border-radius: 4px;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2);
    opacity: 0;
    visibility: hidden;
    transition: all 0.3s ease;
    white-space: nowrap;
    border: 1px solid #ddd;
    z-index: 100;
    min-width: 150px;
}

.container-viewed:hover .menu-viewed {
    opacity: 1;
    visibility: visible;
}

#view-date-viewed {
    font-size: 12px;
    color: #000;
}

@media (max-width: 960px) {

    .bio-dropdown {
        width: 100%;
        margin: 0;
        border-radius: 0;
    }

    .container-query-search {
        flex-wrap: wrap;
    }

    .container-query-search button:not(.color-btn):not([class*="fr"]):not(.search-btn):not([class*="owl-"]) {
        width: 100%;
        border-radius: 0;
    }

    .container-query-search input[type="text"] {
        border-radius: 0;
        width: 100%;
    }

    .bio-bands-list-bands-grid {
        grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
    }

    .bio-bands-list-band-logo {
        min-width: 155px;
        height: 70px;
    }

    .bio-bands-list-band-left {
        width: 150px;
    }

    .bio-bands-list-preview-info {
        font-size: 11px;
    }
}

@media (max-width: 1203px) {
    @supports (-moz-appearance: none) {
        .bio-bands-list-band-logo {
            min-width: 180px;
            height: 100px;
        }

        .bio-bands-list-preview-info {
            font-size: 14px;
        }
    }
}