body {
    font-family: 'Poppins', sans-serif;
    color: #333;
    line-height: 1.6;
    background-color: #f4f4f4;
}

.no-margin {
    margin: 0;
}

.no-padding {
    padding: 0;
}

.main-title {
    font-size: 2.8rem;
    font-weight: 700;
    margin-bottom: 40px;
    color: #212121;
    position: relative;
    padding-bottom: 10px;
}

.main-title::after {
    content: '';
    position: absolute;
    left: 50%;
    bottom: 0;
    transform: translateX(-50%);
    width: 80px;
    height: 4px;
    background-color: #2196f3;
    border-radius: 2px;
}

h1, h2, h3, h4, h5, h6 {
    font-weight: 600;
    color: #212121;
}
/* 
p {
    color: #555;
} */

.text-shadow-darken {
    text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.7);
}

.underline-link {
    text-decoration: underline;
}

#ageVerificationModal .modal-content {
    padding: 30px;
}
#ageVerificationModal .modal-footer {
    display: flex;
    flex-direction: row;
    justify-content: center;
    gap: 15px;
    background-color: #f5f5f5;
    padding: 15px;
    border-top: 1px solid #eee;
}
#ageVerificationModal .modal-footer .btn {
    margin: 0 10px;
}
#ageVerificationModal .small-text {
    font-size: 0.9rem;
    color: #777;
    margin-top: 20px;
}

.top-info-bar {
    padding: 10px 0;
    font-size: 0.9rem;
}

nav .brand-logo {
    display: flex;
    align-items: center;
    height: 100%;
    padding-left: 15px;
}
nav .brand-logo .logo-img {
    height: 40px;
    margin-right: 10px;
}
nav ul a {
    font-weight: 600;
}
nav .sidenav-trigger {
    height: 100%;
    line-height: 64px;
}

#hero-section {
    position: relative;
    background-size: cover;
    background-position: center;
    min-height: 600px;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    padding: 80px 0;
}
#hero-section::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(0, 0, 0, 0.5);
    z-index: 1;
}
#hero-section .container {
    position: relative;
    z-index: 2;
}
#hero-section h1 {
    font-size: 3.8rem;
    line-height: 1.2;
    margin-bottom: 20px;
}
#hero-section h5 {
    font-size: 1.8rem;
    margin-bottom: 30px;
}
#hero-section p.flow-text {
    font-size: 1.2rem;
    max-width: 800px;
    margin: 0 auto;
}

.platform-card {
    display: flex;
    align-items: center;
    margin-bottom: 20px;
    border-radius: 8px;
    box-shadow: 0 2px 5px rgba(0,0,0,0.1);
    transition: transform 0.2s ease-in-out;
}
.platform-card:hover {
    transform: translateY(-5px);
}
.platform-card .platform-logo-wrapper {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 20px;
    min-width: 180px;
    max-width: 180px;
    height: auto;
    border-right: 1px solid #eee;
}
.platform-card .platform-logo-wrapper img {
    max-width: 100%;
    max-height: 80px;
    object-fit: contain;
}
.platform-card .card-stacked {
    flex-grow: 1;
}
.platform-card .card-content.platform-details {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    padding: 20px;
    height: 100%;
}
.platform-card .platform-name {
    font-size: 1.8rem;
    font-weight: 700;
    margin-top: 0;
    margin-bottom: 5px;
    color: #2196f3;
}
.platform-card .bonus-text {
    font-size: 1.1rem;
    margin-bottom: 10px;
    color: #555;
}
.platform-card .rating-stars {
    display: flex;
    align-items: center;
    margin-bottom: 5px;
}
.platform-card .rating-stars .material-icons {
    font-size: 1.5rem;
    margin-right: 2px;
}
.platform-card .rating-value {
    font-size: 1.2rem;
    font-weight: 600;
    color: #ffb300;
    margin-left: 5px;
}
.platform-card .evaluation-text {
    font-size: 0.9rem;
    color: #777;
    margin-bottom: 10px;
}
.platform-card .payment-icons {
    display: flex;
    gap: 10px;
    margin-top: 10px;
}
.platform-card .payment-icons img {
    max-height: 30px;
    width: auto;
}
.platform-card .platform-button-wrapper {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    padding-left: 15px;
}
.platform-card .register-btn {
    font-weight: 700;
    padding: 0 30px;
    height: 55px;
    line-height: 55px;
}

