.branch-link:hover .branch-arrow {
    transform: translateX(3px);
    color: #e8547a;
}

.branch-arrow {
    transition: transform 0.2s ease, color 0.2s ease;
}

.copy-btn.copied {
    color: #e8547a;
    border-color: #e8547a;
}

@media (max-width: 480px) {
    .release-row {
        flex-wrap: wrap;
        row-gap: 0.4rem;
    }

    .release-row > div:first-child {
        width: 100%;
    }
}
