.game-card-5f26bdd5 {
    position: relative;
    width: 350px; /* Default overridden by inline styles */
    max-width: 100%;
    aspect-ratio: 3 / 4;
    background-size: cover;
    background-position: center;
    border-radius: 12px;
    overflow: hidden;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    padding: 24px;
    color: #ffffff;
    box-shadow: 0 4px 15px rgba(0,0,0,0.1);
    margin: 0 auto;
    text-decoration: none; /* Keep link text clean */
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    box-sizing: border-box; /* Ensure border doesn't affect dimensions */
}

a.game-card-5f26bdd5:hover {
    transform: translateY(-5px);
    box-shadow: 0 8px 25px rgba(0,0,0,0.2);
    color: #ffffff;
}

.game-card-5f26bdd5::before {
    content: '';
    position: absolute;
    inset: 0;
    background: linear-gradient(to top, rgba(0,0,0,0.95) 0%, rgba(0,0,0,0.6) 40%, transparent 100%);
    z-index: 1;
}

/* Hover Media Styles */
.gc-hover-media-5f26bdd5 {
    position: absolute;
    inset: 0;
    z-index: 0;
    opacity: 0;
    transition: opacity 0.3s ease;
}

.game-card-5f26bdd5:hover .gc-hover-media-5f26bdd5 {
    opacity: 1;
}

.gc-hover-media-5f26bdd5 video {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.gc-hover-gif-5f26bdd5 {
    width: 100%;
    height: 100%;
    background-size: cover;
    background-position: center;
}

.game-card-content-5f26bdd5 {
    position: relative;
    z-index: 2;
    text-align: center; /* Default overridden by inline styles */
    display: flex;
    flex-direction: column;
}

.gc-title-5f26bdd5 {
    margin: 0 0 4px;
    font-size: 24px;
    font-weight: 800;
    line-height: 1.2;
    text-transform: uppercase;
    color: #fff;
}

.gc-company-5f26bdd5 {
    margin: 0 0 16px;
    font-size: 14px;
    opacity: 0.85;
    color: #e0e0e0;
}

.gc-platforms-5f26bdd5 {
    display: flex;
    gap: 12px;
    flex-wrap: wrap;
    justify-content: center; /* Default overridden by inline styles */
}

.gc-platform-icon-5f26bdd5 {
    display: flex;
    align-items: center;
    justify-content: center;
}

.gc-platform-icon-5f26bdd5 i,
.gc-platform-icon-5f26bdd5 svg {
    width: 20px;
    height: 20px;
    font-size: 20px;
    fill: currentColor;
    color: #fff;
}
