* {
    box-sizing: border-box;
}
body {
    font-family: "Comic Sans MS", Arial, sans-serif;
    background-color: #ffffff;
    color: #000000;
    margin: 0;
    padding: 10px;
    display: flex;
    justify-content: center;
}
.container {
    width: 900px;
    border: none;
    background-color: #fff;
}
.header {
    position: relative;
    height: 68px;
    background-image: url('Banner.jpg'); 
    background-repeat: no-repeat;
    background-size: cover;
    border: 1px solid #000;
}
.header-logo {
    position: absolute;
    left: 255px;
    top: -2px;
    height: 70px;
    border: none;
}
.header-play-now {
    position: absolute;
    right: 15px;
    top: 12px;
    height: 38px;
    border: none;
}
.navbar {
    background-color: #6E99C9;
    color: white;
    padding: 5px 0;
    text-align: center;
    font-size: 18px;
    border-left: 1px solid #000;
    border-right: 1px solid #000;
    border-bottom: 1px solid #000;
}
.navbar a {
    color: white;
    text-decoration: none;
    padding: 0 6px;
    font-weight: normal;
}
.navbar a:hover {
    text-decoration: underline;
}
.content-wrapper {
    display: flex;
    padding: 10px 0;
    gap: 10px;
} 
.sidebar {
    width: 160px;
    flex-shrink: 0;
}
.login-box {
    border: 1px solid #000;
    background-color: #E2E2E2;
    margin-bottom: 25px;
}
.login-header {
    background-color: #CCCCCC;
    padding: 3px 5px;
    font-size: 11px;
    font-family: Arial, sans-serif;
    border-bottom: 1px solid #000;
    color: #333;
}
.login-form {
    padding: 6px;
}
.login-form label {
    font-size: 11px;
    font-weight: bold;
    display: block;
    margin-top: 4px;
}
.login-form input[type="text"], 
.login-form input[type="password"] {
    width: 100%;
    height: 20px;
    margin-top: 2px;
    margin-bottom: 4px;
    border: 1px dashed #777;
    background-color: #fff;
    padding: 2px;
}
.login-form .btn-container {
    text-align: center;
    margin-top: 6px;
}
.login-form input[type="submit"] {
    font-size: 11px;
    padding: 1px 8px;
    font-family: Arial, sans-serif;
}
.login-form .forgot {
    display: block;
    text-align: center;
    font-size: 9px;
    color: #555;
    margin-top: 8px;
    text-decoration: none;
    font-family: Arial, sans-serif;
}
.main-content {
    flex-grow: 1;
    border: 1px solid #000;
    padding: 12px 15px;
    background-color: #EEEEEE;
    position: relative;
    min-height: 410px;
}
.main-title {
    font-size: 24px;
    margin: 0 0 2px 0;
    color: #2e2e2e;
    font-weight: bold;
}
.subtitle {
    font-weight: bold;
    font-size: 14px;
    margin-bottom: 15px;
    color: #2e2e2e;
}
.features-layout {
    display: flex;
    justify-content: space-between;
}
.features-list {
    width: 310px;
}
.feature-item {
    display: flex;
    margin-bottom: 15px;
    align-items: flex-start;
}
.feature-item img {
    width: 50px;
    height: 50px;
    margin-right: 10px;
    border: none !important;
    background: transparent;
}
.feature-text h4 {
    margin: 0 0 2px 0;
    font-size: 15px;
    color: #000;
}
.feature-text p {
    margin: 0;
    font-size: 11px;
    color: #333;
    line-height: 1.2;
}
.coppa-box {
    position: absolute;
    left: 15px;
    bottom: 12px;
    display: inline-block;
    border: 1px solid #000;
    padding: 0;
    background-color: #fff;
}
.coppa-seal {
    display: block;
    width: 125px;
    height: 125px;
    border: none;
}
.media-section {
    width: 380px;
    display: flex;
    flex-direction: column;
    align-items: flex-end;
}
.video-container {
    width: 400px;
    height: 326px;
}
.media-bottom {
    width: 100%;
    display: flex;
    align-items: flex-end;
    justify-content: flex-end;
    margin-top: 10px;
    gap: 10px;
}
.works-with {
    font-size: 10px;
    color: #555;
    text-align: right;
    line-height: 1.1;
    font-family: Arial, sans-serif;
}
.fakedownload-link {
    display: inline-block;
    cursor: pointer;
}
.fakedownload-link img {
    display: block;
    cursor: pointer;
}
.fakedownload-btn {
    height: 48px;
    border: none !important;
}
.cool-places-wrapper {
    margin-top: 5px;
    height: 100px;
    width: 100%;
}
.footer {
    text-align: center;
    font-size: 10px;
    color: #333;
    margin-top: 10px;
    padding-bottom: 15px;
    line-height: 1.3;
    font-family: Arial, sans-serif;
}
.footer a {
    color: #0000EE;
    text-decoration: underline;
}
hr {
    border: 0;
    border-top: 1px solid #000;
    margin: 15px 0 10px 0;
}
.games-page {
    display: flex;
    align-items: flex-start;
    gap: 28px;
    padding: 0 0 10px 0;
}
.games-filters {
    flex: 0 0 167px;
    font-family: Arial, sans-serif;
    font-size: 13px;
}
.games-filters h1 {
    margin: 0 0 10px;
    color: #111;
    font-family: Arial, sans-serif;
    font-size: 27px;
    font-weight: normal;
    line-height: 1;
}
.games-filters h1 img {
    width: 14px;
    height: 14px;
    vertical-align: 3px;
}
.filter-group {
    margin: 0;
}
.filter-group h2 {
    margin: 0 0 10px;
    color: #111;
    font-size: 15px;
    font-weight: normal;
}
.filter-option {
    display: block;
    position: relative;
    margin: 0 0 4px;
    color: #0000ee;
    line-height: 1.15;
    text-decoration: none;
}
.filter-option:hover {
    text-decoration: underline;
}
.filter-option.active {
    padding-left: 19px;
    font-weight: bold;
}
.filter-option.active::before {
    content: "";
    position: absolute;
    top: 1px;
    left: 3px;
    width: 11px;
    height: 11px;
    border: 1px solid #c44362;
    background: linear-gradient(#e77d97, #c74765);
}
.time-filters {
    margin-top: 35px;
}
.games-list {
    flex: 1 1 auto;
    min-width: 0;
}
.games-list {
    display: grid;
    grid-template-columns: repeat(3, 162px);
    gap: 21px;
    align-items: start;
}
.game-card {
    width: 100%;
    min-width: 0;
    font-family: Arial, sans-serif;
    font-size: 11px;
    line-height: 1.25;
}
.game-thumbnail {
    display: block;
    width: 100%;
    height: 102px;
    border: 1px solid #000;
    overflow: hidden;
}
.game-thumbnail img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.game-title {
    display: block;
    margin-top: 4px;
    color: #0000ee;
    font-weight: bold;
    text-decoration: none;
}
.game-title:hover {
    text-decoration: underline;
}
.game-details {
    margin-top: 3px;
    color: #000;
}
.game-details strong {
    font-weight: bold;
}
.game-players {
    color: #ff0000;
    font-weight: bold;
}
@media (max-width: 620px) {
    .games-list {
        grid-template-columns: repeat(2, 162px);
    }
}
@media (max-width: 400px) {
    .games-list {
        grid-template-columns: 162px;
    }
}