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;
}
/* Стили для эмблем: фиксированный слот, картинка вписывается без искажений */
.emblem-container {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 30px;
    margin-bottom: 20px;
    flex-wrap: wrap;
}
.emblem-container img {
    width: 200px;
    height: 200px;
    object-fit: contain;
    object-position: center;
    box-sizing: border-box;
}