.criteria-bg {
    background-size: cover;
    background-position: center;
    position: relative;
    padding: 60px 0;
}
.criteria-bg::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(0, 0, 0, 0.6);
    z-index: 1;
}
.criteria-bg .container {
    position: relative;
    z-index: 2;
}
.criteria-card {
    min-height: 250px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: center;
    border-radius: 8px;
    box-shadow: 0 2px 5px rgba(0,0,0,0.1);
}
.criteria-card .card-content {
    padding: 25px;
}
.criteria-card .material-icons {
    font-size: 3.5rem;
    margin-bottom: 15px;
}
.criteria-card .card-title {
    font-size: 1.5rem;
    font-weight: 700;
    margin-bottom: 10px;
}

.trust-card {
    min-height: 180px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: center;
    border-radius: 8px;
    box-shadow: 0 2px 5px rgba(0,0,0,0.1);
    margin-bottom: 20px;
}
.trust-card .material-icons {
    font-size: 3rem;
    margin-bottom: 15px;
}
.trust-card p {
    font-size: 1.1rem;
}

.comparison-bg {
    background-size: cover;
    background-position: center;
    position: relative;
    padding: 60px 0;
}
.comparison-bg::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(0, 0, 0, 0.7);
    z-index: 1;
}
.comparison-bg .container {
    position: relative;
    z-index: 2;
}
.comparison-table {
    background-color: rgba(255, 255, 255, 0.1);
    border-radius: 8px;
    overflow: hidden;
}
.comparison-table th, .comparison-table td {
    border-bottom: 1px solid rgba(255, 255, 255, 0.2);
    padding: 15px 20px;
    color: #fff;
    white-space: nowrap;
}
.comparison-table th {
    font-weight: 700;
    background-color: rgba(33, 150, 243, 0.8);
    position: sticky;
    top: 0;
    z-index: 10;
}
.comparison-table td .material-icons {
    vertical-align: middle;
    margin-right: 5px;
}
.comparison-table tr:hover {
    background-color: rgba(255, 255, 255, 0.15);
}

.editor-rating-card {
    border-radius: 8px;
    box-shadow: 0 4px 10px rgba(0,0,0,0.15);
    padding: 20px;
}
.editor-rating-card .card-title {
    font-size: 2rem;
    font-weight: 700;
    margin-bottom: 25px;
    color: #2196f3;
}
.editor-rating-card .rating-category {
    font-size: 1.1rem;
    margin-top: 20px;
    margin-bottom: 8px;
    color: #444;
}
.editor-rating-card .progress {
    height: 10px;
    border-radius: 5px;
    margin-bottom: 15px;
}
.editor-rating-card .determinate {
    border-radius: 5px;
}
.editor-rating-card .overall-rating {
    font-size: 1.5rem;
    font-weight: 700;
    margin-top: 30px;
    color: #212121;
}

.bonus-bg {
    background-size: cover;
    background-position: center;
    position: relative;
    padding: 60px 0;
}
.bonus-bg::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(0, 0, 0, 0.6);
    z-index: 1;
}
.bonus-bg .container {
    position: relative;
    z-index: 2;
}
.bonus-card {
    min-height: 280px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: center;
    border-radius: 8px;
    box-shadow: 0 2px 5px rgba(0,0,0,0.1);
    margin-bottom: 20px;
}
.bonus-card .material-icons {
    font-size: 3.5rem;
    margin-bottom: 15px;
}
.bonus-card .card-title {
    font-size: 1.6rem;
    font-weight: 700;
    margin-bottom: 10px;
}
.bonus-card p {
    font-size: 1rem;
}

