* {
    box-sizing: border-box;
}

body {
    margin: 0;
    font-family: "Lato", sans-serif;
    font-weight: 400;
    font-size: 18px;
    line-height: 1.6;
    color: #000;
    background-color: #ffffff;
}
.lato-thin {
    font-family: "Lato", sans-serif;
    font-weight: 100;
    font-style: normal;
}

.lato-light {
font-family: "Lato", sans-serif;
font-weight: 300;
font-style: normal;
}

.lato-regular {
font-family: "Lato", sans-serif;
font-weight: 400;
font-style: normal;
}

.lato-bold {
font-family: "Lato", sans-serif;
font-weight: 700;
font-style: normal;
}

.lato-black {
font-family: "Lato", sans-serif;
font-weight: 900;
font-style: normal;
}

.lato-thin-italic {
font-family: "Lato", sans-serif;
font-weight: 100;
font-style: italic;
}

.lato-light-italic {
font-family: "Lato", sans-serif;
font-weight: 300;
font-style: italic;
}

.lato-regular-italic {
font-family: "Lato", sans-serif;
font-weight: 400;
font-style: italic;
}

.lato-bold-italic {
font-family: "Lato", sans-serif;
font-weight: 700;
font-style: italic;
}

.lato-black-italic {
font-family: "Lato", sans-serif;
font-weight: 900;
font-style: italic;
}
.semibold {
    font-weight: 700;
    opacity: 0.92;
}

/* ---------- Header ---------- */
body {
    position: relative;
}
.site-header {
    position: fixed;
    top: 0;
    left: 0;
    background-image:
    radial-gradient(circle at 80% 0%, rgba(255, 255, 255, 0.20) 0, transparent 55%), linear-gradient(135deg, rgba(0, 50, 102, 1) 0%, #06408a 40%, #032352 100%);
    box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
    width: 100%;
    height: 50px;
    z-index: 10;
}

.search-bar {
    border: 1px solid rgba(114, 181, 244, 1);
    border-radius: 5px;
    height: 30px;
    padding: 3px;
}
.form-row {
    display: flex;
    gap: 10px;
    align-items: center;
}
.form-row button {
    border: none;
    background: none;
    outline: none;
    width: 25px;
    height: 25px;
    padding: 0;
}
.form-row button svg {
    width: 25px;
    height: 25px; 
}
.form-row input {
    border: none;
    background: none;
    color: rgba(114, 181, 244, 1);
    font-size: 18px;
    font-weight: 400;
    line-height: 1;
    outline: none;
    padding: 0 0 5px;
    height: 22px;
    font-family: "Lato", sans-serif;
    font-weight: 400;
}
.form-row input::placeholder {
    color: rgba(114, 181, 244, 1);
    font-weight: 400;
}
.topbar-inner { 
    max-width: 1200px;
    margin: 0 auto;
    padding: 8px 20px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    font-size: 18px;
}

.brand {
    font-weight: 700;
    letter-spacing: 0.06em;
}

.top-nav a {
    color: #ffffff;
    margin-left: 16px;
    text-decoration: none;
    opacity: 0.9;
}

.top-nav a:hover {
    text-decoration: underline;
    opacity: 1;
}

.hero {
    background-image:
    radial-gradient(circle at 80% 0%, rgba(255, 255, 255, 0.20) 0, transparent 55%), linear-gradient(135deg, rgba(0, 50, 102, 1) 0%, #06408a 40%, #032352 100%);
    padding: 90px 0 100px;
    margin-bottom: 40px;
}

.hero h1 {
    margin: 0 0 20px;
    line-height: 1.3;
    color: rgba(255, 255, 255, 1);
    font-size: 36px;
    font-weight: 600;
}

.hero-subtitle {
    margin: 0;
    font-size: 18px;
    color: rgba(255, 255, 255, 1);
}

/* ---------- Layout ---------- */
.container-text {
    max-width: 962px;
}
.container-text p {
    margin: 0 0 20px;
}
.container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 20px;
}
.section {
    margin-bottom: 32px;
    width: 100%;
}

.section-intro {
    margin-bottom: 10px;
    font-style: italic;
}
.title {
    font-size: 28px;
    font-weight: 600;
    position: relative;
    color: #000;
}
h3.title {
    font-size: 24px;
    font-weight: 600;
    position: relative;
    color: #000;
}
.title:after {
    position: absolute;
    content:"";
    display: block;
    width: 204px;
    height: 2px;
    background: rgba(128, 174, 223, 1);
    left: 0;
    bottom: 0;
}

h3 {
    margin: 18px 0 8px;
    font-size: 15px;
    color: #113f6b;
}

p {
    margin: 0 0 10px;
}

ul {
    margin: 0 0 10px 18px;
    padding: 0;
}
.nodisk {
    list-style: none;
    padding: 0 0 10px 0;
    margin: 0 0 10px 0;
}
li {
    margin-bottom: 4px;
}

.note {
    font-size: 12px;
    color: #666;
}

/* ---------- Tables ---------- */

.table-wrapper {
    margin-top: 8px;
    overflow-x: auto;
    margin-bottom: 20px;
}

.data-table {
    width: 100%;
    border-collapse: collapse;
    font-size: 16px;
    border-radius: 5px 5px 0 0;
}

.data-table thead th {
    background-color: #80AEDF;
    padding: 8px 10px;
    text-align: left;
    white-space: nowrap;
    color: #113f6b;
    font-size: 16px;
}
.data-table thead th.br:last-child {
    border-radius: 5px 5px 0 0;
}
.data-table thead .text-center th {
    text-align: center;
}
.data-table thead .no-br th {
    border-radius: 0!important;
}
.data-table thead th:first-child {
    border-radius: 5px 0 0 0;
}
.data-table thead th:last-child {
    border-radius: 0 5px 0 0;
}
.data-table tbody td {
    padding: 8px 10px;
    font-size: 16px;
}

.data-table tbody tr:nth-child(odd) {
    background-color: #EDF6FF;
}

.data-table tbody tr:nth-child(even) {
    background-color: #ffffff;
}


/* ---------- FAQ ---------- */

.faq-item {
    border-width: 1px 1px 1px 5px;
    border-radius: 5px;
    padding: 10px;
    border-style: solid;
    border-color: #80AEDF;
    margin: 0 0 20px;
    box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.07);

}
.faq-item h3 {
    color: #1F323B;
    font-size: 16px;
    font-weight: 700;
    margin: 0 0 10px;
}
.faq-item p {
    color: #1F323B;
    font-size: 16px;
    font-weight: 500;
    margin: 0;
}
/* ---------- Footer ---------- */

