.jarch-btn-return {
    background-color: #fffaf0 !important; /* FloralWhite - tom bem suave de laranja/bege */
    border-color: #ffd8a8 !important; /* Laranja claro para borda */
    color: #d9480f !important; /* Laranja escuro para o texto */
    transition: all 0.2s ease-in-out !important;
    border-radius: 4px !important;
    font-weight: 500 !important;
    box-shadow: 0 1px 2px rgba(0,0,0,0.05) !important;
    text-decoration: none !important;
    display: inline-flex !important;
    align-items: center !important;
    justify-content: center !important;
}

.jarch-btn-return:hover {
    background-color: #fff4e6 !important; /* Laranja muito claro no hover */
    border-color: #ffc078 !important;
    color: #c92a2a !important; /* Laranja/Vermelho mais forte no hover */
    box-shadow: 0 2px 4px rgba(0,0,0,0.1) !important;
    transform: translateY(-1px) !important;
    text-decoration: none !important;
}

.jarch-btn-return:active {
    background-color: #ffe8cc !important;
    border-color: #ffa94d !important;
    box-shadow: inset 0 3px 5px rgba(0,0,0,0.125) !important;
    transform: translateY(0) !important;
}

.jarch-btn-return i {
    margin-right: 5px !important;
    color: #fd7e14 !important; /* Laranja para o ícone */
}

.jarch-btn-return:hover i {
    color: #e8590c !important;
}
