/*

Custom style

You can override the default class or style here

This file will not be overwritten by the updater

*/

.copyright-text p {
    margin-bottom: 0;
}

/* Sidebar Game Grid Styling */
.sidebar .wgt-list-game-grid .wgt-list-game {
    background-color: transparent !important;
    box-shadow: none !important;
    padding: 0 !important;
    margin: 5px !important;
}

.sidebar .wgt-list-game-grid .small-thumb {
    border-radius: 12px !important;
    width: 100%;
    aspect-ratio: 1/1;
    object-fit: cover;
}

.wgt-list-rating {
    font-size: 13px;
    color: #a0a0a0;
    margin-top: 4px;
}

.wgt-list-rating i {
    color: #b5a9cd;
}

.styled-categories-list {
    list-style: none;
    padding-left: 0;
    margin-bottom: 0;
}

.styled-categories-list li {
    margin-bottom: 15px;
}

.styled-categories-list li a {
    color: #fff;
    font-size: 16px;
    font-weight: 600;
    text-decoration: none;
    display: flex;
    align-items: center;
}

.styled-categories-list li a i {
    margin-right: 15px;
    font-size: 20px;
}

.styled-categories-list li a:hover {
    color: #f1f1f1;
}

.wgt-list-game-vertical .wgt-list-category {
    font-style: italic;
    color: #b5a9cd !important;
    font-size: 14px;
}

/* Fix Login Background Tiling */
body.login-body {
    background-size: cover !important;
    background-attachment: fixed !important;
    background-position: center !important;
    background-repeat: no-repeat !important;
}

/* Match Login/Register Link Colors with Theme */
.login-form a, .register-form a {
    color: #b5a9cd;
    text-decoration: none;
    transition: color 0.2s;
}

.login-form a:hover, .register-form a:hover {
    color: #fff;
}

/* Hide top header (nav) on mobile game pages when in FULLSCREEN */
@media (max-width: 768px) {
    body.game-fullscreen #mainNav,
    body.game-fullscreen .top-nav {
        display: none !important;
    }
    body.game-fullscreen {
        padding-top: 0 !important;
    }
    body.game-fullscreen .ghost-content {
        margin-top: 0 !important;
    }
}