:root {
    --smaller-font: 0.7rem;
    --small-font: 0.875rem;
    --normal-font: 1rem;
    --medium-font: 1.125rem;
    --large-font: 1.5rem;
    --x-large-font: 2rem;
    --bg-color: #0a0a0a;
    --text-first: #ffffff;
    --text-second: #0a0a0a;
    --first-color: #b91c1c;
    --second-color: #1c0a0a;
    --third-color: #dc2626;
    --fourth-color: #991b1b;
    --fifth-color: #c53030;
    --g1: #dc2626;
    --g2: #7f1d1d;
    --o-color: #fbbf24;
}

.logo img {
    width: 19rem;
    display: block;
    margin-left: auto;
    margin-right: auto;
    margin-top: 1.9rem;
    margin-bottom: 1rem;
}

.bg-theme {
    background: var(--bg-color);
    padding: 0.5rem;
}

/* Slider */
.slider, .swiper {
    width: 100%;
    max-width: 100%;
}

.slider {
    padding: 0.15rem;
}

.slider-img {
    width: 100%;
    max-width: 100%;
    display: block;
    margin-left: auto;
    margin-right: auto;
    border-radius: 10px;
}

.slider-wrapper {
    background: #0a0a0a;
    height: 100%;
    border-bottom: 2px solid #b91c1c;
    margin-bottom: 0.2rem;
    border-radius: 16px 16px 0 0;
    overflow: hidden;
}

.running-text {
    background: #b91c1c;
    font-weight: 600;
    text-transform: uppercase;
    font-size: 0.9rem;
    color: white;
    padding: 0.2rem;
}

/* Provider List */
.icon-prov {
    background: #141414;
    display: flex;
    position: relative;
    overflow: auto !important;
    margin-top: 5px !important;
    border-radius: 4px;
    padding: 0.3rem;
    gap: 0.2rem;
}

.icon-card-bg {
    cursor: pointer;
    padding: 0.2rem 0.5rem !important;
    color: white;
    transition: 0.2s;
    border-radius: 10px;
}

.icon-card-bg:hover {
    background: #b91c1c;
}

.icon-card-bg p {
    font-size: 0.7rem;
    font-weight: 600;
    text-align: center;
    white-space: nowrap;
    text-transform: uppercase;
    margin-top: 0.2rem;
}

.img-prov {
    display: block;
    margin: 0 auto;
    width: 1.8rem;
}

.item-prov {
    padding: 0 0.3rem;
}

/* Buttons */
.btn-credit {
    background: #b91c1c;
    box-shadow: 0 2px 6px rgba(0,0,0,0.3);
    padding: 0.7rem;
    color: white;
    border: none;
    font-weight: 600;
    border-radius: 4px;
    transition: 0.2s;
}

.btn-credit:hover {
    background: #dc2626;
    transform: translateY(-1px);
    cursor: pointer;
}

.btn-up {
    display: none;
    position: fixed;
    bottom: 4rem;
    right: 1rem;
    z-index: 99;
    background: #b91c1c;
    padding: 0.5rem 0.8rem;
    border-radius: 30px;
}

.btn-up:hover {
    background: #dc2626;
}

/* Navigation Bottom */
.nav-bottom {
    position: fixed;
    bottom: 0;
    display: flex;
    z-index: 11;
    overflow: hidden;
    width: 100%;
    background: #0f0f0f;
    border-top: 1px solid #b91c1c;
}

.item-nav-bottom {
    background: transparent;
    color: white;
    font-weight: 600;
    text-align: center;
    font-size: 0.75rem;
    padding: 0.5rem;
    transition: 0.2s;
}

.item-nav-bottom:hover {
    background: #b91c1c;
    cursor: pointer;
}

.item-nav-bottom p {
    margin: 0;
    padding: 0;
}

