.results-hero {
    background:
        radial-gradient(circle at 10% 5%, rgba(34, 197, 94, .18), transparent 30%),
        radial-gradient(circle at 92% 90%, rgba(212, 175, 55, .13), transparent 28%),
        linear-gradient(135deg, #022c22, #064e3b 58%, #0f6f3a);
}

.results-hero-kicker {
    position: relative;
    z-index: 2;
    display: inline-flex;
    margin-bottom: 12px;
    padding: 6px 11px;
    border: 1px solid rgba(255, 255, 255, .2);
    border-radius: 999px;
    background: rgba(255, 255, 255, .09);
    color: #bbf7d0;
    font-size: 9px;
    font-weight: 900;
    letter-spacing: .16em;
}

.results-player-hero-actions {
    position: relative;
    z-index: 2;
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    gap: 9px;
    margin-top: 18px;
}

.results-player-hero-actions a {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 42px;
    padding: 10px 18px;
    border-radius: 10px;
    color: #ffffff;
    font-size: 11px;
    font-weight: 900;
    line-height: 1.1;
    text-decoration: none;
    box-shadow: 0 9px 22px rgba(0, 0, 0, .18);
    transition: transform .2s ease, box-shadow .2s ease;
}

.results-hero-play-link {
    border: 1px solid rgba(255, 226, 142, .52);
    background: linear-gradient(135deg, #d99a16, #a86805);
}

.results-hero-community-link {
    border: 1px solid rgba(187, 247, 208, .48);
    background: linear-gradient(135deg, #25d366, #128c4a);
}

.results-player-hero-actions a:hover,
.results-player-hero-actions a:focus-visible {
    color: #ffffff;
    transform: translateY(-2px);
    box-shadow: 0 13px 27px rgba(0, 0, 0, .24);
}

.results-hero-responsible {
    position: relative;
    z-index: 2;
    display: block;
    margin-top: 10px;
    color: rgba(255, 255, 255, .62);
    font-size: 9px;
    font-weight: 700;
    letter-spacing: .04em;
}

.result-player-actions {
    grid-column: 1 / -1;
    display: grid;
    grid-template-columns: auto minmax(0, 1fr) auto;
    align-items: center;
    gap: 10px;
    margin-top: 8px;
    padding: 10px 12px;
    border: 1px solid #d8e8dc;
    border-radius: 11px;
    background: linear-gradient(135deg, #f7fff9, #f1f7f3);
}

.result-player-actions p {
    margin: 0;
    color: #334155;
    font-size: 10px;
    font-weight: 850;
    white-space: nowrap;
}

.result-player-action-links {
    display: flex;
    justify-content: center;
    gap: 7px;
    min-width: 0;
}

.result-player-action-links a {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 30px;
    padding: 7px 11px;
    border-radius: 8px;
    color: #ffffff;
    font-size: 9px;
    font-weight: 900;
    line-height: 1.1;
    text-align: center;
    text-decoration: none;
    transition: transform .2s ease, box-shadow .2s ease;
}

.result-play-online-link {
    background: linear-gradient(135deg, #d99a16, #a86805);
    box-shadow: 0 5px 12px rgba(168, 104, 5, .18);
}

.result-community-link {
    background: linear-gradient(135deg, #25d366, #128c4a);
    box-shadow: 0 5px 12px rgba(18, 140, 74, .18);
}

.result-player-action-links a:hover,
.result-player-action-links a:focus-visible {
    color: #ffffff;
    transform: translateY(-1px);
    box-shadow: 0 8px 16px rgba(15, 23, 42, .2);
}

.result-player-actions small {
    color: #64748b;
    font-size: 8px;
    font-weight: 750;
    white-space: nowrap;
}

.home-result-player-actions {
    margin-top: 13px;
}

.lottery-results-group > .results-pagination {
    margin: 12px 0 0 !important;
    padding: 9px 8px !important;
    border: 1px solid #e2e8f0;
    border-radius: 10px;
    background: #ffffff;
}

.ghana-results-group > .results-pagination {
    border-color: #f2d58d;
    background: #fffbeb;
}

.ghana-results-group > .results-pagination span {
    color: #8a5b00 !important;
}

.modern-results-group > .results-pagination {
    border-color: #bbf7d0;
    background: #f0fdf4;
}

.lottery-results-group > .results-pagination button {
    min-height: 34px;
    padding: 7px 13px;
    border-radius: 8px;
    font-size: 10px;
}

@media (max-width: 700px) {
    .results-hero {
        padding-top: 28px !important;
        padding-bottom: 58px !important;
    }

    .results-hero-kicker {
        margin-bottom: 8px;
        padding: 5px 9px;
        font-size: 7px;
    }

    .results-player-hero-actions {
        display: grid;
        grid-template-columns: repeat(2, minmax(0, 1fr));
        width: min(100%, 390px);
        margin: 13px auto 0;
        gap: 7px;
    }

    .results-player-hero-actions a {
        min-height: 38px;
        padding: 8px 7px;
        border-radius: 8px;
        font-size: 9px;
    }

    .results-hero-responsible {
        margin-top: 7px;
        font-size: 7px;
    }

    .result-player-actions {
        grid-template-columns: 1fr;
        gap: 5px;
        padding: 7px 6px;
        text-align: center;
    }

    .result-player-actions p {
        font-size: 7px;
        white-space: normal;
    }

    .result-player-action-links {
        display: grid;
        grid-template-columns: 1fr;
        gap: 4px;
    }

    .result-player-action-links a {
        width: 100%;
        min-height: 25px;
        box-sizing: border-box;
        padding: 5px 4px;
        border-radius: 6px;
        font-size: 7px;
    }

    .result-player-actions small {
        font-size: 6px;
        white-space: normal;
    }

    .lottery-results-group > .results-pagination {
        display: grid !important;
        grid-template-columns: 1fr auto 1fr;
        gap: 5px;
        margin-top: 7px !important;
        padding: 6px 5px !important;
    }

    .lottery-results-group > .results-pagination span {
        padding: 6px 4px !important;
        font-size: 8px;
        white-space: nowrap;
    }

    .lottery-results-group > .results-pagination button {
        min-height: 28px;
        padding: 5px 7px;
        font-size: 8px;
    }
}

@media (min-width: 701px) and (max-width: 1050px) {
    .result-player-actions {
        grid-template-columns: 1fr;
        text-align: center;
    }
}
