/* Page-only rules extracted from index.html; loaded after shared component rules. */
/* Specific styles for Areas We Serve section */
        .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: center;
        }

        .content-intro {
            font-size: 1.1rem;
            color: #333333;
            margin-bottom: 20px;
            line-height: 1.6;
        }