/* Game Card */
.game-card {
    background: linear-gradient(135deg, #1a1a2e 0%, #16213e 100%);
    border-radius: 12px;
    padding: 12px;
    margin-bottom: 15px;
    transition: transform 0.2s, box-shadow 0.2s;
    border: 1px solid rgba(185, 28, 28, 0.3);
    position: relative;
    overflow: hidden;
}

.game-card:hover {
    transform: translateY(-3px);
    border-color: #b91c1c;
    box-shadow: 0 8px 20px rgba(0,0,0,0.4);
}

.game-img {
    width: 100%;
    aspect-ratio: 1 / 1;
    object-fit: cover;
    border-radius: 8px;
    display: block;
}

.hot-game {
    background-repeat: no-repeat !important;
    position: absolute;
    width: 2.8rem;
    top: -0.2rem;
    left: -0.2rem;
    z-index: 2;
    background-size: contain;
    background: url('/assets/images/icon/hot.gif');
}

/* RTP Section - Bar Persentase */
.rtp-section {
    display: flex;
    align-items: center;
    gap: 10px;
    margin: 12px 0;
    background: #1a1a2a;
    padding: 4px 10px;
    border-radius: 40px;
}

.percent-bar-wrapper {
    flex: 1;
    height: 28px;
    background: #2a2a2a;
    border-radius: 40px;
    overflow: hidden;
    position: relative;
}

.percent-bar-fill {
    height: 100%;
    border-radius: 40px;
    transition: width 0.3s ease;
    background-image: linear-gradient(45deg, rgba(255,255,255,.3) 25%, transparent 25%, transparent 50%, rgba(255,255,255,.3) 50%, rgba(255,255,255,.3) 75%, transparent 75%, transparent);
    background-size: 0.8rem 0.8rem;
    animation: progress-bar-stripes 0.6s linear infinite;
}

.rtp-value {
    font-size: 14px;
    font-weight: 800;
    min-width: 50px;
    text-align: right;
    color: white;
    background: #0f0f0f;
    padding: 4px 12px;
    border-radius: 40px;
}

/* Tombol POLA MAIN */
.pola-trigger {
    background: #b91c1c;
    padding: 8px 12px;
    text-align: center;
    border-radius: 8px;
    font-size: 12px;
    font-weight: 600;
    cursor: pointer;
    transition: all 0.2s;
    color: white;
    display: block;
    width: 100%;
    border: none;
}

.pola-trigger:hover {
    background: #dc2626;
    transform: scale(1.02);
}

/* Popup */
.pola-popup-active {
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 320px;
    max-width: 90%;
    background: #1a1a2e;
    border-radius: 12px;
    box-shadow: 0 8px 24px rgba(0,0,0,0.5);
    border: 1px solid #b91c1c;
    z-index: 10000;
    animation: popupFadeIn 0.2s ease;
}

@keyframes popupFadeIn {
    from {
        opacity: 0;
        transform: translate(-50%, -50%) scale(0.9);
    }
    to {
        opacity: 1;
        transform: translate(-50%, -50%) scale(1);
    }
}

.pola-popup-content {
    padding: 15px;
}

.pola-popup-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    border-bottom: 1px solid #333;
    margin-bottom: 12px;
    padding-bottom: 8px;
}

.pola-popup-header h4 {
    margin: 0;
    font-size: 14px;
    color: #fff;
    font-weight: 600;
}

.pola-popup-close {
    cursor: pointer;
    font-size: 22px;
    color: #999;
    transition: color 0.2s;
    line-height: 1;
}

.pola-popup-close:hover {
    color: #b91c1c;
}

.pola-popup-body {
    max-height: 400px;
    overflow-y: auto;
}

.rtp-badge {
    display: inline-block;
    padding: 4px 12px;
    border-radius: 20px;
    font-size: 12px;
    font-weight: 600;
    margin-bottom: 12px;
}

.pola-steps h5 {
    font-size: 12px;
    margin: 10px 0 8px 0;
    color: #f59e0b;
}

.step-item {
    font-size: 11px;
    padding: 5px 0;
    color: #ccc;
    border-bottom: 1px dashed #333;
}

.step-item:last-child {
    border-bottom: none;
}

.info-gacor {
    background: #0f0f1a;
    padding: 8px 10px;
    border-radius: 8px;
    margin: 10px 0;
    font-size: 11px;
    line-height: 1.6;
}

.info-gacor div {
    margin: 3px 0;
}

.saran {
    font-size: 11px;
    padding: 8px;
    background: rgba(185, 28, 28, 0.2);
    border-radius: 6px;
    margin-top: 8px;
    border-left: 3px solid #b91c1c;
}

/* Header Premium */
.header-premium {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 12px;
    margin-bottom: 1.5rem;
    position: relative;
}

