@import url('/static/labs/en/fonts/fonts.css');

body {
    font-family: 'Open Sans', system-ui, -apple-system, 'Segoe UI', Roboto, 'Helvetica Neue', Arial, sans-serif;
    font-size: 16px;
    max-width: 90ch;
    margin: 2rem auto;
    line-height: 1.45;
    background: #fff;
    color: #000;
    padding: 0 2rem;
}

h1, h2 {
    margin-top: 1.5rem;
}

h1 {
    font-size: 36px;
    font-weight: 600;
    margin-bottom: 0.5rem;
}

h2 {
    font-size: 24px;
    font-weight: 600;
    margin-bottom: 1rem;
}

a {
    color: #006;
    text-decoration: none;
}

a:hover {
    text-decoration: underline;
}

h1 a {
    text-decoration: none;
    color: inherit;
}

h1 a:hover {
    text-decoration: none;
}

header {
    margin-bottom: 2rem;
    padding-bottom: 1rem;
    border-bottom: 1px solid #ccc;
}

header h1 {
    margin-top: 0;
}

header .subtitle {
    margin-top: 0.5rem;
    color: #555;
    font-size: 18px; /* subtitle */
    font-weight: 300;
}

header nav {
    margin-top: 1rem;
}

header nav a {
    margin-right: 1rem;
}

.content {
    margin-top: 1rem;
}

.content p {
    margin-bottom: 1rem;
}

.content ul {
    margin-left: 2rem;
    margin-bottom: 1rem;
}

.content ul li {
    margin-bottom: 0.3rem;
}

table {
    width: 100%;
    border-collapse: collapse;
    margin: 1rem 0;
}

th, td {
    text-align: left;
    padding: 0.5rem;
    border: 1px solid #ccc;
}

th {
    background: #f5f5f5;
}

footer {
    margin-top: 2rem;
    padding-top: 1rem;
    border-top: 1px solid #ccc;
    text-align: left;
    font-size: 0.8rem;
    color: #555;
}

/* Language switcher */
.lang-switcher {
    position: fixed;
    top: 1rem;
    right: 1rem;
    background: #333;
    padding: 0.5rem 1rem;
    border-radius: 4px;
}

.lang-switcher a {
    color: white;
    text-decoration: none;
    font-size: 0.9rem;
}

.lang-switcher a:hover {
    text-decoration: underline;
}

/* Highlighted info box */
.highlight-box {
    background: linear-gradient(135deg, #e8f4fd 0%, #d4ecf9 100%);
    border-left: 4px solid #2b79a2;
    border-radius: 0 8px 8px 0;
    padding: 1rem 1.25rem;
    margin: 1.5rem 0;
    box-shadow: 0 2px 6px rgba(43, 121, 162, 0.15);
}

.highlight-box strong {
    color: #1a5276;
    font-size: 1.05em;
}

.highlight-box ul {
    margin-top: 0.75rem;
    margin-bottom: 0;
}
