/* SITEPLAN PAGE STYLES */

.siteplan-header {
    text-align: center;
    margin-bottom: 3rem;
}

.siteplan-subtitle {
    color: #666;
}

.siteplan-section {
    margin-bottom: 2rem;
}

.wireframe-container {
    background: white;
    padding: 1rem;
    border-radius: 8px;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
}

.wireframe-img {
    max-width: 100%;
    height: auto;
    display: block;
    margin: 0 auto;
}