/* Global Steam Theme Colors */
body.steam-bg {
    background-color: #1b2838;
    color: #acb2b8;
    font-family: "Motiva Sans", Arial, Helvetica, sans-serif;
    font-size: 13px;
    margin: 0;
    padding: 0;
}

/* Header */
.steam-header {
    background-color: #171a21;
}
.main-nav .nav-link {
    color: #c6d4df !important;
    font-size: 14px;
    letter-spacing: .5px;
    padding: 0;
}
.main-nav .nav-link:hover, .main-nav .nav-link.active-nav {
    color: #1a9fff !important;
}
.btn-install {
    background-color: #5c7e10 !important;
    border-radius: 2px;
}
.btn-install:hover {
    background-color: #79a016 !important;
}

/* Store Navigation Bar */
.store-nav-wrapper {
    background: linear-gradient(180deg, #263b55 0%, #1b2838 100%);
}
.store-nav {
    background-color: #2a475e;
    box-shadow: 0 0 3px rgba(0,0,0,.4);
}
.store-nav .store-link {
    font-size: 13px;
    font-weight: bold;
    text-transform: uppercase;
}
.store-nav .store-link:hover {
    color: #66c0f4 !important;
}
.search-bar {
    width: 220px;
}
.store-search {
    background-color: #316282 !important;
    border-radius: 3px;
    padding-right: 30px;
    font-size: 12px;
}
.store-search:focus {
    box-shadow: none;
    background-color: #316282 !important;
}
.search-icon {
    top: 5px;
    right: 8px;
    cursor: pointer;
    font-size: 12px;
}
.search-item-hover:hover {
    background-color: #316282 !important;
}

/* Breadcrumbs */
.game-breadcrumb .breadcrumb-item a {
    color: #8f98a0;
    text-decoration: none;
}
.game-breadcrumb .breadcrumb-item a:hover {
    color: #fff;
}
.game-breadcrumb .breadcrumb-item + .breadcrumb-item::before {
    content: ">";
    color: #8f98a0;
}

/* Title */
.game-title {
    font-size: 26px;
    font-weight: 300;
}

/* Highlight Block / Media */
.game-highlight-block {
    background-color: rgba(0,0,0,.2);
}
.thumbnail-wrapper {
    position: relative;
    cursor: pointer;
    opacity: .6;
    transition: opacity .2s;
    flex-shrink: 0;
}
.thumbnail-wrapper.active, .thumbnail-wrapper:hover {
    opacity: 1;
}
.thumbnail-wrapper .thumbnail {
    width: 116px;
    height: 65px;
    object-fit: cover;
}
.video-indicator {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    color: #fff;
    background: rgba(0,0,0,.6);
    border-radius: 50%;
    width: 24px;
    height: 24px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 10px;
}

/* Reviews & Tags */
.review-mostly-positive {
    color: #66C0F4;
}
.tag {
    background-color: rgba(103,193,245,.2) !important;
    color: #67c1f5 !important;
    font-weight: normal;
    font-size: 11px;
    border-radius: 2px;
}
.tag:hover {
    background-color: rgba(103,193,245,.4) !important;
}

/* Early Access */
.early-access-banner {
    background-color: #213c54;
    border: 1px solid #1f4262;
}
.early-access-banner h4 {
    font-size: 21px;
    font-weight: 300;
}

/* Purchase Section */
.purchase-area {
    background: linear-gradient(-60deg, rgba(226,244,255,.3) 5%, rgba(84,106,126,.3) 95%);
}
.btn-cart {
    background: linear-gradient(to right, #75b022 5%, #588a1b 95%);
    color: #d2efa9;
    border-radius: 2px;
    border: none;
    font-size: 13px;
}
.btn-cart:hover {
    background: linear-gradient(to right, #8ed629 5%, #6aa621 95%);
    color: #fff;
}

/* Description & Content */
.steam-details-box {
    background-color: rgba(0,0,0,.2);
}
.section-heading {
    font-size: 21px;
    font-weight: 300;
    color: #fff;
    border-bottom: 1px solid #4d4d4d;
    padding-bottom: 8px;
}
.bb_tag {
    font-size: 17px;
}
.bb_img {
    max-width: 100%;
    height: auto;
    border-radius: 3px;
}
.bb_ul {
    padding-left: 20px;
    color: #acb2b8;
}
.bb_ul li {
    margin-bottom: 4px;
}

/* Sidebar */
.sidebar-box {
    background-color: rgba(0,0,0,.2);
}

/* Footer */
.steam-footer {
    background-color: #171a21;
}