.datetime-wrapper {
    font-size: 0.85rem;
    white-space: nowrap;
    order: 1;
}

.title-game {
    order: 2;
    margin: 0;
    text-align: center;
    font-size: 1.2rem;
}

.search-wrapper {
    order: 3;
    width: 100%;
    max-width: 400px;
    margin: 0 auto;
}

.row.g-0 {
    display: flex;
    gap: 15px;
    margin-bottom: 1rem;
}

.row.g-0 .col {
    flex: 1;
}

.btn-credit {
    width: 100%;
    border-radius: 8px;
}

#search-game {
    border-radius: 40px;
    padding: 0.5rem 1rem;
    width: 100%;
    background: rgba(0,0,0,0.5);
    border: 1px solid rgba(255,255,255,0.2);
    color: white;
}

#search-game::placeholder {
    color: #ccc;
}

#search-game:focus {
    outline: none;
    border-color: #c40000;
}

/* Responsive */
@media (min-width: 768px) {
    .header-premium {
        flex-direction: row;
        flex-wrap: wrap;
        justify-content: space-between;
    }
    
    .datetime-wrapper {
        order: 1;
        flex: 1;
    }
    
    .title-game {
        order: 2;
        position: absolute;
        left: 50%;
        transform: translateX(-50%);
        white-space: nowrap;
    }
    
    .search-wrapper {
        order: 3;
        flex: 1;
        max-width: 250px;
        margin: 0;
        margin-left: auto;
    }
}

@media (max-width: 767px) {
    .title-game {
        font-size: 1rem;
    }
    
    .datetime-wrapper {
        font-size: 0.7rem;
    }
}

.container {
    max-width: 1200px;
    margin-left: auto;
    margin-right: auto;
    padding-left: 15px;
    padding-right: 15px;
}

@media (max-width: 1200px) {
    .container {
        max-width: 100%;
    }
}:root {
    --smaller-font: 0.7rem;
    --small-font: 0.875rem;
    --normal-font: 1rem;
    --medium-font: 1.125rem;
    --large-font: 1.5rem;
    --x-large-font: 2rem;
    --bg-color: #0a0a0a;
    --text-first: #ffffff;
    --text-second: #0a0a0a;
    --first-color: #b91c1c;
    --second-color: #1c0a0a;
    --third-color: #dc2626;
    --fourth-color: #991b1b;
    --fifth-color: #c53030;
    --g1: #dc2626;
    --g2: #7f1d1d;
    --o-color: #fbbf24;
}

.logo img {
    width: 19rem;
    display: block;
    margin-left: auto;
    margin-right: auto;
    margin-top: 1.9rem;
    margin-bottom: 1rem;
}

.bg-theme {
    background: var(--bg-color);
    padding: 0.5rem;
}

/* Slider */
.slider, .swiper {
    width: 100%;
    max-width: 100%;
}

.slider {
    padding: 0.15rem;
}

.slider-img {
    width: 100%;
    max-width: 100%;
    display: block;
    margin-left: auto;
    margin-right: auto;
    border-radius: 10px;
}

.slider-wrapper {
    background: #0a0a0a;
    height: 100%;
    border-bottom: 2px solid #b91c1c;
    margin-bottom: 0.2rem;
    border-radius: 16px 16px 0 0;
    overflow: hidden;
}

.running-text {
    background: #b91c1c;
    font-weight: 600;
    text-transform: uppercase;
    font-size: 0.9rem;
    color: white;
    padding: 0.2rem;
}

/* Provider List */
.icon-prov {
    background: #141414;
    display: flex;
    position: relative;
    overflow: auto !important;
    border-radius: 4px;
    padding: 0.3rem;
    gap: 0.2rem;
    margin-bottom: 0 !important;
}

.icon-card-bg {
    cursor: pointer;
    padding: 0.2rem 0.5rem !important;
    color: white;
    transition: 0.2s;
    border-radius: 10px;
}

.icon-card-bg:hover {
    background: #b91c1c;
}

.icon-card-bg p {
    font-size: 0.7rem;
    font-weight: 600;
    text-align: center;
    white-space: nowrap;
    text-transform: uppercase;
    margin-top: 0.2rem;
}

.img-prov {
    display: block;
    margin: 0 auto;
    width: 1.8rem;
}

.item-prov {
    padding: 0 0.3rem;
}

