#home-head {
    display: flex;
    align-items: center;
    justify-content: space-between;
    column-gap: 20px;
}

@media (max-width: 600px) {
    #home-head {
        flex-wrap: wrap;
        justify-content: center;
    }
}

#home-head h1 {
    font-size: 4.2rem;
    margin-top: 3.4rem;
    margin-bottom: 0;
    font-weight: 700;
    line-height: 1.2;
}

#home-head h2 {
    font-size: 1.2rem;
    margin-bottom: 1.2rem;
    font-weight: 500;
    line-height: 1.2;
}


.sphinx-contributors img {
    border-radius: 50%;
}

/* Highlight cards on hover */
.sd-card {
  transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.sd-card:hover {
  background-color: var(--accent-2);
  border-color: var(--accent-9);
}

.padded-tabs .sd-tab-content {
    padding: 1rem;
}

.sy-head-socials img {
    height:24px;
}

.image-row {
    display: flex;
    justify-content: center;
    gap: 2rem;
}

.image-item {
    flex: 1;
    text-align: center;
}

.version-badge {
    font-size: 0.75rem;
    font-weight: 600;
    border: 1px solid;
    border-radius: 4px;
    padding: 2px 6px;
    text-decoration: none;
    white-space: nowrap;
}

.version-badge:hover {
    background-color: var(--accent-2);
}

.toctree-l2 {
    font-size: 0.8em;
}

.toctree-l3 {
    font-size: 0.75em;
}
