/*
Click nbfs://nbhost/SystemFileSystem/Templates/Licenses/license-default.txt to change this license
Click nbfs://nbhost/SystemFileSystem/Templates/Other/CascadeStyleSheet.css to edit this template
*/
/* 
    Created on : 12/03/2026, 11:21:26
    Author     : Rui Linhares
*/

/* Estilos adicionais específicos desta página */
.voucher-card {
    transition: all 0.3s ease;
}

.voucher-card:hover {
    transform: translateY(-10px);
    box-shadow: 0 20px 40px rgba(210,133,39,0.15) !important;
    border-color: var(--laranja-cta) !important;
}

.voucher-card:hover .box-img img {
    transform: scale(1.1);
}

.voucher-card:hover .box-title a {
    color: var(--laranja-cta) !important;
}

.voucher-card:hover .icon-btn {
    background-color: var(--verde-dona) !important;
}

.icon-btn:hover {
    transform: scale(1.1);
    background-color: var(--laranja-escuro) !important;
}

.empty-state {
    padding: 3rem;
    background-color: var(--bege-claro);
    border-radius: 20px;
    display: inline-block;
}

@media (max-width: 768px) {
    .box-img {
        height: 200px !important;
    }
}
