/* AGB Page Styles */
.agb-content {
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    line-height: 1.6;
    color: #333;
}

#text-box {
    width: auto;
    height: auto;
    padding: 0px 0px;
}

#text-box > .title {
    font-size: 24px;
    margin-bottom: 10px;
}
section {
	width: 100%;
	height: auto;
	background: #F7F7F7;
}

section .section-content {
    width: 80%;
    margin: auto;
    padding-top: 40px;
    padding-bottom: 40px;
}

/* Responsive Styles */
@media (max-width: 768px) {
    .agb-section {
        padding: 1rem;
    }
    
    .agb-list > li:before {
        position: static;
        display: inline-block;
        margin-right: 0.5rem;
        margin-left: -1.5rem;
    }
    
    .agb-list, .agb-sublist {
        padding-left: 1rem;
    }
    
    .agb-section h2 {
        font-size: 1.3rem;
    }
    
    .agb-section h2 i {
        display: none;
    }
}
