.gs-img {
    float: right;
    max-width: 360px;
    margin: 5px 0 16px 24px;
    clear: right;
}
@media (max-width: 1199px) {
    .breadcumb-title { font-size: 74px; }
    .breadcumb-wrapper {
        padding: 200px 0px 100px 0px;
    }
}
@media (max-width: 991px) {
    .breadcumb-title { font-size: 60px; }
    .breadcumb-wrapper {
        padding: 150px 0px 50px 0px;
    }
}
@media (max-width: 767px) {
    .breadcumb-title { font-size: 50px; }
    .breadcumb-wrapper {
        padding: 150px 0px 50px 0px;
    }
}
@media (max-width: 575px) {
    .breadcumb-title { font-size: 40px; }
    .breadcumb-wrapper {
        padding: 100px 0px 25px 0px;
    }
}
@media (max-width: 375px) {
    .breadcumb-title { font-size: 32px; }
    .breadcumb-wrapper {
        padding: 100px 0px 25px 0px;
    }
}
#game-download,
#account-creation,
#getting-into-the-game,
#pvp-multiplayer {
    scroll-margin-top: 100px;
}
.checklist h3:not(:first-of-type) {
    margin-top: 50px;
}
.checklist ul {
    padding-left: 2rem;
}
.checklist::after {
    content: '';
    display: table;
    clear: both;
}
.checklist strong {
    color: var(--theme-color);
}
.gs-img-center {
    max-width: 360px;
    margin: 16px auto;
}
.gs-img-center img {
    width: 100%;
    display: block;
}
.gs-img img,
.gs-img-center img,
.gs-img-pair .th-video img {
    border: 1px solid var(--theme-color);
    border-radius: 20px;
    box-shadow: 0 0 8px rgba(14, 254, 255, 0.5), 0 0 20px rgba(14, 254, 255, 0.25);
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}
.gs-img img:hover,
.gs-img-center img:hover,
.gs-img-pair .th-video img:hover {
    transform: translateY(-6px);
    box-shadow: 0 0 16px rgba(14, 254, 255, 0.7), 0 0 36px rgba(14, 254, 255, 0.35);
}
.gs-img.gs-orange img {
    border-color: var(--theme-color2);
    box-shadow: 0 0 8px rgba(255, 190, 24, 0.5), 0 0 20px rgba(255, 190, 24, 0.25);
}
.gs-img.gs-orange img:hover {
    box-shadow: 0 0 16px rgba(255, 190, 24, 0.7), 0 0 36px rgba(255, 190, 24, 0.35);
}
.gs-img .th-video .play-btn > i,
.th-video.gs-img .play-btn > i,
.gs-img-center .play-btn > i {
    --icon-size: 52px;
    --icon-font-size: 15px;
}
.gs-img .th-video .play-btn,
.th-video.gs-img .play-btn,
.gs-img-center .play-btn,
.gs-img-pair .th-video .play-btn {
    top: auto;
    left: auto;
    bottom: 12px;
    right: 12px;
    transform: none;
}
@media (max-width: 767px) {
    .gs-img-center { max-width: 100%; }
}
.gs-img-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 12px;
    margin: 16px 0;
    clear: both;
}
.gs-img-grid .th-video img {
    width: 100%;
    display: block;
}
.gs-img-pair {
    display: flex;
    gap: 12px;
    margin: 16px 0;
    clear: both;
}
.gs-img-pair .th-video {
    flex: 1;
    min-width: 0;
}
.gs-img-pair .th-video img {
    width: 100%;
    display: block;
}
@media (max-width: 767px) {
    .gs-img {
        float: none;
        max-width: 100%;
        margin: 16px 0;
    }
    .gs-img-pair {
        flex-direction: column;
        align-items: center;
    }
    .gs-img-grid {
        grid-template-columns: 1fr;
    }
}
