body {
    font-family: 'Arial', sans-serif;
    background-color: #d9e9f0c5;
    color: #333333;
    margin: 14px;
}
a {
    color: #1a73e8 !important;
    text-decoration: none;
}
a:hover {
    text-decoration: underline;
}
table {
    border-collapse: collapse;
    width: auto;
    max-width: 1200px;
    margin: 14px auto;
    font-size: 0.97em;
}
table, th, td {
    border: 1px solid #ffffff;
}
th, td {
    padding: 5px 8px;
    text-align: left;
    line-height: 1.35;
}
th {
    background-color: #1a73e8;
    color: white;
}
tr:hover {
    background-color: #d3d3d3;
}
/* Эмблемы: первый (A7) — главный, крупнее; остальные — рядом, чуть меньше */
.emblem-container {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 30px;
    margin-bottom: 20px;
    flex-wrap: wrap;
}
.emblem-container img {
    object-fit: contain;
    object-position: center;
    box-sizing: border-box;
    height: 100%;
    width: auto;
}
/* Один логотип */
.emblem-count-1 img { height: 320px; max-width: 520px; }
/* Два: первый (A7) — главный, второй (ФФКМ) — рядом */
.emblem-count-2 img:first-child { height: 300px; max-width: 600px; }
.emblem-count-2 img:last-child  { height: 220px; max-width: 380px; }
/* Три и четыре — равная высота */
.emblem-count-3 img { height: 220px; max-width: 340px; }
.emblem-count-4 img { height: 200px; max-width: 300px; }
