.arpiva-profile-access-button {
    display: inline-flex !important;
    align-items: center;
    justify-content: center;
    gap: 12px;
    margin-top: 22px;
    padding: 14px 24px;
    border-radius: 10px;
    background: #f59e0b;
    color: #081b4b !important;
    font-family: inherit;
    font-weight: 700;
    line-height: 1.2;
    text-decoration: none !important;
    box-shadow: 0 10px 24px rgba(245, 158, 11, .18);
    transition: transform .25s ease, background .25s ease, box-shadow .25s ease;
}

.arpiva-profile-access-button strong {
    font-size: 18px;
    transition: transform .25s ease;
}

.arpiva-profile-access-button:hover {
    background: #ffad2f;
    color: #081b4b !important;
    transform: translateY(-2px);
    box-shadow: 0 14px 30px rgba(245, 158, 11, .28);
}

.arpiva-profile-access-button:hover strong {
    transform: translateX(4px);
}
