/* Page-only rules extracted from residential_management.html; loaded after shared component rules. */
.content-panel {
            max-width: 1000px;
            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-panel h1 {
            color: #23346d;
            margin-bottom: 10px;
            font-size: 2.5rem;
        }

        .content-panel .subtitle {
            font-size: 1.3rem;
            color: #555;
            margin-bottom: 25px;
            font-weight: bold;
        }

        .content-panel p {
            font-size: 1.1rem;
            color: #333333;
            line-height: 1.7;
            margin-bottom: 15px;
        }

        .contact-highlight {
            background-color: #ffffff;
            border: 2px solid #23346d;
            padding: 15px;
            border-radius: 8px;
            display: inline-block;
            margin: 20px 0;
            font-weight: bold;
        }

        .contact-highlight a {
            color: #23346d;
            text-decoration: none;
        }

        .contact-highlight a:hover {
            text-decoration: underline;
        }

        .services-grid-wrapper {
            max-width: 1200px;
            margin: 0 auto 60px auto;
            padding: 0 20px;
        }

        .services-title {
            text-align: center;
            color: #23346d;
            font-size: 2rem;
            margin-bottom: 40px;
        }

        .areas-list {
            font-weight: bold;
            color: #23346d;
            line-height: 1.8;
            padding: 20px;
            background: #ffffff;
            border-radius: 8px;
            border: 1px solid #e0dcd3;
            margin-top: 20px;
            margin-bottom: 20px;
        }

        .memberships {
            font-style: italic;
            color: #555;
            margin-top: 30px;
            padding-top: 20px;
            border-top: 1px solid #e0dcd3;
        }
