html, body {
    font-family: 'Noto Sans', 'Google Sans', sans-serif;
    background-color: #ffffff;
    color: #1f1f1f;
}

.publication-title {
    font-family: 'Google Sans', sans-serif;
    font-weight: 700;
    line-height: 1.2;
    margin-bottom: 1.5rem !important;
}

.publication-authors {
    margin-top: 0.5rem;
}

.publication-authors .author-block {
    margin: 0 0.25rem;
}

.publication-authors a {
    color: #1f6feb;
    text-decoration: none;
}

.publication-authors a:hover {
    text-decoration: underline;
}

.publication-venue {
    color: #555;
}

.publication-links {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    gap: 0.5rem;
}

.publication-links .button {
    font-family: 'Google Sans', sans-serif;
}

.hero {
    padding-top: 3rem;
    padding-bottom: 1.5rem;
    background-color: #fafafa;
    border-bottom: 1px solid #eee;
}

.section {
    padding: 3rem 1.5rem;
}

.teaser-image img {
    max-width: 100%;
    max-height: 420px;
    width: auto;
    height: auto;
    margin: 0 auto;
    border-radius: 6px;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.08);
}

.title.is-3 {
    font-family: 'Google Sans', sans-serif;
    font-weight: 700;
    margin-bottom: 1.25rem;
}

.content p {
    font-size: 1.05rem;
    line-height: 1.7;
}

pre {
    background-color: #f5f5f5;
    border-radius: 6px;
    padding: 1rem 1.25rem;
    overflow-x: auto;
    font-size: 0.9rem;
}

pre code {
    background: transparent;
    color: #1f1f1f;
}

.footer {
    background-color: #fafafa;
    padding: 2rem 1rem;
    border-top: 1px solid #eee;
}

.result-table {
    font-size: 0.9rem;
}

.result-table thead th {
    background-color: #f5f5f5;
    border-bottom: 2px solid #ccc !important;
    white-space: nowrap;
}

.result-table tbody td,
.result-table tbody th {
    text-align: center;
    vertical-align: middle;
}

.result-table tbody td:first-child,
.result-table tbody th:first-child {
    text-align: left;
    white-space: nowrap;
}

.result-table tr.row-baseline td {
    border-top: 1.5px solid #999;
}

.result-table tr.row-ours {
    background-color: #fff5f5;
}

.result-table tr.row-ours td {
    color: #c0392b;
}

.result-table tr.row-gain td {
    color: #6b6b6b;
    font-size: 0.8rem;
    border-bottom: 1px solid #ddd;
}

figure.image {
    text-align: center;
}

figure.image img {
    display: inline-block;
    max-width: 100%;
    max-height: 560px;
    width: auto;
    height: auto;
    border-radius: 4px;
}

figure.image.fig-compact img {
    max-width: 600px;
    max-height: 800px;
}

figure.image.fig-xsmall img {
    max-width: 400px;
    max-height: 300px;
}