/* Buttons */
.btn-credit {
    background: #b91c1c;
    box-shadow: 0 2px 6px rgba(0,0,0,0.3);
    padding: 0.7rem;
    color: white;
    border: none;
    font-weight: 600;
    border-radius: 8px;
    transition: 0.2s;
    width: 100%;
}

.btn-credit:hover {
    background: #dc2626;
    transform: translateY(-1px);
    cursor: pointer;
}

.btn-up {
    display: none;
    position: fixed;
    bottom: 4rem;
    right: 1rem;
    z-index: 99;
    background: #b91c1c;
    padding: 0.5rem 0.8rem;
    border-radius: 30px;
}

.btn-up:hover {
    background: #dc2626;
}

/* Navigation Bottom */
.nav-bottom {
    position: fixed;
    bottom: 0;
    display: flex;
    z-index: 11;
    overflow: hidden;
    width: 100%;
    background: #0f0f0f;
    border-top: 1px solid #b91c1c;
}

.item-nav-bottom {
    background: transparent;
    color: white;
    font-weight: 600;
    text-align: center;
    font-size: 0.75rem;
    padding: 0.5rem;
    transition: 0.2s;
}

.item-nav-bottom:hover {
    background: #b91c1c;
    cursor: pointer;
}

.item-nav-bottom p {
    margin: 0;
    padding: 0;
}

/* Game Card */
.game-card {
    background: linear-gradient(135deg, #1a1a2e 0%, #16213e 100%);
    border-radius: 12px;
    padding: 12px;
    margin-bottom: 15px;
    transition: transform 0.2s, box-shadow 0.2s;
    border: 1px solid rgba(185, 28, 28, 0.3);
    position: relative;
    overflow: hidden;
}

.game-card:hover {
    transform: translateY(-3px);
    border-color: #b91c1c;
    box-shadow: 0 8px 20px rgba(0,0,0,0.4);
}

.game-img {
    width: 100%;
    aspect-ratio: 1 / 1;
    object-fit: cover;
    border-radius: 8px;
    display: block;
}

.hot-game {
    background-repeat: no-repeat !important;
    position: absolute;
    width: 2.8rem;
    top: -0.2rem;
    left: -0.2rem;
    z-index: 2;
    background-size: contain;
    background: url('/assets/images/icon/hot.gif');
}

/* RTP Section - Bar Persentase */
.rtp-section {
    display: flex;
    align-items: center;
    gap: 10px;
    margin: 12px 0;
    background: #1a1a2a;
    padding: 4px 10px;
    border-radius: 40px;
}

.percent-bar-wrapper {
    flex: 1;
    height: 28px;
    background: #2a2a2a;
    border-radius: 40px;
    overflow: hidden;
    position: relative;
}

.percent-bar-fill {
    height: 100%;
    border-radius: 40px;
    transition: width 0.3s ease;
    background-image: linear-gradient(45deg, rgba(255,255,255,.3) 25%, transparent 25%, transparent 50%, rgba(255,255,255,.3) 50%, rgba(255,255,255,.3) 75%, transparent 75%, transparent);
    background-size: 0.8rem 0.8rem;
    animation: progress-bar-stripes 0.6s linear infinite;
}

.rtp-value {
    font-size: 14px;
    font-weight: 800;
    min-width: 50px;
    text-align: right;
    color: white;
    background: #0f0f0f;
    padding: 4px 12px;
    border-radius: 40px;
}

/* Tombol POLA MAIN */
.pola-trigger {
    background: #b91c1c;
    padding: 8px 12px;
    text-align: center;
    border-radius: 8px;
    font-size: 12px;
    font-weight: 600;
    cursor: pointer;
    transition: all 0.2s;
    color: white;
    display: block;
    width: 100%;
    border: none;
}

.pola-trigger:hover {
    background: #dc2626;
    transform: scale(1.02);
}

/* Popup */
.pola-popup-active {
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 320px;
    max-width: 90%;
    background: #1a1a2e;
    border-radius: 12px;
    box-shadow: 0 8px 24px rgba(0,0,0,0.5);
    border: 1px solid #b91c1c;
    z-index: 10000;
    animation: popupFadeIn 0.2s ease;
}

@keyframes popupFadeIn {
    from {
        opacity: 0;
        transform: translate(-50%, -50%) scale(0.9);
    }
    to {
        opacity: 1;
        transform: translate(-50%, -50%) scale(1);
    }
}

.pola-popup-content {
    padding: 15px;
}

.pola-popup-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    border-bottom: 1px solid #333;
    margin-bottom: 12px;
    padding-bottom: 8px;
}

