.dest-cards-5dc0bc8e-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
    gap: 20px;
}
.dest-card-5dc0bc8e-item {
    display: flex;
    flex-direction: column;
}
.dest-card-5dc0bc8e-image-wrapper {
    position: relative;
    border-radius: 12px;
    overflow: hidden;
    aspect-ratio: 4/3;
    display: flex;
    align-items: flex-end;
    padding: 20px;
    background-size: cover;
    background-position: center;
}
.dest-card-5dc0bc8e-overlay {
    position: absolute;
    inset: 0;
    background: linear-gradient(to top, rgba(0,0,0,0.8) 0%, rgba(0,0,0,0) 60%);
    z-index: 1;
}
.dest-card-5dc0bc8e-content {
    position: relative;
    z-index: 2;
    width: 100%;
}
.dest-card-5dc0bc8e-title {
    color: #fff;
    margin: 0 0 5px;
    font-size: 24px;
}
.dest-card-5dc0bc8e-category {
    color: #fff;
    margin: 0;
    font-size: 14px;
}
.dest-card-5dc0bc8e-meta {
    margin-top: 15px;
    display: flex;
    flex-direction: column;
    gap: 5px;
}
.dest-card-5dc0bc8e-date {
    color: #666;
    font-size: 14px;
    margin: 0;
}
.dest-card-5dc0bc8e-price {
    font-weight: bold;
    color: #000;
    font-size: 16px;
    margin: 0;
}