/* Gold navbar background */
.navbar.custom-navbar {
    background-color: #D4AF37;
}

.navbar-brand {
    font-weight: bold;
    font-size: 24px;
    margin-left: 12px;
}

.navbar .nav-link {
    color: black;
    font-weight: bold;
}

.nav-link-pad {
    padding-left: 0;
    padding-right: 5px !important;
}

.navbar .nav-link:hover {
    color: #ffffff;
}

.navbar-text {
    color: #000;
    font-weight: 600;
}

.nav-search .form-control {
    font-weight: bold;
}

.nav-search .btn {
    font-weight: bold;
}

.navbar-toggler {
    border-color: rgba(0, 0, 0, 0.4);
}

.navbar-toggler-icon {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3e%3cpath stroke='rgba(0, 0, 0, 0.7)' stroke-linecap='round' stroke-miterlimit='10' stroke-width='3' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
}

/* Stack items on smaller screens */
@media (max-width: 991.98px) {
    .nav-search {
        width: 100%;
    }

    .nav-search .form-control {
        width: 100%;
    }

    .nav-links {
        width: 100%;
    }
}

a {
    text-decoration: none;
    color: black;
    font-weight: bold;
}

html, body {
    height: 100%;
}

body {
    display: flex;
    flex-direction: column;
    min-height: 100vh;
    background-color: #000;
    color: #fff;
}

.games-list {
    color: rgb(0, 239, 203);
    font-weight: bold;
    margin-bottom: 20px;
    text-align: center;
}

main {
    padding: 20px;
    flex: 1;
}

footer {
    background-color: #D4AF37;
    padding: 20px 0;
    text-align: center;
    margin-top: auto;
}

.games-list {
    color: #D4AF37;
    font-weight: bold;
    margin-bottom: 20px;
    text-align: center;
}

.text-color {
    color: #000000;
    font-weight: bold;
    text-align: center;
}

.review-text {
    color: #D4AF37;
    font-weight: bold;
}

/* Ensure gold review text even inside Bootstrap cards */
.card .review-text,
.review-text.card-text {
    color: #D4AF37 !important;
}

/* Make all text in review form gold */
.review-form-container,
.review-form-container h2,
.review-form-container label,
.review-form-container p,
.review-form-container small,
.review-form-container .form-label {
    color: #D4AF37 !important;
}