#archive-review {
}

@media (max-width: 767px) {
    #archive-review {
        margin: 0 5%;
        width: auto;
    }
}

/* セレクトボックス */
#archive-review .review-category-block {
    background: var(--color-gray-light);
    border-radius: var(--border-radius-m);
    padding: 2cqw 0;
    margin-bottom: 2cqw;
    position: relative;
}

#review-category-selector {
    display: block;
    background: #fff;
    border: 0.3cqw solid var(--color-red);
    margin: auto;
    border-radius: var(--border-radius-l);
    padding: 1cqw 1cqw 1cqw 3cqw;
    width: 44%;
    margin-top: 2cqw;
    cursor: pointer;
}

#archive-review .review-category-select-arrow {
    width: 3.8cqw;
    height: 3.8cqw;
    border-radius: 50%;
    background-color: var(--color-red);
    position: relative;
    transition: opacity 0.3s;
    position: absolute;
    bottom: 20%;
    margin: auto;
    right: 31%;
    pointer-events: none;
}

#archive-review .review-category-select-arrow::after {
    content: "";
    position: absolute;
    top: 36%;
    bottom: 0;
    right: 0;
    left: 24%;
    width: 20cqw;
    height: 0;
    border-style: solid;
    border-width: 16.4cqw 6cqw 0 6cqw;
    border-color: #ffffff transparent transparent transparent;
    aspect-ratio: 1 / 0.866;
    clip-path: polygon(0% 0%, 10% 0%, 5% 10%);
}

/* レビューカード */
#archive-review .review-card {
    border: 0.3cqw solid var(--color-red);
    border-radius: var(--border-radius-s);
    margin-bottom: 2cqw;
    padding: 1.4cqw;
}

#archive-review .review-top-block {
    display: flex;
    align-items: center;
    margin-bottom: 2cqw;
}

#archive-review .review-card-category-block {
    display: flex;
}

#archive-review .review-card-category {
    color: #fff;
    border-radius: var(--border-radius-s);
    width: fit-content;
    padding: 0.8cqw 1cqw;
    margin-right: 2cqw;
}

#archive-review .review-card-category-top {
    background: #00782d;
}

#archive-review .review-card-category-gold {
    background: rgb(175 171 52);
}

#archive-review .review-card-category-brand {
    background: rgb(162 142 109);
}

#archive-review .review-card-category-watch {
    background: #00782d;
}

#archive-review .review-card-category-jewelry {
    background: rgb(255 145 152);
}

#archive-review .review-rate-block {
    color: #ffbf00;
}

#archive-review .review-card-name {
    width: fit-content;
    text-align: end;
    width: 100%;
}

/* ページネーション */
#review-pagination-container {
    display: flex;
    width: fit-content;
    margin: auto;
}

#review-pagination-container .page-numbers {
    border: 0.1cqw solid var(--color-red);
    border-radius: 10rem;
    width: 6cqw;
    height: 6cqw;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 0 1cqw;
    color: var(--color-red);
    font-size: 3.2cqw;
    padding-bottom: 0.3cqw;
}

#review-pagination-container .page-numbers:hover {
    opacity: 0.6;
}

#review-pagination-container .page-numbers.dots:hover,
#review-pagination-container .page-numbers.current:hover {
    opacity: 1;
}

#review-pagination-container .page-numbers.dots,
#review-pagination-container .next.page-numbers,
#review-pagination-container .prev.page-numbers {
    border: none;
    font-weight: 900;
    font-size: 5cqw;
}

#review-pagination-container .page-numbers.current {
    background-color: var(--color-red);
    color: #fff;
}
