/* Page-only rules extracted from rental_qualifications.html; loaded after shared component rules. */
.content-panel {
            max-width: 900px;
            margin: 40px auto;
            padding: 40px;
            background: #F8F6F0;
            border: 1px solid #23346d;
            border-radius: 12px;
            box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
            text-align: left;
        }

        .content-panel h1, .content-panel h2.section-title {
            text-align: center;
            color: #23346d;
            margin-bottom: 10px;
        }
        
        .content-panel .subtitle {
            text-align: center;
            font-size: 1.2rem;
            color: #555;
            margin-bottom: 30px;
        }

        .content-panel h3 {
            color: #23346d;
            margin-top: 30px;
            margin-bottom: 12px;
            border-bottom: 2px solid #e0dcd3;
            padding-bottom: 8px;
            font-size: 1.3rem;
        }

        .content-panel p, .content-panel ul, .content-panel li {
            font-size: 1.1rem;
            color: #333333;
            line-height: 1.6;
        }

        .content-panel ul {
            padding-left: 25px;
            margin-bottom: 15px;
        }

        .content-panel li {
            margin-bottom: 8px;
        }

        .alert-box {
            background-color: #fff3cd;
            border-left: 4px solid #ffc107;
            padding: 15px 20px;
            margin: 20px 0;
            border-radius: 4px;
            color: #856404;
        }
        
        .alert-box strong {
            color: #664d03;
        }

        .fee-badge {
            display: inline-block;
            background: #23346d;
            color: white;
            padding: 5px 12px;
            border-radius: 20px;
            font-weight: bold;
            font-size: 0.95rem;
            margin-top: 10px;
        }
