/* Shared layout utilities — no inline styles in Blade */

.gtm-noscript-iframe {
    display: none !important;
    visibility: hidden;
    width: 0;
    height: 0;
    border: 0;
}

.pixel-tracking-img {
    display: none !important;
    visibility: hidden;
}

.header-logo,
.footer-logo {
    max-height: 45px !important;
    max-width: 160px !important;
    width: auto !important;
    height: auto !important;
    object-fit: contain !important;
    display: block !important;
}

.footer-logo {
    max-height: 50px !important;
    max-width: 180px !important;
}

.mobile-lang-toggle {
    text-decoration: none;
    color: inherit;
    padding: 8px;
}

.rounded-btn--pad {
    padding: 8px;
}

.country-flag-icon {
    width: 20px;
    height: 14px;
    object-fit: cover;
    border-radius: 2px;
    margin-right: 8px;
}

.country-global-icon {
    width: 20px;
    height: 14px;
    margin-right: 8px;
    font-size: 18px;
}

.country-link--active {
    color: #28a745;
}

.hp-field {
    display: none !important;
    position: absolute !important;
    left: -9999px !important;
}

.is-hidden-ui {
    display: none;
}

.footer-subscription-message {
    margin-top: 10px;
}

.store-btn-label {
    font-size: 8px;
    line-height: 1;
}

.store-btn-title {
    font-size: 11px;
    line-height: 1;
}

.mobile-app-store-label {
    font-size: 9px;
    line-height: 1.2;
}

.mobile-app-store-title {
    font-size: 15px;
    line-height: 1;
}

.footer-payments-label {
    opacity: 0.7;
    font-size: 13px;
}

.footer-payment-icon {
    font-size: 32px;
    opacity: 0.7;
}

.footer-payment-icon--sm {
    font-size: 28px;
    opacity: 0.7;
}

.powered-by-link {
    color: inherit;
    text-decoration: none;
}

.empty-state-icon {
    font-size: 4rem;
    color: #ddd;
}

.empty-state-icon--sm {
    font-size: 3rem;
    color: #ddd;
}

.car-specs--row {
    display: flex;
    gap: 8px;
}

.car-specs--row .spec-item {
    flex: 1;
    min-width: 0;
    text-align: center;
}

.attraction-name-link,
.attraction-card .attraction-name a {
    color: #fff;
    text-decoration: none;
}

.hotels-home-section .hotel-star-overlay {
    position: absolute;
    bottom: 10px;
    left: 10px;
    z-index: 2;
}

.hotels-home-section .hotel-star-badge {
    background: rgba(0, 0, 0, 0.75);
    padding: 4px 8px;
    border-radius: 6px;
}

.hotels-home-section .hotel-star-badge .ri-star-fill {
    color: #ffd700;
    font-size: 12px;
}

.hotels-home-section .hotel-star-badge .ri-star-line {
    color: rgba(255, 255, 255, 0.5);
    font-size: 12px;
}
