/* CSS Classes to replace inline styles for CSP compliance */

.license-tag {
    font-size: 0.65rem;
    color: var(--text-muted);
    margin-bottom: 10px;
    font-weight: 600;
    text-transform: uppercase;
}

.min-stay-tag {
    font-size: 0.65rem;
    color: #e74c3c;
    margin-bottom: 10px;
    font-weight: 800;
    text-transform: uppercase;
}

.apartment-amenities-mini {
    display: flex;
    justify-content: center;
    gap: 15px;
    margin-bottom: 20px;
    color: var(--accent);
    font-size: 0.9rem;
}

.google-map-iframe {
    border: 0;
}

.check-done-box {
    display: none;
}

.btn-close-modal {
    margin-top: 20px;
}

.quick-booking-luxury {
    background: var(--accent);
    border-radius: 0;
}

.hero-img-full {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.hero-img-opacity-6 {
    opacity: 0.6;
    z-index: 0;
}

.hero-img-no-opacity {
    z-index: 0;
}