.responsible-gaming-section {
    padding: 50px 0;
    margin-top: 40px;
    text-align: center;
    border-top: 5px solid #ef5350;
    border-bottom: 5px solid #ef5350;
}
.responsible-gaming-section .material-icons {
    font-size: 4rem;
    margin-bottom: 20px;
}
.responsible-gaming-section .responsible-gaming-title {
    font-size: 2.5rem;
    font-weight: 700;
    color: #ef5350;
    margin-bottom: 20px;
}
.responsible-gaming-section p {
    font-size: 1.1rem;
    margin-bottom: 10px;
    color: #e0e0e0;
}
.responsible-gaming-section strong {
    color: #fff;
}

.page-footer {
    padding-top: 40px;
}
.page-footer .brand-logo {
    margin-bottom: 20px;
    display: flex;
    align-items: center;
}
.page-footer .brand-logo .logo-img {
    height: 50px;
    margin-right: 10px;
}
.page-footer h5 {
    font-size: 1.6rem;
    margin-bottom: 20px;
}
.page-footer ul li a {
    font-size: 1rem;
    padding: 5px 0;
    display: block;
    transition: color 0.3s ease;
}
.page-footer ul li a:hover {
    color: #2196f3 !important;
}
.page-footer .footer-copyright {
    background-color: rgba(0, 0, 0, 0.2);
    padding: 15px 0;
    font-size: 0.9rem;
}
.page-footer .footer-org-logos {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    gap: 20px;
    padding: 30px 0;
    border-top: 1px solid rgba(255, 255, 255, 0.1);
    margin-top: 30px;
}
.page-footer .footer-logo-item {
    max-width: 120px;
    height: auto;
    object-fit: contain;
    filter: none;
    transition: none;
}

.cookie-banner {
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    padding: 15px 20px;
    box-shadow: 0 -2px 10px rgba(0,0,0,0.2);
    z-index: 1000;
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
    gap: 15px;
}
.cookie-banner p {
    margin: 0;
    flex-grow: 1;
    color: #fff;
}
.cookie-banner .cookie-buttons {
    display: flex;
    gap: 10px;
}
.cookie-banner .btn {
    text-decoration: none;
}
.cookie-banner .btn.transparent {
    background-color: transparent;
    border: 1px solid #fff;
}

#cookieConfigModal .modal-content {
    padding: 30px;
}
#cookieConfigModal .modal-footer {
    background-color: #f5f5f5;
    padding: 15px;
    border-top: 1px solid #eee;
    display: flex;
    justify-content: center;
    gap: 10px;
}
#cookieConfigModal h4 {
    margin-top: 0;
    margin-bottom: 20px;
}
#cookieConfigModal p {
    margin-bottom: 15px;
}
#cookieConfigModal label span {
    color: #333;
    font-size: 1.1rem;
    display: flex;
    align-items: center;
}
#cookieConfigModal label span .material-icons {
    font-size: 1rem;
    margin-left: 5px;
    color: #777;
}

@media only screen and (max-width: 992px) {
    nav .brand-logo {
        padding-left: 0;
    }
    #hero-section h1 {
        font-size: 2.8rem;
    }
    #hero-section h5 {
        font-size: 1.5rem;
    }
    #hero-section p.flow-text {
        font-size: 1rem;
    }
    .main-title {
        font-size: 2.2rem;
    }
    .platform-card {
        flex-direction: column;
        text-align: center;
    }
    .platform-card .platform-logo-wrapper {
        border-right: none;
        border-bottom: 1px solid #eee;
        min-width: unset;
        max-width: 100%;
        padding: 20px 0;
    }
    .platform-card .platform-details .row {
        flex-direction: column;
    }
    .platform-card .platform-button-wrapper {
        justify-content: center;
        padding-left: 0;
        margin-top: 20px;
    }
    .platform-card .payment-icons {
        justify-content: center;
    }
    .criteria-card, .trust-card, .bonus-card {
        min-height: auto;
    }
    .footer-org-logos {
        flex-direction: column;
        gap: 15px;
    }
    .footer-org-logos img {
        max-width: 150px;
    }
    .cookie-banner {
        flex-direction: column;
        align-items: stretch;
        text-align: center;
    }
    .cookie-banner .cookie-buttons {
        justify-content: center;
    }
}

