/* Main Theme Component Styles */

/* GameBox Component */
.game-box {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    gap: 20px;
}

.game-card {
    background: linear-gradient(to bottom right, #2B2B32, #484141);
    width: 100%;
    max-width: 360px;
    border-radius: 10px;
    padding: 20px;
    color: #fff;
    text-align: center;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.5);
    position: relative;
}

.card-image {
    border-radius: 15px;
    margin-bottom: 10px;
}

.card-title {
    font-size: 1.25rem;
    margin-bottom: 8px;
}

.card-description {
    font-size: 0.9rem;
    line-height: 1.4;
    color: #ccc;
}

.card-info {
    list-style: none;
    text-align: left;
    padding: 0 10px;
}

.card-info li {
    margin: 6px 0;
    font-size: 0.9rem;
    color: #ccab67;
}

.card-button {
    background: linear-gradient(45deg, #CCAB67, #AE874B, #FCF3AC);
    color: #000;
    border: none;
    border-radius: 8px;
    padding: 12px 16px;
    font-size: 1rem;
    font-weight: bold;
    cursor: pointer;
    transition: background-color 0.3s ease;
    margin-top: 15px;
    display: block;
}

.card-button:hover {
    background-color: #f1c40f;
}

.more-games-container {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    gap: 20px;
}

.more-games-button {
    display: block;
    text-align: center;
    background: linear-gradient(to bottom right, #2B2B32, #484141);
    color: #CCAB67;
    border: none;
    border-radius: 25px;
    padding: 12px 16px;
    font-size: 1rem;
    font-weight: bold;
    cursor: pointer;
    width: 100%;
    max-width: 360px;
    margin-top: 15px;
    transition: background-color 0.3s ease;
}

/* LoginBox Component */
.modal-content {
    position: relative;
    margin: 10% auto;
    padding: 20px;
    max-width: 322.582px;
    flex-shrink: 0;
    border-radius: 13px;
    border: 1px solid rgba(247, 199, 151, 0.3);
    background: linear-gradient(
        0deg,
        rgba(128, 126, 117, 0.75) -0.04%,
        rgba(23, 21, 22, 0.75) -0.04%,
        rgba(97, 97, 95, 0.75) 97.15%
    );
    backdrop-filter: blur(7px);
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.img-logo {
    max-width: 168px;
    max-height: 30px;
    flex-shrink: 0;
}

.login-form {
    width: 100%;
}

.login-input-container {
    position: relative;
    margin-bottom: 1rem;
}

.login-field {
    width: 100%;
    padding: 12px 40px 12px 40px;
    border: 1px solid #ccab67;
    border-radius: 8px;
    background: rgba(0, 0, 0, 0.3);
    color: #fff;
    font-size: 1rem;
}

.login-btn {
    background: linear-gradient(45deg, #CCAB67, #AE874B, #FCF3AC);
    color: #000;
    border: none;
    border-radius: 8px;
    padding: 12px 16px;
    font-size: 1rem;
    font-weight: bold;
    cursor: pointer;
    width: 100%;
    margin-top: 15px;
}

/* UnfoldMid Component */
summary::-webkit-details-marker {
    display: none;
}
summary::marker {
    content: "";
}
details[open] summary img {
    transform: rotate(90deg);
}

/* Payment Component */
.payment {
    display: flex;
    flex-direction: column;
    padding: 24px;
    color: #ebc76e;
    background: #121212;
}

.payment__title {
    font-size: 1.75rem;
    margin-bottom: 16px;
}

.tab {
    display: block;
    padding: 12px 24px;
    margin-bottom: 8px;
    border-radius: 8px;
    background: #292929;
    font-weight: 600;
    cursor: pointer;
    transition: background .2s;
}

.tab--active {
    background: #F5E071;
    color: #121212;
}

.payment-card {
    margin-top: 24px;
    padding: 24px;
    border-radius: 12px;
    background: #292929;
    border-left: 6px solid #F5E071;
}

.payment-card__heading {
    font-size: 1.5rem;
    margin-bottom: 8px;
}

.payment-card__body {
    font-size: 1.125rem;
    margin-bottom: 16px;
}

.payment-card__button {
    padding: 12px 32px;
    border-radius: 8px;
    font-weight: 600;
    background: linear-gradient(135deg, #F5E071 0%, #C9A52E 100%);
    border: none;
    cursor: pointer;
    color: black;
}

.payment-card__button:hover {
    opacity: .9;
}

/* GameBoxMini Component */
.card {
    background: linear-gradient(to bottom right, #2B2B32, #484141);
    color: #CCAB67;
}

/* Additional specific component utilities */
.dot-indicator {
    width: 8px;
    height: 8px;
    background-color: #ccab67;
    border-radius: 50%;
    margin: 0 auto 16px;
}

/* Place bet button for certain game boxes */
.place-bet-btn {
    background: linear-gradient(45deg, #CCAB67, #AE874B, #FCF3AC);
    color: #000;
    border: none;
    border-radius: 8px;
    padding: 12px 16px;
    font-size: 1rem;
    font-weight: bold;
    cursor: pointer;
    transition: background-color 0.3s ease;
    margin-top: 15px;
    display: block;
}

/* LiveScore Component */
.betting-widget {
    margin: 0 auto;
    font-family: sans-serif;
}

.form-group {
    margin-bottom: 1rem;
}

.form-group label {
    display: block;
    margin-bottom: 0.4rem;
    font-weight: 600;
}

.form-group select {
    width: 100%;
    padding: 0.4rem;
    border: 1px solid #ccab67 !important;
    border-radius: 4px;
    color: #ccab67;
}

.login-btn {
    height: 55px;
}
