.game-header {
    position: relative;
    /* Keep existing styles */
}
/* Added 2/14/24 to center IFrame. */
.iframe {
    display: block;
    border-style: none;
}

/* Added 2/25/24 for Vaygren but could become general purpose later. */
.vaygren-banner {
    margin-top: 20px;
    text-align: center;
}

.vaygren-character {
    margin-top: 20px;
    margin-bottom: 10px;
    text-align: center;
}

.vaygren-image {
    margin-top: 10px;
    margin-bottom: 10px;
    text-align: center;
}

/* 3/2/24 Making these general purpose. */
.description-banner {
    margin-top: 20px;
    text-align: center;
}
.description-character {
    margin-top: 20px;
    margin-bottom: 10px;
    text-align: center;
}
.description-image {
    margin-top: 10px;
    margin-bottom: 10px;
    text-align: center;
}
.description-banner-left {
    margin-top: 20px;
    text-align: left;
}
.description-character-left {
    margin-top: 20px;
    margin-bottom: 10px;
    text-align: left
}
.description-image-left {
    margin-top: 10px;
    margin-bottom: 10px;
    text-align: left
}


.img-fullwidth {
    width: 100%;
}
.img-width50 {
    width: 50%;
}
.img-width60 {
    width: 60%;
}
.add10 {
    height: 10px;
}


.column-configuration {
    flex-direction: column;
}

.center-horizontal {
    text-align: center;
    width: 100%;
    padding-top: 0;
    padding-right: 35px;
    padding-left: 35px;
}
.steam-container {
    position: relative;
    flex-direction: initial;
}
.steam-background {
    width: 100%;
    flex-direction: initial;
    background-image: url('/images/steam/steamCTA_gradient_BG.png');
    text-align: center;
    padding-top: 10px;
    padding-bottom: 10px;
    background-size: 100%;
}
.steam-widget {
    text-align: center;
    flex-direction: initial;
 }
.inner {
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    position: absolute;
}

.game-header-title {
    text-align: left;
    text-transform: uppercase;
    min-width: 370px;
}

.game-header-developer {
    font-size: 0.875em;
    font-weight: 600;
    line-height: 17px;
    letter-spacing: 0em;
    text-align: left;
    text-transform: uppercase;
    color: #D8D8D8;
    margin: 7px 0;
}

.game-header-icon {
    width: auto;
}

.game-header-links {
    display: flex;
}

.game-header-link-holder {
    display: flex;
    margin-right: 20px;
}

.game-header-link {
}

.header-content-wrapper {
    position: relative;
    width: 100%;
    max-width: 1230px; /* Match your content area width */
}

.game-header-content {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
}

.game-header-text {
    /* Keep existing text styles */
}
.game-header-graphic-absolute {
    position: absolute;
    top: 0;
    right: 10px;
    z-index: 10;
}
.game-header-download-box {
    display: block;
    position: relative;
    border: 2px solid #007bff;
    border-radius: 8px;
    padding: 8px;
    background-color: rgba(0, 123, 255, 0.1);
    transition: all 0.3s ease;
    text-decoration: none;
    cursor: pointer;
}
.game-header-download-box:hover {
    border-color: #0056b3;
    background-color: rgba(0, 123, 255, 0.2);
    transform: translateY(-2px);
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
}
.game-header-download-box img {
    display: block;
    max-height: 200px;
    width: auto;
}
.download-overlay {
    position: absolute;
    bottom: -8px;
    left: 50%;
    transform: translateX(-50%);
    background-color: #007bff;
    color: white;
    padding: 4px 8px;
    border-radius: 4px;
    font-size: 12px;
    opacity: 0;
    transition: opacity 0.3s ease;
}
.game-header-download-box:hover .download-overlay {
    opacity: 1;
}

/* Responsive behavior */
@media (max-width: 768px) {
    .game-header-content {
        flex-direction: column;
        text-align: center;
    }
    
    .game-header-graphic {
        margin-left: 0;
        margin-top: 1rem;
    }
}

.game-detail-screen-container {

}

.game-detail-screen-row {

}

.left-box {
    flex-grow: 0;
}

.right-box {
    flex-grow: 0;
}

@media (min-width: 1200px) {
    .left-box {
        flex: 0 0 660px;
    }

    .right-box {
        flex: 0 0 443px;
    }
}

.preview-container {
    min-width: 320px;
    max-width: 100%;
    margin: 0;
    height: auto;
    overflow: hidden;
}

* {
	min-width: 0;
}

slick-track {
  display: flex !important;
}

.slick-list {
}

.slick-slide {
  height: auto;
}

.preview-carousel {
    width: 100%;
    padding-bottom: 7px;
}

.preview-image {
    width: 100%;
    height: auto;
}

