.i18n-pilot { max-width: 1200px; font-family: Arial, sans-serif; }
.i18n-pilot .i18n-brand { color: #002244; font-size: 1.5rem; font-weight: 700; text-decoration: none; }
.i18n-pilot h1, .i18n-pilot h2 { font-family: inherit; }
.i18n-layout { display: grid; grid-template-columns: minmax(0, 1fr) 260px; gap: 8px; }
.i18n-main { grid-column: 1; grid-row: 1; min-width: 0; }
.i18n-language-card { grid-column: 2; grid-row: 1; align-self: start; margin: 16px 16px 16px 0; padding: 24px; border-top: 4px solid #f4b942; }
.i18n-language-card h2 { margin: 0 0 16px; color: #002244; font-size: 1.25rem; font-weight: 700; }
.i18n-language-card .team-actions { flex-direction: column; margin: 0; }
.i18n-language-card .team-actions a { background: #fff; color: #002244; border: 1px solid #819caf; text-align: center; }
.i18n-language-card .team-actions a:hover { background: #eef4f8; }
.i18n-language-card .team-actions span { background: #f4b942; color: #002244; border-radius: 4px; font-weight: 700; text-align: center; }
.i18n-pilot .team-actions { flex-wrap: wrap; }
.i18n-pilot .team-actions span { padding: 12px 16px; }
.i18n-pilot .team-heading > div { min-width: 0; }
.i18n-pilot h1 { overflow-wrap: break-word; }
@media (max-width: 800px) {
    .i18n-layout { display: flex; flex-direction: column; gap: 0; }
    .i18n-language-card { align-self: stretch; margin: 16px; }
    .i18n-language-card .team-actions { flex-direction: row; }
    .i18n-language-card .team-actions > * { flex: 1; }
}
@media (max-width: 480px) {
    .i18n-pilot .team-section { padding: 20px; }
    .i18n-pilot h1 { font-size: 1.8rem; }
    .i18n-pilot .team-heading { align-items: flex-start; }
}
