/**
 * TT Hotel Grid CSS — Compact Modern Design
 * Grid düzeni + section header + horizontal scroll
 */

/* Wrapper */
.tt-ew-hotel-grid-wrapper {
    width: 100%;
}

/* Grid — kompakt gap */
.tt-ew-hotel-grid-wrapper .tt-ew-grid {
    gap: 20px;
}

/* Yıldız row */
.tt-ew-card__stars-row {
    margin-bottom: 6px;
}
.tt-ew-card__stars-row .tt-ew-stars {
    font-size: 11px;
}

/* Footer left */
.tt-ew-card__footer-left {
    display: flex;
    align-items: center;
    gap: 4px;
    flex: 1;
    min-width: 0;
}

/* Review count */
.tt-ew-card__review-count {
    font-size: 11px;
    color: #999;
}

@media (max-width: 480px) {
    .tt-ew-hotel-grid-wrapper .tt-ew-grid {
        gap: 14px;
    }
}
