.single-game-container {
    max-width: 800px;
    margin: 0 auto;
    padding: 40px 20px;
    font-family: 'Corrigan-Regular', sans-serif;
    color: #fff;
}

.single-game-container h1 {
    font-size: 2.5rem;
    margin-bottom: 10px;
    color: #fff;
}

.single-game-container img {
    max-width: 100%;
    height: auto;
    border-radius: 8px;
    margin-bottom: 20px;
}

.single-game-container p {
    line-height: 1.6;
    font-size: 1rem;
    color: #fff;
}

.single-game-container .game-links a {
    display: inline-block;
    margin-top: 20px;
    padding: 10px 20px;
    background: #0073aa;
    color: #fff;
    text-decoration: none;
    border-radius: 4px;
}

.single-game-container .game-links a:hover {
    background: #005177;
}

.trailer-modal {
    display: none;
    /* include your modal styles here if needed */
}

.game-post-navigation {
    display: flex;
    justify-content: space-between;
    margin-top: 40px;
    padding-top: 20px;
    border-top: 1px solid #444;
    font-family: 'Corrigan-Regular', sans-serif;
    color: #fff;
}

.game-post-navigation a {
    color: red;
    text-decoration: none;
    font-weight: bold;
}

.game-post-navigation a:hover {
    text-decoration: underline;
}

