/* Architecture page specific styles */

body {
    line-height: 1.7;
}

.section-header {
    border-bottom: 1px solid #ddd;
    padding-bottom: 10px;
    margin-bottom: 25px;
    margin-top: 40px;
}

.section-header:first-child {
    margin-top: 20px;
}

.section-header h2 {
    font-size: 1.5rem;
    font-weight: 400;
    color: #333;
}

.card {
    background-color: #fff;
    border: 1px solid #ddd;
    margin-bottom: 20px;
    border-radius: 4px;
}

.card-header {
    background-color: #f5f5f5;
    border-bottom: 1px solid #ddd;
    font-weight: 500;
    color: #333;
}

.list-group-item {
    background-color: #fff;
    color: #333;
    border: 1px solid #ddd;
}

code {
    background-color: #f5f5f5;
    color: #333;
    padding: 2px 6px;
    border-radius: 3px;
    border: 1px solid #ddd;
}
