/* Layout Styles for Apps Page */
* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

body {
    font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, sans-serif;
    line-height: 1.6;
    color: #333;
}

.site-header {
    padding: 1rem 2rem;
    background: #fff;
    border-bottom: 1px solid #e5e5e5;
}

.site-content {
    max-width: 1200px;
    margin: 0 auto;
    padding: 2rem;
}

img {
    max-width: 100%;
    height: auto;
}

a {
    text-decoration: none;
    color: #0073aa;
}

a:hover {
    color: #005177;
}