.selector-carousel {
    margin: 0 !important;
}

.preview-selector-image {
    width: 100%;
    height: auto;
    padding: 0 3px;
}

.game-detail-container {

}

.short-description-holder {
    height: 100%;
}

.description-short-image {
    width: 100%;
}

.short-detail {
    width: 100%;
    height: auto;
    background: #1B1D2B;
}

.game-stores {
    padding: 16px;
    padding-left: 40px;
    background: #222432;
    font-family: Montserrat;
    font-size: 16px;
    font-weight: 400;
    line-height: 20px;
    letter-spacing: 0em;
    text-align: left;
}

.detail-title {
    width: 100%;
    display: flex;
    justify-content: left;
    align-items: center;
    background: linear-gradient(90deg, #DF185B 0%, #B51555 100%);
    font-weight: 900;
    padding: 35px;
}

.info {
}

.info-detail {
    width: 100%;
    background: #222432;
    padding: 25px;
}

.about {
    padding-left: 38px;
}

.about-detail {
    width: 100%;
    background: #222432;
}

.info-list {
    list-style-type: none;
    padding-left: 0;
}

.info-list-point {
    margin-bottom: 10px;
}

.info-list-header {
    font-size: 1.25em;
    font-weight: 600;
    line-height: 24px;
    letter-spacing: 0em;
    text-align: left;
}

.info-list-detail {
    font-size: 1em;
    font-weight: 400;
    line-height: 20px;
    letter-spacing: 0em;
    text-align: left;
}

/* phones */
.no-gutters {
    margin-right: 0;
    margin-left: 0;

    > .col,
    > [class*="col-"] {
        padding-right: 0;
        padding-left: 0;
    }
}

.game-detail-screen-container {
    margin-left: auto;
    margin-right: auto;
    width: 320px;
}

.game-detail-screen-row {
    min-height: 220px;
}

.game-detail-screen-header {
    height: 219px;
    padding-left: 25px;
}

.game-header {
    width: 200px;
}

.game-header-title {
    font-size: 1.5em;
    font-weight: 900;
    line-height: 24px;
    letter-spacing: 0em;
    width: 158px;
}

.game-header-icon {
    height: 1em;
    margin-right: 10px;
    margin-bottom: 18px;
}

.about-margins {
    padding-top: 10px;
    padding-right: 35px;
    padding-left: 35px;
    padding-bottom: 35px;
    margin: 0;
}

.short-description-holder {
    min-width: 320px;
}

.short-detail {
}

.detail-title {
    padding-left: 25px;
    height: 55px;
    font-size: 1.25em;
}

.info-detail {
    margin-bottom: 0;
}

.about-detail {
    padding: 0;
    margin-bottom: 0;
}

/* large desktops */
@media (min-width: 1200px) {

    .game-detail-screen-container {
        width: 1230px;
    }

    .game-detail-screen-row {
        min-height: 450px;
    }

    .game-detail-screen-header {
        padding-left: 0;
    }

    .game-header {
        width: 260px;
    }

    .game-header-title {
        font-size: 2.25em;
        font-weight: 900;
        line-height: 36px;
        letter-spacing: 0em;
    }

    .game-header-icon {
        height: 1.4em;
        margin-right: 13px;
        margin-bottom: 27px;
    }

    .short-description-holder {
        min-width: 320px;
    }

    .short-detail {
    }

    .detail-title {
        height: 55px;
        font-size: 1.25em;
    }



    .info-detail {
        margin-bottom: 0;
    }

    .about-detail {
        padding: 25px;
        margin-bottom: 10px;
    }



    .game-detail-screen-header {
        padding-left: 0;
        min-height: 450px;
    }

    .game-header {
        width: 320px;
    }

    .game-detail-screen-row {
    }

    .game-header-title {
        font-size: 3em;
        font-weight: 900;
        line-height: 48px;
        letter-spacing: 0em;
    }

    .short-detail {
    }

    .detail-title {
        padding-left: 38px;
        height: 55px;
        font-size: 1.25em;
    }

    .info-detail {
        margin-bottom: 0;
    }

    .about-detail {
        padding: 25px;
        margin-bottom: 10px;
    }


    .game-header {
    }

    .game-detail-screen-row {
        min-height: 450px;
    }

    .game-header-title {
        font-size: 3em;
        font-weight: 900;
        line-height: 48px;
        letter-spacing: 0em;
    }

    .short-description-holder {
        min-width: 320px;
    }

    .short-detail {
    }

    .detail-title {
        height: 82px;
        font-size: 2em;
    }

    .info-detail {
        margin-bottom: 0;
    }
    /*
    .about-detail {
        padding: 38px;
        margin-bottom: -38px;
    }
    */


    .short-description-holder {
        min-width: 465px;
    }
}
