   
        .agb-content {
            /* padding: 60px 0; */
            background-color: white;
            max-width: 800px;
            margin: 0 auto;
            padding-top: 60px;
            padding-bottom: 60px;
        }
        
        .agb-content h1 {
            color: #2c7873;
            margin-bottom: 30px;
            font-size: 2rem;
            text-align: center;
        }
        
        .agb-section {
            margin-bottom: 30px;
            padding: 25px;
            background: #f9f9f9;
            border-radius: 10px;
            border: 1px solid #eee;
        }
        
        .agb-section h2 {
            color: #2c7873;
            margin-bottom: 15px;
            font-size: 1.4rem;
            padding-bottom: 10px;
            border-bottom: 2px solid #e0e0e0;
        }
        
        .agb-section h3 {
            color: #333;
            margin: 20px 0 10px;
            font-size: 1.2rem;
        }
        
        .agb-section p {
            margin-bottom: 15px;
            line-height: 1.6;
            color: #555;
        }
        
        .agb-section ul, .agb-section ol {
            padding-left: 25px;
            margin-bottom: 15px;
        }
        
        .agb-section li {
            margin-bottom: 10px;
            line-height: 1.6;
            color: #555;
        }
        
        .important-note {
            background: #fff5e6;
            padding: 20px;
            border-radius: 8px;
            margin: 20px 0;
            border-left: 4px solid #ff7e5f;
        }
        
        .important-note h3 {
            color: #e67e22;
            margin-top: 0;
        }
        
        .withdrawal-form-link {
            display: inline-block;
            background: #2c7873;
            color: white;
            padding: 12px 25px;
            border-radius: 5px;
            text-decoration: none;
            margin-top: 10px;
            font-weight: bold;
        }
        
        .withdrawal-form-link:hover {
            background: #1f5d59;
        }
        
        .back-links {
            text-align: center;
            margin-top: 40px;
            padding-top: 30px;
            border-top: 1px solid #eee;
        }
        
        .back-links a {
            display: inline-block;
            margin: 0 10px;
            color: #2c7873;
            text-decoration: none;
            font-weight: bold;
            padding: 10px 20px;
            border: 2px solid #2c7873;
            border-radius: 5px;
            transition: all 0.3s;
        }
        
        .back-links a:hover {
            background-color: #2c7873;
            color: white;
        }
        
        .contact-box {
            background: #e8f4f3;
            padding: 25px;
            border-radius: 10px;
            margin: 30px 0;
        }
        
        .contract-text {
            font-style: italic;
            color: #777;
            text-align: center;
            margin: 40px 0;
            padding: 20px;
            background: #f9f9f9;
            border-radius: 8px;
        }