@media only screen and (max-width: 600px) {
    #hero-section {
        min-height: 400px;
        padding: 40px 0;
    }
    #hero-section h1 {
        font-size: 2rem;
    }
    #hero-section h5 {
        font-size: 1.2rem;
    }
    .main-title {
        font-size: 1.8rem;
    }
    .responsible-gaming-section .responsible-gaming-title {
        font-size: 2rem;
    }
    .page-footer .brand-logo .logo-img {
        height: 40px;
    }
}/* Parent container for policy content */
.policyOrbitalShell {
    padding-top: 2.5rem;   /* Top padding for the content area */
    padding-left: 1.5rem;  /* Left padding for the content area */
    padding-right: 1.5rem; /* Right padding for the content area */
    /* Optional: Add max-width and margin: auto for centering on larger screens if desired */
    /* max-width: 800px; */
    /* margin-left: auto; */
    /* margin-right: auto; */
}

/* Heading 1 styles */
.policyOrbitalShell h1 {
    font-size: 2rem;        /* Moderate size for main headings */
    line-height: 1.2;       /* Tighter line height for headings */
    margin-top: 2rem;       /* Space above heading */
    margin-bottom: 1rem;    /* Space below heading */
    font-weight: 700;       /* Bold font weight */
}

/* Heading 2 styles */
.policyOrbitalShell h2 {
    font-size: 1.75rem;     /* Slightly smaller than h1 */
    line-height: 1.25;      /* Tighter line height */
    margin-top: 1.75rem;    /* Space above heading */
    margin-bottom: 0.8rem;  /* Space below heading */
    font-weight: 700;       /* Bold font weight */
}

/* Heading 3 styles */
.policyOrbitalShell h3 {
    font-size: 1.5rem;      /* Moderately sized subheading */
    line-height: 1.3;       /* Standard line height */
    margin-top: 1.5rem;     /* Space above heading */
    margin-bottom: 0.7rem;  /* Space below heading */
    font-weight: 700;       /* Bold font weight */
}

/* Heading 4 styles */
.policyOrbitalShell h4 {
    font-size: 1.25rem;     /* Smaller subheading */
    line-height: 1.4;       /* Standard line height */
    margin-top: 1.25rem;    /* Space above heading */
    margin-bottom: 0.6rem;  /* Space below heading */
    font-weight: 600;       /* Slightly less bold than h1-h3 */
}

/* Heading 5 styles */
.policyOrbitalShell h5 {
    font-size: 1.125rem;    /* Smallest heading, often used for sub-sections */
    line-height: 1.4;       /* Standard line height */
    margin-top: 1rem;       /* Space above heading */
    margin-bottom: 0.5rem;  /* Space below heading */
    font-weight: 600;       /* Slightly less bold */
}

/* Paragraph styles */
.policyOrbitalShell p {
    font-size: 1rem;        /* Base font size for paragraphs */
    line-height: 1.6;       /* Good readability line height */
    margin-bottom: 1rem;    /* Space between paragraphs */
}

/* Unordered list styles */
.policyOrbitalShell ul {
    list-style-type: disc;  /* Standard disc bullet points */
    margin-top: 1rem;       /* Space above the list */
    margin-bottom: 1rem;    /* Space below the list */
    padding-left: 1.5rem;   /* Indentation for bullet points */
}

/* List item styles */
.policyOrbitalShell li {
    font-size: 1rem;        /* Inherit or set base font size */
    line-height: 1.6;       /* Consistent line height with paragraphs */
    margin-bottom: 0.5rem;  /* Space between list items */
}

.responsive-table{
    overflow: auto;
}
