body {
    font-family: 'Inter', sans-serif;
    line-height: 1.6;
    color: #212121;
    background-color: #f8f9fa;
}

h1, h2, h3, h4, h5, h6 {
    font-weight: 700;
    color: #E53935;
}

a {
    color: #E53935;
    text-decoration: none;
}

a:hover {
    color: #B71C1C;
    text-decoration: none;
}

.btn-primary {
    background-color: #E53935;
    border-color: #E53935;
    transition: all 0.3s ease;
    border-radius: 50px;
    padding: 12px 30px;
}

.btn-primary:hover {
    background-color: #B71C1C;
    border-color: #B71C1C;
    transform: translateY(-2px);
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
}

.btn-secondary {
    background-color: #6c757d;
    border-color: #6c757d;
    transition: all 0.3s ease;
    border-radius: 50px;
    padding: 12px 30px;
}

.btn-secondary:hover {
    background-color: #5a6268;
    border-color: #545b62;
    transform: translateY(-2px);
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
}

.btn-danger {
    background-color: #E53935;
    border-color: #E53935;
    transition: all 0.3s ease;
    border-radius: 50px;
    padding: 12px 30px;
}

.btn-danger:hover {
    background-color: #B71C1C;
    border-color: #B71C1C;
    transform: translateY(-2px);
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
}

.top-warning-strip {
    background-color: #B71C1C; 
    color: #FFFFFF;
    font-size: 0.85rem;
}

.header-section {
    background-color: #212121;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
}

.header-section .navbar-brand .logo-img {
    height: 40px;
    width: auto;
}

.header-section .navbar-brand span {
    color: #FFFFFF;
}

.header-section .nav-link {
    color: #FFCDD2;
    font-weight: 500;
    padding: 0.5rem 1rem;
    position: relative;
}

.header-section .nav-link::after {
    content: '';
    position: absolute;
    left: 50%;
    bottom: 0;
    width: 0;
    height: 2px;
    background-color: #E53935;
    transition: all 0.3s ease;
    transform: translateX(-50%);
}

.header-section .nav-link:hover::after,
.header-section .nav-link.active::after {
    width: 80%;
}

.header-section .nav-link:hover,
.header-section .nav-link.active {
    color: #FFFFFF;
}

.navbar-toggler {
    border-color: rgba(255, 255, 255, 0.1);
}

.navbar-toggler-icon {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.funnyphotoscontest.com.org/2000/svg' viewBox='0 0 30 30'%3e%3cpath stroke='rgba%28255, 255, 255, 0.55%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
}

.hero-section {
    min-height: 600px;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    color: #FFFFFF;
}

.hero-section .overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.6);
    z-index: 0;
}

.hero-section h1 {
    font-size: 3.5rem;
    color: #FFFFFF;
    text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.7);
}

.hero-section p {
    font-size: 1.25rem;
    color: #FFCDD2;
}

.bg-light-grey {
    background-color: #F5F5F5;
}

.platform-card {
    border: none;
    border-radius: 15px;
    overflow: hidden;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.platform-card:hover {
    transform: translateY(-5px) scale(1.02);
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.15) !important;
}

.platform-card .card-header {
    background-color: #E53935;
    color: #FFFFFF;
    padding: 1.25rem;
    border-bottom: none;
}

.platform-card .platform-logo {
    width: 100%;
    max-width: 200px;
    height: auto;
    border-radius: 8px;
    background-color: #FFFFFF;
    padding: 5px;
}

.platform-card .card-title {
    color: #FFFFFF;
    font-size: 1.5rem;
}

.platform-card .card-body {
    padding: 1.5rem;
}

.platform-card .rating i {
    font-size: 1.2rem;
    color: #FFC107;
}

.platform-card .bonus-offer {
    background-color: #FFF3E0;
    border: 1px dashed #FFCC80;
    color: #E53935;
}

.platform-card .play-button {
    width: 100%;
}

.text-block {
    background-color: #FFFFFF;
    border-radius: 15px;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.08);
    padding: 2.5rem;
}

.text-block h3, .text-block h4 {
    color: #E53935;
    margin-top: 1.5rem;
    margin-bottom: 1rem;
}

.text-block ul {
    list-style-type: none;
    padding-left: 0;
}

.text-block ul li {
    margin-bottom: 0.5rem;
    position: relative;
    padding-left: 1.5rem;
}

