.elementor-2328 .elementor-element.elementor-element-59ed3e2{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;}/* Start custom CSS for html, class: .elementor-element-c90b6a7 *//* -------------------------
   AGB Page Styling
------------------------- */

.agb {
    max-width: 900px;
    margin: 0 auto;
    margin-top: 120px;
    padding: 40px 20px;
    font-family: Arial, sans-serif;
    color: #222;
    line-height: 1.7;
}

/* Headings */
.agb h1 {
    font-size: 34px;
    margin-bottom: 25px;
    font-weight: bold;
    color: #0a2240;
}

.agb h2 {
    font-size: 24px;
    margin-top: 35px;
    margin-bottom: 15px;
    font-weight: bold;
    color: #0a2240;
}

.agb h3 {
    font-size: 20px;
    margin-top: 25px;
    margin-bottom: 10px;
    color: #0a2240;
}

/* Paragraphs */
.agb p {
    font-size: 17px;
    margin-bottom: 15px;
}

/* Lists */
.agb ul {
    margin-left: 20px;
    margin-bottom: 20px;
}

.agb li {
    margin-bottom: 8px;
    font-size: 17px;
}

/* Links */
.agb a {
    color: #0066cc;
    text-decoration: none;
}

.agb a:hover {
    text-decoration: underline;
}

/* Mobile Optimization */
@media (max-width: 768px) {
    .agb {
        padding: 20px;
    }

    .agb h1 {
        font-size: 28px;
    }

    .agb h2 {
        font-size: 22px;
    }

    .agb p, 
    .agb li {
        font-size: 16px;
    }
}/* End custom CSS */