.wclp-lista-casamentos .card,
.wclp-lista-presentes .card {
    transition: all 0.3s ease;
    border: none;
    box-shadow: 0 2px 4px rgba(0,0,0,0.1);
}

.wclp-lista-casamentos .card:hover,
.wclp-lista-presentes .card:hover {
    transform: translateY(-5px);
    box-shadow: 0 4px 8px rgba(0,0,0,0.2);
}

.wclp-lista-casamentos .card-img-top,
.wclp-lista-presentes .card-img-top {
    height: 200px;
    object-fit: cover;
}

.wclp-progress-bar {
    height: 20px;
    border-radius: 10px;
}

.wclp-btn-primary,
.wclp-btn-secondary {
    border: none;
    padding: 10px 20px;
    border-radius: 5px;
    transition: all 0.3s ease;
}

.wclp-btn-primary:hover,
.wclp-btn-secondary:hover {
    opacity: 0.9;
    transform: scale(1.05);
}

.quantity .form-control {
    max-width: 100px;
    margin: 0 auto;
}
