/* Quality Layout - Shared Centering Styles */
/* Loaded after ../css/styles.css to override container margins for centering */

.centered-content {
    display: flex;
    justify-content: center;
    align-items: stretch;
    width: 100%;
}

.content-wrapper {
    width: 100%;
    max-width: 1200px;
    padding: 20px;
    box-sizing: border-box;
}