.text-block ul li::before {
    content: '\2713'; 
    color: #E53935;
    position: absolute;
    left: 0;
    top: 0;
    font-weight: bold;
}

.criteria-item {
    background-color: #FFFFFF;
    border-radius: 10px;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.05);
    transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.criteria-item:hover {
    transform: translateY(-3px);
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
}

.criteria-item h5 {
    color: #212121;
    font-size: 1.15rem;
}

.criteria-item i {
    color: #E53935;
}

.accordion-item {
    border: 1px solid #FFCDD2;
    border-radius: 10px;
    margin-bottom: 1rem;
    overflow: hidden;
}

.accordion-button {
    background-color: #E53935;
    color: #FFFFFF;
    font-size: 1.1rem;
    padding: 1rem 1.25rem;
    border-radius: 10px 10px 0 0;
    transition: background-color 0.3s ease;
}

.accordion-button:not(.collapsed) {
    background-color: #B71C1C;
    color: #FFFFFF;
    box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.125);
}

.accordion-button:focus {
    box-shadow: none;
    border-color: transparent;
}

.accordion-button::after {
    filter: brightness(0) invert(1);
}

.accordion-body {
    background-color: #FFFFFF;
    color: #212121;
    padding: 1.5rem;
}

.accordion-body p strong {
    color: #E53935;
}

.review-card {
    border: none;
    border-radius: 15px;
    background-color: #FFFFFF;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.08);
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.review-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.15) !important;
}

.review-card .avatar-small {
    width: 60px;
    height: 60px;
    object-fit: cover;
    border: 2px solid #E53935;
}

.review-card .rating i {
    color: #FFC107;
    font-size: 1.1rem;
}

.form-label {
    font-weight: 600;
    color: #333333;
}

.form-control {
    border-radius: 8px;
    padding: 10px 15px;
    border: 1px solid #ced4da;
}

.form-control:focus {
    border-color: #E53935;
    box-shadow: 0 0 0 0.25rem rgba(229, 57, 53, 0.25);
}

.disclaimer-block {
    background-color: #212121;
    color: #FFFFFF;
    padding: 4rem 0;
}

.disclaimer-block .disclaimer-content {
    background-color: #E53935;
    border: 3px solid #FFCDD2;
    border-radius: 20px;
    padding: 3rem;
    position: relative;
    overflow: hidden;
}

.disclaimer-block .disclaimer-content::before {
    content: '';
    position: absolute;
    top: -20px;
    left: -20px;
    width: 80px;
    height: 80px;
    background-color: rgba(255, 255, 255, 0.1);
    border-radius: 50%;
    transform: rotate(45deg);
}

.disclaimer-block .disclaimer-content::after {
    content: '';
    position: absolute;
    bottom: -20px;
    right: -20px;
    width: 80px;
    height: 80px;
    background-color: rgba(255, 255, 255, 0.1);
    border-radius: 50%;
    transform: rotate(45deg);
}

.disclaimer-block .disclaimer-title {
    color: #FFFFFF;
    font-size: 2.2rem;
    text-shadow: 1px 1px 3px rgba(0, 0, 0, 0.5);
}

.disclaimer-block .disclaimer-title i {
    color: #FFC107;
}

.disclaimer-block ul {
    list-style-type: none;
    padding-left: 0;
    margin-top: 1.5rem;
    margin-bottom: 1.5rem;
}

.disclaimer-block ul li {
    position: relative;
    padding-left: 25px;
    margin-bottom: 0.5rem;
}

.disclaimer-block ul li::before {
    content: '\2022'; 
    color: #FFC107;
    position: absolute;
    left: 0;
    font-size: 1.2em;
    line-height: 1;
}

.disclaimer-block a {
    color: #FFCDD2;
    text-decoration: underline;
}

.disclaimer-block a:hover {
    color: #FFFFFF;
}

.footer-section {
    background-color: #212121;
    color: #FFCDD2;
}

.footer-section .footer-brand .logo-img {
    height: 40px;
    width: auto;
}

.footer-section .footer-brand span {
    color: #FFFFFF;
}

.footer-section h5, .footer-section h6 {
    color: #FFFFFF;
}

.footer-section ul {
    padding-left: 0;
    list-style: none;
}

.footer-section ul li a {
    color: #FFCDD2;
    transition: color 0.3s ease;
}

.footer-section ul li a:hover {
    color: #FFFFFF;
    text-decoration: underline;
}

.footer-section .highlight-item i {
    color: #E53935;
}

