.rally-review-index {
    margin: 0 0 24px;
    padding: 20px;
    border: 1px solid #d7d4ca;
    border-left: 5px solid #d99a00;
    border-radius: 12px;
    background: #f8f7f2;
    color: #20231f;
}

.rally-review-index__eyebrow,
.rally-review-hub__header > p:first-child,
.rally-review-card > p:first-child {
    margin: 0 0 6px;
    color: #8a6200;
    font-size: 13px;
    font-weight: 700;
    letter-spacing: .04em;
}

.rally-review-index h3 {
    margin: 0 0 8px;
    font-size: 19px;
}

.rally-review-index__summary {
    margin: 0 0 14px;
    color: #52574f;
    line-height: 1.65;
}

.rally-review-index__badges,
.rally-review-index__links,
.rally-review-card__tags,
.rally-review-hub__events {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
}

.rally-review-index__badges a,
.rally-review-index__badges span,
.rally-review-index__badges strong,
.rally-review-card__tags span {
    padding: 5px 9px;
    border-radius: 999px;
    background: #ebe8dd;
    color: #343832;
    font-size: 13px;
    text-decoration: none;
}

.rally-review-index__badges strong {
    background: #1d211d;
    color: #fff;
}

.rally-course-index.is-current {
    border-left-color: #1e8b4d;
}

.rally-course-index.is-superseded {
    border-left-color: #b44a3f;
    background: #f7ece9;
}

.rally-course-index.is-superseded .rally-review-index__badges strong {
    background: #9e3f36;
}

.rally-review-index__links {
    margin-top: 16px;
    padding-top: 14px;
    border-top: 1px solid #dedbd1;
}

.rally-review-index__links a,
.rally-review-hub a {
    color: #755000;
    font-weight: 700;
}

.rally-review-hub {
    max-width: 1180px;
    margin: 0 auto;
    padding: 36px 20px 64px;
}

.rally-review-hub__header {
    margin-bottom: 24px;
}

.rally-review-hub__header h1 {
    margin: 0 0 12px;
}

.rally-review-hub__events {
    margin-bottom: 28px;
}

.rally-review-hub__events a {
    padding: 9px 12px;
    border: 1px solid #cbc7ba;
    border-radius: 8px;
    text-decoration: none;
}

.rally-review-hub__events a[aria-current="page"] {
    border-color: #1d211d;
    background: #1d211d;
    color: #fff;
}

.rally-review-hub__grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 16px;
}

.rally-review-card {
    padding: 20px;
    border: 1px solid #d9d6cc;
    border-radius: 12px;
    background: #fff;
}

.rally-review-card h2 {
    margin: 0 0 10px;
    font-size: 18px;
    line-height: 1.45;
}

.rally-review-card__tags {
    margin-top: 12px;
}

.rally-review-hub__official {
    margin-top: 28px;
    padding: 18px;
    border-radius: 10px;
    background: #f3efe2;
}

@media (max-width: 720px) {
    .rally-review-hub__grid {
        grid-template-columns: 1fr;
    }

    .rally-review-index {
        padding: 16px;
    }
}