.site-footer {
    background-color: rgba(1, 38, 75, 1);
    color: #ffffff;
    font-size: 16px;
    padding: 18px 0;
}
.footer-logo {
    font-weight: 700;
    margin-bottom: 6px;
    letter-spacing: 0.08em;
    padding: 0 0 10px;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 20px;
    border-bottom: 1px solid rgba(38, 144, 176, 1);
}
.footer-copy {
    text-align: center;
    padding: 20px;
    font-size: 16px;
    font-weight: 600;

}
.casino-list {
    width: 100%;
    display: flex;
    gap: 20px;
    flex-direction: column;
    margin: -120px 0 50px;
}
.casino-list-item {
    display: inline-flex;
    flex-direction: row;
    justify-content: space-between;
    border: 2px solid #7EABDA;
    padding: 20px;
    align-items: center;
    background: #fff;
}
.primary-btn {
    font-family: "Raleway", sans-serif;
    font-weight: 500;
    background: linear-gradient(180deg, #8EC6FB 0%, #2F70B3 99.38%);
    height: 46px;
    width: 220px;
    border-radius: 5px;
    font-size: 22px;
    color: rgba(30, 44, 55, 1);
    display: inline-flex;
    text-decoration: none;
    align-items: center;
    justify-content: center;
    transition: all 0.5s;
}
.primary-btn:hover {
    background: linear-gradient(180deg, #2F70B3 0%, #8EC6FB 99.38%);
}
.image-holder {
    display: inline-flex;
    flex-direction: column;
    gap: 5px;
}
.image-holder-wrap {
    width: 140px;
    height: 101px;
    border-radius: 10px;
    background: #07131B;
    align-items: center;
    justify-content: center;
    display: inline-flex;
}
.image-holder-wrap .bs {
    height: 40px;
    object-fit: contain;
}
.image-holder img {
    width: 140px;
    height: 101px; 
    border-radius: 10px;
    background: #07131B;
    display: block;
    margin:0;
}
.image-holder .rating {
    display: flex;
    align-items: center;
    font-size: 10px;
    color: #0A192A;
    font-weight: 600;
    justify-content: center;
    gap: 5px;
}
.image-holder .rating p {
    margin: 0;
}
.image-col {
    display: flex;
    align-items: center;
    gap: 20px;
}
.image-col {
    max-width: 30%;
    min-width: 30%;
}
.casino-list-item .col:last-child {
    max-width: 30%;
    min-width: 30%;
    display: inline-flex;
    justify-content: flex-end; 
}
.bonus-col {
    width: 35%;
    min-width: 35%;
}
.image-col h3 {
    margin: -20px 0 0;
    font-size: 16px;
    font-weight: 600;
    color: #0A192A;
}
.bonus-col .bonus {
    display: flex;
    justify-content: center;
    flex-direction: column;
    gap: 10px;
    min-width: 370px;
    width: 100%;
    color: #0A192A;
}
.bonus-col .bonus strong {
    display: block;
    width: 100%;
    color: #0A192A;
    font-size: 28px;
    font-weight: 600;
    line-height: 1;
    font-family: "Raleway", sans-serif;
    border-bottom: 1px solid #7EABDA;
    padding: 0 0 10px;
    text-align: center;
}
.bonus-col .bonus ul {
    display: flex;
    justify-content: space-between;
    align-items: center;
    color: #0A192A;
    font-size: 14px;
    font-weight: 500;
    list-style: none;
    width: 100%;
    padding: 0;
    margin: 0;
}
.bonus-col .bonus ul li {
    margin: 0;
}
/* ---------- Responsive ---------- */
@media (max-width: 980px) {
    .casino-list-item {
        display: flex;
        flex-direction: column;
        gap: 20px;
    }
    .image-col {
        max-width: 100%;
        min-width: 100%;
    }
    .casino-list-item .col:last-child {
        max-width: 100%;
        min-width: 100%;
        display: inline-flex;
        justify-content: center; 
    }
    .bonus-col {
        width: 100%;
        min-width: 100%;
    }    
}
@media (max-width: 700px) {
    .casino-list-item {
        display: flex;
        flex-direction: column;
        gap: 20px;
    }
    .bonus-col .bonus {
        min-width: 100%;
    }
    .topbar-inner {
        flex-direction: row;
        align-items: center;
        gap: 6px;
    }
    .main-event-single-content,
    .footer-event-info  {
        flex-direction: column;
        padding: 0 10px;
    }

    .hero h1 {
        font-size: 20px;
    }

    .page {
        padding: 20px 0 32px;
    }
}
.hero-event {
    width: 100;
}
.main-event-single img,
.hero-event img {
    max-width: 100%;
    height: auto;
    object-fit: contain;
}
.page-event {
    width: 100%;
    max-width: 1440px;
    margin: 0 auto;
}
.main-event-single,
.main-event {
    width: 100%;
    max-width: 1200px;
    margin: 0 auto;
    padding-top: 50px;
    padding-bottom: 150px;
}
.main-event-single {
    padding-top: 20px;
    padding-bottom: 20px;
}
.main-event-single-post {
    width: 100%;
    max-width: 1200px;
    margin: 0 auto;
    padding-bottom: 100px;
}
.main-event-single-content {
    display: flex;
    gap: 50px;
}
.main-event-single-content strong {
    font-size: 20px;
    display: block;
    margin: 0 0 10px;
    font-weight: 400;
}
.main-event-single-content ul {
    list-style: none;
    margin: 0;
    padding: 0;
}
.main-event-single-content ul a {
    color: #000000;
    font-size: 16px;
    text-decoration: none;
}
.main-event-single-post img {
    display: block;
    width: 100%;
    max-width: 962px;
    object-fit: contain;
    margin: 0 0 20px;
    height: auto;    
}
.main-event img {
    display: block;
    width: 100%;
    object-fit: contain;
    margin: 0 auto 20px;
    height: auto;
}
.main-event-single h1 {
    text-align: left;
}
.main-event h1 {
    color: #000;
    font-weight: 600;
    font-size: 16px;
    font-family: "Microsoft Sans Serif";
    text-align: center;
}
.main-event p {
    font-size: 16px;
    text-align: center;
    margin: 0 0 50px;
}
.site-footer-event {
    width: 100%;
}
.site-footer-event ul {
    list-style: none;
    margin: 0;
    padding: 0;
}
.footer-inner-event {
    width: 100%;
    max-width: 1200px;
    margin: 0 auto;
}
.footer-event-info {
    display: flex;
    gap: 30px;
    align-items: center;
    justify-content: space-between;
}
.hero-event img {
    height: auto;
}
.footer-event-info ul {
    display: flex;
    flex-direction: column;
}
.footer-event-info li {
    margin: 0 0 20px;
    font-size: 18px;
    color: #000;
    display: inline-flex;
    align-items: center;
    gap: 20px;
}
.footer-event-info li a {
    text-decoration: none;
    font-size: 18px;
    color: #000;
}
.footer-event-info li a:hover {
    text-decoration: underline;
}
.footer-nav {
    flex-wrap: nowrap;
    width: 100%;
    padding: 50px 0;
}
.footer-nav ul {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    flex-direction: row;
}
.footer-nav li {
    color: #B0D7FF;
    font-size: 18px;
}
.footer-nav a {
    color: #B0D7FF;
    font-size: 18px;
    text-decoration: none;
}