.footer-logos {
    gap: 1.5rem;
}

.footer-partner-logo {
    height: auto;
    max-width: 120px;
    filter: none;
    transition: transform 0.3s ease;
}

.footer-partner-logo:hover {
    transform: scale(1.05);
}

.footer-partner-logo-18plus {
    height: auto;
    max-width: 80px;
    filter: none;
    border: 2px solid #E53935;
    border-radius: 5px;
    padding: 2px;
}

.cookie-banner {
    position: fixed;
    bottom: 20px;
    right: 20px;
    width: 350px;
    background-color: #FFFFFF;
    border-radius: 10px;
    z-index: 1050;
    display: none;
}

.cookie-banner .card-title {
    color: #E53935;
}

.cookie-banner .btn-primary {
    background-color: #E53935;
    border-color: #E53935;
}

.cookie-banner .btn-primary:hover {
    background-color: #B71C1C;
    border-color: #B71C1C;
}

.cookie-banner .btn-secondary {
    background-color: #6c757d;
    border-color: #6c757d;
}

.cookie-banner .btn-secondary:hover {
    background-color: #5a6268;
    border-color: #545b62;
}

@media (max-width: 767.98px) {
    .hero-section h1 {
        font-size: 2.5rem;
    }
    .hero-section p {
        font-size: 1rem;
    }
    .disclaimer-block .disclaimer-title {
        font-size: 1.8rem;
    }
    .footer-logos {
        justify-content: center;
    }
    .cookie-banner {
        width: calc(100% - 40px);
        left: 20px;
        right: 20px;
    }
}.legalDomeBlock {
    /* Padding for the top and sides of the block */
    padding-top: 2rem;
    padding-right: 1.5rem;
    padding-bottom: 2rem;
    padding-left: 1.5rem;
    /* Optional: Max width for better readability on large screens */
    max-width: 800px;
    margin-left: auto;
    margin-right: auto;
    /* Sets a base font size for easier relative sizing with 'em' and 'rem' */
    font-size: 16px; 
    line-height: 1.6;
    color: #333; /* Default text color */
}

.legalDomeBlock h1 {
    /* Heading 1 styles */
    font-size: 2em; /* Approximately 32px */
    font-weight: 700;
    line-height: 1.2;
    margin-top: 1.5em;
    margin-bottom: 0.8em;
    color: #222;
}

.legalDomeBlock h2 {
    /* Heading 2 styles */
    font-size: 1.75em; /* Approximately 28px */
    font-weight: 600;
    line-height: 1.3;
    margin-top: 1.5em;
    margin-bottom: 0.7em;
    color: #222;
}

.legalDomeBlock h3 {
    /* Heading 3 styles */
    font-size: 1.5em; /* Approximately 24px */
    font-weight: 600;
    line-height: 1.4;
    margin-top: 1.4em;
    margin-bottom: 0.6em;
    color: #222;
}

.legalDomeBlock h4 {
    /* Heading 4 styles */
    font-size: 1.25em; /* Approximately 20px */
    font-weight: 500;
    line-height: 1.5;
    margin-top: 1.3em;
    margin-bottom: 0.5em;
    color: #333;
}

.legalDomeBlock h5 {
    /* Heading 5 styles */
    font-size: 1.1em; /* Approximately 17.6px */
    font-weight: 500;
    line-height: 1.5;
    margin-top: 1.2em;
    margin-bottom: 0.4em;
    color: #333;
}

.legalDomeBlock p {
    /* Paragraph styles */
    font-size: 1em; /* Base font size, e.g., 16px */
    line-height: 1.6;
    margin-top: 0;
    margin-bottom: 1em; /* Spacing between paragraphs */
}

.legalDomeBlock ul {
    /* Unordered list styles */
    list-style-type: disc; /* Default bullet style */
    margin-top: 1em;
    margin-bottom: 1em;
    padding-left: 1.5em; /* Indentation for list items */
}

.legalDomeBlock ol {
    /* Ordered list styles (added for completeness, though not explicitly asked) */
    list-style-type: decimal; /* Numbered list style */
    margin-top: 1em;
    margin-bottom: 1em;
    padding-left: 1.5em; /* Indentation for list items */
}

.legalDomeBlock li {
    /* List item styles */
    font-size: 1em; /* Inherits base font size */
    line-height: 1.6;
    margin-bottom: 0.5em; /* Spacing between list items */
}
