/* MechaHarness Sphinx theme tweaks (aligned with pyiv docs). */

:root {
    --mecha-blue: #0066cc;
}

.rst-content .hero-meta {
    margin: 12px 0 20px 0;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 10px;
}

.rst-content .hero-meta p {
    margin: 0;
}

.rst-content .version-badge {
    display: inline-block;
    padding: 4px 8px;
    background: var(--mecha-blue);
    color: #fff;
    border-radius: 4px;
    font-size: 0.85em;
    font-weight: 500;
}

.rst-content .version-badge p {
    margin: 0;
    color: #fff;
}
