.buttons-custom {
    font-size: 0.95rem;
    height: 3rem;
    border-radius: 2rem;
    background: linear-gradient(to bottom, #0148B9, #002981);
    color: white;
    border: none;
    cursor: pointer;
    transition: all 0.3s ease;
    box-shadow: none;
}

.buttons-custom:hover {
    opacity: 0.9;
}