.pola-popup-header h4 {
    margin: 0;
    font-size: 14px;
    color: #fff;
    font-weight: 600;
}

.pola-popup-close {
    cursor: pointer;
    font-size: 22px;
    color: #999;
    transition: color 0.2s;
    line-height: 1;
}

.pola-popup-close:hover {
    color: #b91c1c;
}

.pola-popup-body {
    max-height: 400px;
    overflow-y: auto;
}

.rtp-badge {
    display: inline-block;
    padding: 4px 12px;
    border-radius: 20px;
    font-size: 12px;
    font-weight: 600;
    margin-bottom: 12px;
}

.pola-steps h5 {
    font-size: 12px;
    margin: 10px 0 8px 0;
    color: #f59e0b;
}

.step-item {
    font-size: 11px;
    padding: 5px 0;
    color: #ccc;
    border-bottom: 1px dashed #333;
}

.step-item:last-child {
    border-bottom: none;
}

.info-gacor {
    background: #0f0f1a;
    padding: 8px 10px;
    border-radius: 8px;
    margin: 10px 0;
    font-size: 11px;
    line-height: 1.6;
}

.info-gacor div {
    margin: 3px 0;
}

.saran {
    font-size: 11px;
    padding: 8px;
    background: rgba(185, 28, 28, 0.2);
    border-radius: 6px;
    margin-top: 8px;
    border-left: 3px solid #b91c1c;
}

/* Header Premium */
.header-premium {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 12px;
    margin-bottom: 1.5rem;
    position: relative;
}

.datetime-wrapper {
    font-size: 0.85rem;
    white-space: nowrap;
    order: 1;
}

.title-game {
    order: 2;
    margin: 0;
    text-align: center;
    font-size: 1.2rem;
}

.search-wrapper {
    order: 3;
    width: 100%;
    max-width: 400px;
    margin: 0 auto;
}

.row.g-0 {
    display: flex;
    gap: 15px;
    margin-bottom: 1rem;
    margin-top: 5px;
}

.row.g-0 .col {
    flex: 1;
}

#search-game {
    border-radius: 40px;
    padding: 0.5rem 1rem;
    width: 100%;
    background: rgba(0,0,0,0.5);
    border: 1px solid rgba(255,255,255,0.2);
    color: white;
}

#search-game::placeholder {
    color: #ccc;
}

#search-game:focus {/* PREMIUM ULTIMATE PATCH - SELLER303 
   Focus: Glassmorphism, Elegant Spacing, & Background Visibility
*/

:root {
    --primary: #b91c1c;
    --primary-dark: #7f1d1d;
    --glass: rgba(0, 0, 0, 0.65);
    --glass-light: rgba(255, 255, 255, 0.05);
    --border-glass: rgba(255, 255, 255, 0.1);
}

/* --- Base Setup --- */
body {
    background-color: #000;
    font-family: 'Segoe UI', Roboto, Helvetica, Arial, sans-serif;
    color: #fff;
    margin: 0;
}

.container {
    max-width: 1100px;
    margin: 0 auto;
    padding: 0 10px;
}

/* --- Logo --- */
.logo img {
    width: 18rem;
    display: block;
    margin: 1.5rem auto;
    filter: drop-shadow(0 0 10px rgba(185, 28, 28, 0.5));
}

/* --- Banner & Marquee --- */
.slider-wrapper {
    background: #000;
    border-radius: 15px 15px 0 0;
    overflow: hidden;
    border: 1px solid var(--border-glass);
    margin-bottom: 8px;
}

.running-text {
    background: linear-gradient(90deg, var(--primary-dark), var(--primary), var(--primary-dark));
    padding: 6px 0;
    font-weight: 700;
    font-size: 0.85rem;
    text-transform: uppercase;
    border-bottom: 1px solid var(--border-glass);
}

/* --- Buttons (Premium Glow) --- */
.row.g-0 {
    display: flex;
    gap: 8px;
    margin-bottom: 12px;
}

