.secondary-btn:hover {
    background-color: #FF7A2F;
    color: #fff !important;
}

/* Buttons Layout */
.sh-buttons {
    display: flex;
    flex-direction: column;
    gap: 1rem;
}

@media (min-width: 1280px) {
    .sh-buttons {
        flex-direction: row;
    }
}