.seo-game-panel {
    background: rgb(12 0 0 / 85%);
    border: 1px solid #600000;
    border-right: 4px solid #ff3232;
    border-radius: 15px;
    padding: 25px;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.5);
    height: 100%;
}

.seo-game-title {
    font-family: 'Nunito', sans-serif;
    background: linear-gradient(90deg, #b39500, #ff0000);
    color: #fff;
    padding: 12px;
    text-align: center;
    font-size: 20px;
    font-weight: 800;
    text-transform: uppercase;
    border-radius: 8px;
    margin-bottom: 20px;
    box-shadow: 0 4px 10px rgba(0,0,0,0.5);
    border: 1px solid #ffffff;
    text-shadow: 1px 1px 2px #000;
}

.seo-game-subtitle {
    font-family: 'Nunito', sans-serif;
    color: #ffcc00;
    font-size: 18px;
    font-weight: 700;
    margin-top: 15px;
    margin-bottom: 10px;
    border-bottom: 1px dashed #ff7f32;
    display: inline-block;
}

.seo-game-content {
    font-family: 'Nunito', sans-serif;
    font-size: 15px;
    color: #e0e0e0;
    line-height: 1.6;
    text-align: justify;
}

.seo-game-content a {
    color: #ffde32;
    font-weight: bold;
    text-decoration: none;
    transition: 0.3s;
}

.seo-game-content a:hover {
    color: #fff;
    text-shadow: 0 0 5px #ff7f32;
}