.btn-credit {
    background: linear-gradient(to bottom, #dc2626, #991b1b);
    border: 1px solid rgba(255,255,255,0.2);
    color: #fff;
    padding: 10px;
    font-weight: 800;
    text-transform: uppercase;
    border-radius: 8px;
    width: 100%;
    cursor: pointer;
    transition: 0.3s;
    box-shadow: 0 4px 15px rgba(0,0,0,0.5);
}

.btn-credit:hover {
    filter: brightness(1.2);
    transform: translateY(-2px);
}

/* --- Provider List (Elegant & Hidden Scroll) --- */
.icon-prov {
    background: var(--glass);
    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px);
    display: flex;
    overflow-x: auto;
    padding: 10px;
    gap: 4px;
    border-radius: 10px;
    border: 1px solid var(--border-glass);
    margin-bottom: 15px !important;
    scrollbar-width: none; /* Firefox */
}

.icon-prov::-webkit-scrollbar {
    display: none; /* Chrome/Safari */
}

.item-prov {
    flex: 0 0 auto;
}

.icon-card-bg {
    padding: 8px 12px !important;
    border-radius: 8px;
    text-align: center;
    transition: 0.3s;
    background: rgba(255,255,255,0.03);
}

.icon-card-bg:hover, .item-prov.active .icon-card-bg {
    background: var(--primary);
    box-shadow: 0 0 15px var(--primary);
}

.icon-card-bg p {
    font-size: 0.65rem;
    font-weight: 700;
    margin-top: 5px;
    color: #fff !important;
}

.img-prov {
    width: 1.8rem;
    height: auto;
}

/* --- Game Container (Transparent Glass) --- */
.bg-theme {
    background: var(--glass);
    backdrop-filter: blur(15px);
    -webkit-backdrop-filter: blur(15px);
    border-radius: 15px;
    padding: 15px;
    border: 1px solid var(--border-glass);
}

.header-premium {
    text-align: center;
    margin-bottom: 20px;
}

.title-game {
    font-size: 1.2rem;
    font-weight: 900;
    text-shadow: 0 0 10px rgba(255,255,255,0.3);
}

#search-game {
    background: rgba(255,255,255,0.05);
    border: 1px solid var(--border-glass);
    color: #fff;
    border-radius: 25px;
    padding: 8px 20px;
    width: 80%;
    margin-top: 10px;
}

/* --- Game Card --- */
.game-card {
    background: rgba(255,255,255,0.03);
    border: 1px solid var(--border-glass);
    border-radius: 12px;
    padding: 10px;
    transition: 0.3s;
}

.game-card:hover {
    background: rgba(255,255,255,0.08);
    transform: scale(1.03);
}

/* --- RTP Bar --- */
.percent-bar-wrapper {
    height: 22px;
    background: #1a1a1a;
    border-radius: 15px;
    overflow: hidden;
    border: 1px solid rgba(255,255,255,0.1);
}

.rtp-value {
    font-size: 11px;
    font-weight: 900;
}

/* --- Bottom Nav --- */
.nav-bottom {
    background: rgba(10, 10, 10, 0.9);
    backdrop-filter: blur(10px);
    border-top: 1px solid var(--primary);
    height: 65px;
}

.item-nav-bottom p {
    font-size: 0.7rem;
    font-weight: 700;
}
    outline: none;
    border-color: #c40000;
}

/* Responsive */
@media (min-width: 768px) {
    .header-premium {
        flex-direction: row;
        flex-wrap: wrap;
        justify-content: space-between;
    }
    
    .datetime-wrapper {
        order: 1;
        flex: 1;
    }
    
    .title-game {
        order: 2;
        position: absolute;
        left: 50%;
        transform: translateX(-50%);
        white-space: nowrap;
    }
    
    .search-wrapper {
        order: 3;
        flex: 1;
        max-width: 250px;
        margin: 0;
        margin-left: auto;
    }
}

@media (max-width: 767px) {
    .title-game {
        font-size: 1rem;
    }
    
    .datetime-wrapper {
        font-size: 0.7rem;
    }
}

.container {
    max-width: 1200px;
    margin-left: auto;
    margin-right: auto;
    padding-left: 15px;
    padding-right: 15px;
}

@media (max-width: 1200px) {
    .container {
        max-width: 100%;
    }
}