.achv-page {
    padding-bottom: 48px;
}

.achv-page .jb-page-hero-card {
    margin-bottom: 24px;
}

.achv-category {
    margin-bottom: 24px;
}

.achv-category__title {
    font-size: 0.95rem;
    font-weight: 800;
    color: #fff;
    margin: 0 0 12px;
}

.achv-category__title span {
    color: rgba(255, 255, 255, 0.4);
    font-weight: 600;
    margin-left: 8px;
}

.achv-category .ach-grid {
    margin-top: 4px;
}

.ach-grid {
    grid-template-columns: repeat(auto-fill, minmax(220px, 1fr));
}

.ach-card {
    min-height: 168px;
    padding-bottom: 16px;
}
