﻿.responsible_gambling_wrapper {
    width: 100%;
    max-width: 1200px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.responsible_gambling_container {
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding: 8px;
}

.responsible_gambling {
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 16px;
}

.responsible_gambling_header {
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 8px;
}

.responsible_gambling_title {
    width: 100%;
    font-size: 20px;
    font-weight: 600;
    line-height: 1.2;
    text-align: left;
}

.responsible_gambling_description {
    font-size: 14px;
    font-weight: 400;
    line-height: 1.5;
    text-align: left;
}

.responsible_gambling_body {
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 16px;
}

.responsible_gambling_section {
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 8px;
}

.responsible_gambling_section_title {
    width: 100%;
    font-size: 20px;
    font-weight: 600;
    line-height: 1.2;
    text-align: left;
}

.responsible_gambling_section_description {
    font-size: 14px;
    font-weight: 400;
    line-height: 1.5;
}

.responsible_gambling_section_list {
    width: 100%;
    display: flex;
    flex-direction: column;
    gap: 8px;
    padding-left: 36px;
}

    .responsible_gambling_section_list li {
        width: 100%;
        font-size: 14px;
        font-weight: 400;
        line-height: 1.5;
        text-align: left;
    }

        .responsible_gambling_section_list li a {
            font-size: 14px;
            font-weight: 600;
            line-height: 1.5;
            color: var(--dark);
            text-decoration: underline;
        }
