.home-seo-content {
    margin-top: 28px;
    padding: 20px 22px;
    background: rgba(255, 255, 255, 0.45);
    border: 1px solid #c5d0de;
    border-radius: 12px;
    color: #4a5a70;
}

.home-seo-content h2 {
    margin: 0 0 10px;
    color: #1a2a3f;
    font-size: 20px;
    line-height: 1.3;
}

.home-seo-content p {
    margin: 0;
    font-size: 14px;
    line-height: 1.6;
}

.home-seo-content p + p {
    margin-top: 8px;
}

.no-results {
    background: linear-gradient(135deg, #223046 0%, #2d405c 100%);
    border: 1px solid #3d5270;
    border-radius: 14px;
    text-align: center;
    padding: 60px 20px;
    color: #9aafc5;
}

.no-results-icon {
    width: 96px;
    height: 96px;
    margin: 0 auto 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    background: rgba(255, 255, 255, 0.04);
    border: 1px solid #3d5270;
}

.no-results-icon i {
    font-size: 40px;
    color: #6a7f98;
}

.no-results h1 {
    color: #e8eef5;
    margin-bottom: 10px;
    font-size: 20px;
}

.no-results p {
    font-size: 14px;
}

.no-results-btn {
    display: inline-block;
    margin-top: 18px;
    padding: 10px 22px;
    background: linear-gradient(135deg, #e01a3f, #c41535);
    color: #ffffff;
    border-radius: 8px;
    text-decoration: none;
    font-size: 14px;
    font-weight: 600;
    transition: all 0.2s;
    box-shadow: 0 2px 8px rgba(224, 26, 63, 0.35);
}

.no-results-btn:hover {
    transform: translateY(-1px);
    box-shadow: 0 4px 12px rgba(224, 26, 63, 0.45);
}

/* Бейджи и оверлей карточки игры переехали в
   static/css/components/game_card.css — они нужны и на «Моих играх». */
