.destination-filter-card,
.package-filter-card {
    transition: transform 0.25s ease, box-shadow 0.25s ease;
}

.destination-filter-card:hover,
.package-filter-card:hover {
    transform: translateY(-5px);
    box-shadow: var(--shadow-card);
}

.compact-chip-row {
    justify-content: flex-end;
}

.page-hero h1 {
    font-size: clamp(1.5rem, 2vw, 2.1rem);
}
