.toefl-practice-test-reviews {
    margin-top: 1rem;
    padding: 0.85rem 0.75rem 0.9rem;
    border: 1px solid #d9dfd3;
    border-radius: 10px;
    background: #f7f7f2;
    color: #1a1816;
    text-align: center;
}

.toefl-practice-test-reviews-heading {
    margin: 0 0 0.55rem;
    color: #52634e;
    font-size: 0.65rem;
    font-weight: 600;
    letter-spacing: 0.09em;
    line-height: 1.5;
    text-transform: uppercase;
}

/* Arrows flank the quote so the feedback stays the visual centre. */
.toefl-practice-test-reviews-body {
    display: grid;
    grid-template-columns: auto minmax(0, 1fr) auto;
    align-items: center;
    gap: 0.25rem;
}

.toefl-practice-test-reviews-slides {
    display: grid;
    grid-column: 2;
}

/* Share one grid cell so the longest quote reserves space at every width. */
.toefl-practice-test-review {
    grid-area: 1 / 1;
    min-width: 0;
    margin: 0;
    visibility: hidden;
    pointer-events: none;
}

.toefl-practice-test-review.is-active {
    visibility: visible;
    pointer-events: auto;
}

.toefl-practice-test-review blockquote {
    margin: 0 0 0.4rem;
    font-size: 0.9rem;
    font-style: italic;
    line-height: 1.55;
}

.toefl-practice-test-review figcaption {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: baseline;
    gap: 0.15rem 0.5rem;
    font-size: 0.8rem;
    line-height: 1.4;
}

.toefl-practice-test-review figcaption span {
    color: #63675d;
    font-size: 0.7rem;
}

.toefl-practice-test-reviews-arrow {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 32px;
    height: 32px;
    padding: 0;
    border: 1px solid transparent;
    border-radius: 50%;
    background: transparent;
    color: #52634e;
    cursor: pointer;
}

.toefl-practice-test-reviews-arrow[hidden] {
    display: none;
}

.toefl-practice-test-reviews-arrow:hover {
    background: #e9eddf;
}

.toefl-practice-test-reviews-arrow:focus-visible {
    outline: 2px solid #52634e;
    outline-offset: 2px;
}
