/* Search Properties Page Styles */

/* Google Maps Info Window Styles */
.gm-style-iw-chr {
    display: none !important;
}

.gm-style-iw {
    border-radius: 20px !important;
}

/* Skeleton Loading Styles */
.skeleton {
    background: linear-gradient(110deg, #ececec 8%, #f5f5f5 18%, #ececec 33%);
    border-radius: 5px;
    background-size: 200% 100%;
    animation: 1.5s shine linear infinite;
}

@keyframes shine {
    to {
        background-position-x: -200%;
    }
}

.skeleton-text {
    height: 12px;
    margin: 5px 0;
}

.skeleton-title {
    height: 18px;
    width: 80%;
    margin: 8px 0;
}

.skeleton-price {
    height: 20px;
    width: 60%;
    margin: 10px 0;
}

.skeleton-image {
    height: 200px;
    width: 100%;
    margin-bottom: 10px;
}

.skeleton-tag {
    height: 24px;
    width: 60px;
    margin: 5px;
}

.skeleton-property-card {
    background: white;
    border-radius: 8px;
    padding: 15px;
    margin-bottom: 20px;
    box-shadow: 0 2px 8px rgba(0,0,0,0.1);
}

.skeleton-slider {
    height: 220px;
    background: #f8f9fa;
    border-radius: 8px;
    margin-bottom: 15px;
}

.skeleton-details {
    padding: 10px 0;
}

.skeleton-row {
    display: flex;
    justify-content: space-between;
    margin: 8px 0;
}

.skeleton-icon {
    height: 30px;
    width: 30px;
    border-radius: 50%;
}

/* SEO-optimized styles - moved from inline */
.loader-container {
    height: 150px;
}

.skeleton-text-90 {
    width: 90%;
}

.skeleton-text-30 {
    width: 30%;
}

.skeleton-text-35 {
    width: 35%;
}

.skeleton-text-40 {
    width: 40%;
}

.skeleton-text-45 {
    width: 45%;
}

.skeleton-button-40 {
    width: 40%;
    height: 35px;
}

.skeleton-inline-block {
    display: inline-block;
}

.pagination-hidden {
    display: none;
}

/* Info window styles */
.map-info-window {
    max-width: 280px;
    font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, sans-serif;
    padding: 0;
}

.map-info-content {
    padding: 12px;
    background: white;
    border-radius: 6px;
    box-shadow: 0 2px 8px rgba(0,0,0,0.1);
}

.map-info-header {
    margin-bottom: 8px;
}

.map-info-title {
    margin: 0;
    font-size: 14px;
    font-weight: 600;
    color: #333;
    line-height: 1.3;
    display: inline;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.map-info-price {
    font-size: 15px;
    font-weight: 700;
}

.map-info-address {
    margin-bottom: 12px;
}

.map-info-address-text {
    font-size: 12px;
    color: #555;
    line-height: 1.4;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.map-info-address-icon {
    margin-right: 6px;
    font-size: 12px;
}

.map-info-actions {
    display: flex;
    gap: 6px;
    align-items: center;
}

.map-info-link {
    flex: 1;
    background: #41c5c9;
    color: white;
    padding: 8px 12px;
    border-radius: 4px;
    text-decoration: none;
    font-size: 13px;
    font-weight: 500;
    text-align: center;
    box-shadow: 0 1px 3px rgba(0,0,0,0.2);
}

.map-info-close-btn {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 32px;
    height: 32px;
    background: #434e60;
    color: white;
    border: none;
    border-radius: 50%;
    cursor: pointer;
    box-shadow: 0 1px 3px rgba(0,0,0,0.2);
}

.map-info-close-icon {
    font-size: 12px;
}
