/* ===== TIN VIP FULL WIDTH - LAYOUT DỌC ===== */

/* Container tin VIP - Full width */
.item-vip-fullwidth {
    width: 100%;
    margin-bottom: 20px;
    background: #fff;
    border-radius: 12px;
    overflow: hidden;
    box-shadow: 0 2px 15px rgba(0,0,0,0.1);
    position: relative;
    transition: all 0.3s ease;
    border: 2px solid transparent;
    clear: both;
}

.item-vip-fullwidth:hover {
    box-shadow: 0 5px 25px rgba(0,0,0,0.15);
    transform: translateY(-2px);
}

/* VIP Level borders & backgrounds */
.item-vip-fullwidth.vip-level-1 {
    border: 2px solid #FFD700;
    background: linear-gradient(to bottom, #FFFEF7 0%, #FFFFFF 100%);
}

.item-vip-fullwidth.vip-level-2 {
    border: 2px solid #C0C0C0;
    background: linear-gradient(to bottom, #FAFAFA 0%, #FFFFFF 100%);
}

.item-vip-fullwidth.vip-level-3 {
    border: 2px solid #CD7F32;
    background: linear-gradient(to bottom, #FFF9F5 0%, #FFFFFF 100%);
}

.item-vip-fullwidth.vip-level-4,
.item-vip-fullwidth.vip-level-5 {
    border: 2px solid #87CEEB;
    background: linear-gradient(to bottom, #F0F8FF 0%, #FFFFFF 100%);
}

/* Badge VIP */
.vip-badge-corner {
    position: absolute;
    top: 15px;
    right: 15px;
    z-index: 10;
    padding: 6px 15px;
    border-radius: 20px;
    font-size: 11px;
    font-weight: bold;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    box-shadow: 0 2px 10px rgba(0,0,0,0.2);
}

.vip-level-1 .vip-badge-corner {
    background: linear-gradient(135deg, #FFD700, #FFA500);
    color: #fff;
}

.vip-level-2 .vip-badge-corner {
    background: linear-gradient(135deg, #C0C0C0, #808080);
    color: #fff;
}

.vip-level-3 .vip-badge-corner {
    background: linear-gradient(135deg, #CD7F32, #8B4513);
    color: #fff;
}

.vip-level-4 .vip-badge-corner,
.vip-level-5 .vip-badge-corner {
    background: linear-gradient(135deg, #87CEEB, #4682B4);
    color: #fff;
}

/* === PHẦN ẢNH Ở TRÊN - KHÁC NHAU THEO CẤP VIP === */
.vip-image-top {
    width: 100%;
    position: relative;
    background: #f5f5f5;
    overflow: hidden;
}

/* Chiều cao gallery theo cấp VIP */
.vip-gallery-1 { height: 400px !important; }
.vip-gallery-2 { height: 380px !important; }
.vip-gallery-3 { height: 360px !important; }
.vip-gallery-4 { height: 340px !important; }
.vip-gallery-5 { height: 320px !important; }

.vip-carousel {
    width: 100%;
    height: 100%;
    position: relative;
}

.carousel-main {
    width: 100%;
    height: calc(100% - 60px);
    position: relative;
}

/* Đặc biệt cho VIP 4, 5 không có thumbnails */
.vip-level-4 .carousel-main,
.vip-level-5 .carousel-main {
    height: 100%;
}

.carousel-slide {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0;
    transition: opacity 0.5s ease;
}

.carousel-slide.active {
    opacity: 1;
}

.carousel-slide img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

/* Hiệu ứng đặc biệt cho VIP 1 */
.vip-level-1 .carousel-slide {
    transition: opacity 0.8s ease, transform 0.8s ease;
}

.vip-level-1 .carousel-slide img:hover {
    transform: scale(1.05);
    transition: transform 0.5s ease;
}

/* Nút điều hướng carousel */
.carousel-nav {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 40px;
    height: 40px;
    background: rgba(255,255,255,0.9);
    border: none;
    border-radius: 50%;
    cursor: pointer;
    z-index: 5;
    transition: all 0.3s;
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0 2px 10px rgba(0,0,0,0.2);
}

.carousel-nav:hover {
    background: #fff;
    box-shadow: 0 4px 15px rgba(0,0,0,0.3);
}

.carousel-prev {
    left: 15px;
}

.carousel-next {
    right: 15px;
}

.carousel-nav i {
    font-size: 18px;
    color: #333;
}

/* Thumbnails với nền mờ */
.vip-thumbnails {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    height: 60px;
    background: rgba(0,0,0,0.4);
    backdrop-filter: blur(5px);
    display: flex;
    gap: 5px;
    padding: 5px;
    overflow-x: auto;
}

.thumb-item {
    min-width: 80px;
    height: 50px;
    cursor: pointer;
    opacity: 0.6;
    transition: all 0.3s;
    border: 2px solid transparent;
    border-radius: 4px;
    overflow: hidden;
}

.thumb-item:hover {
    opacity: 0.9;
    transform: scale(1.05);
}

.thumb-item.active {
    opacity: 1;
    border-color: #FFD700;
    box-shadow: 0 0 10px rgba(255,215,0,0.5);
}

.thumb-item img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

/* Photo count với HD badge cho VIP 1 */
.photo-count {
    position: absolute;
    top: 15px;
    left: 15px;
    background: rgba(0,0,0,0.7);
    color: white;
    padding: 6px 12px;
    border-radius: 20px;
    font-size: 13px;
    z-index: 5;
    display: inline-flex;
    align-items: center;
    gap: 5px;
}

.photo-count .hd-badge {
    background: linear-gradient(135deg, #FFD700, #FFA500);
    padding: 2px 6px;
    border-radius: 10px;
    font-size: 10px;
    font-weight: bold;
    margin-left: 5px;
}

/* === PHẦN THÔNG TIN Ở DƯỚI === */
.vip-info-bottom {
    padding: 20px;
}

/* Tiêu đề */
.vip-title {
    margin: 0 0 15px 0;
    font-size: 18px;
    font-weight: 700;
    line-height: 1.4;
}

.vip-title a {
    color: #1a1a1a;
    text-decoration: none;
    transition: all 0.3s;
    display: inline-block;
    background: linear-gradient(90deg, #0066cc, #004499);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    position: relative;
}

.vip-title a:hover {
    transform: translateX(5px);
}

/* DÒNG 1: Thông tin chính - QUAN TRỌNG - ĐÃ CHỈNH SỬA ĐỂ ĐỊA CHỈ CÙNG HÀNG TRÊN DESKTOP */
.vip-main-info {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 15px;
    padding: 12px 0;
    border-bottom: 1px solid #e5e5e5;
    font-size: 15px;
    line-height: 1.5;
}

/* Nhóm thông tin bên trái (Giá - Diện tích - Phòng) */
.vip-main-info .info-left {
    display: flex;
    align-items: center;
    gap: 0;
}

/* Nhóm thông tin bên phải (Địa chỉ) */
.vip-main-info .info-right {
    display: flex;
    align-items: center;
}

/* Giá và Diện tích - MÀU ĐỎ, FONT LỚN */
.vip-main-info .vip-price,
.vip-main-info .vip-area {
    font-size: 17px !important;
    color: #e74c3c !important;
    font-weight: 600 !important;
    white-space: nowrap;
}

/* Số phòng - MÀU XÁM, FONT NHỎ HƠN */
.vip-main-info .vip-rooms {
    font-size: 15px !important;
    color: #666 !important;
    font-weight: 400 !important;
    white-space: nowrap;
}

/* Địa chỉ - CÙNG HÀNG VỚI CÁC THÔNG TIN KHÁC TRÊN DESKTOP */
.vip-main-info .vip-location {
    font-size: 15px !important;
    color: #666 !important;
    font-weight: 400 !important;
    white-space: nowrap;
    display: inline-flex;
    align-items: center;
    gap: 5px;
}

.vip-main-info .vip-location i {
    font-size: 14px;
    color: #999;
}

/* Dấu ngăn cách */
.vip-main-info .info-separator {
    color: #d0d0d0 !important;
    margin: 0 10px;
    font-size: 14px;
}

/* Thêm pseudo-element để đẩy địa chỉ sang phải */
.vip-main-info .vip-rooms::after {
    content: "";
    flex-grow: 1;
    min-width: 20px;
}

/* Ẩn separator cuối cùng trước địa chỉ */
.vip-main-info .vip-location::before {
    content: "";
    display: none;
}

/* Mô tả */
.vip-description {
    color: #555;
    font-size: 14px;
    line-height: 1.6;
    margin-bottom: 20px;
}

/* DÒNG 2: Footer - Thành viên và điện thoại */
.vip-footer {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding-top: 12px;
}

/* Avatar và thông tin thành viên bên trái */
.vip-member-info {
    display: flex;
    align-items: center;
    gap: 10px;
}

.vip-member-info .member-avatar {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    object-fit: cover;
    border: 1px solid #e0e0e0;
    background: #f5f5f5;
}

.vip-member-info .member-details {
    display: flex;
    flex-direction: column;
    gap: 2px;
}

/* TÊN THÀNH VIÊN Ở TRÊN */
.vip-member-info .member-name {
    font-size: 14px !important;
    color: #333 !important;
    font-weight: 500 !important;
    line-height: 1.3;
    order: 1;
}

/* NGÀY ĐĂNG Ở DƯỚI */
.vip-member-info .post-date {
    font-size: 12px !important;
    color: #999 !important;
    line-height: 1.3;
    order: 2;
}

/* Số điện thoại bên phải */
.vip-phone-section {
    display: flex;
    align-items: center;
}

.vip-phone-section .phone-btn {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    padding: 8px 18px;
    background: linear-gradient(135deg, #00a8ff, #0078d4);
    color: white !important;
    border-radius: 25px;
    text-decoration: none;
    font-size: 14px;
    font-weight: 500;
    transition: all 0.3s;
    box-shadow: 0 2px 8px rgba(0,168,255,0.2);
}

.vip-phone-section .phone-btn:hover {
    background: linear-gradient(135deg, #0078d4, #005a9e);
    transform: translateY(-1px);
    color: white !important;
    box-shadow: 0 4px 12px rgba(0,120,212,0.3);
}

.vip-phone-section .phone-btn i {
    font-size: 13px;
}

/* === TIN THƯỜNG - LAYOUT MỚI ĐẸP HƠN === */
.item-normal-fullwidth {
    width: 100%;
    margin-bottom: 15px;
    background: white;
    border: 1px solid #e0e0e0;
    border-radius: 8px;
    overflow: hidden;
    transition: all 0.3s;
    clear: both;
}

.item-normal-fullwidth:hover {
    box-shadow: 0 3px 15px rgba(0,0,0,0.1);
    transform: translateY(-2px);
}

.normal-content-wrapper {
    display: flex;
    padding: 0;
    gap: 0;
    align-items: stretch; /* Đảm bảo ảnh và nội dung cao bằng nhau */
    position: relative;
}

/* Ảnh bên trái - CHIỀU CAO TỰ ĐỘNG THEO NỘI DUNG */
.normal-image-wrapper {
    flex-shrink: 0;
    width: 240px;
    position: relative;
    overflow: hidden;
    border-radius: 8px 0 0 8px;
    align-self: stretch; /* Kéo dài theo chiều cao container */
}

.normal-image-wrapper img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.3s;
    position: absolute;
    top: 0;
    left: 0;
}

.normal-image-wrapper:hover img {
    transform: scale(1.1);
}

/* Badge HOT */
.icon-hot {
    position: absolute;
    top: 10px;
    left: 10px;
    background: linear-gradient(135deg, #ff0000, #ff6600);
    color: white;
    padding: 3px 8px;
    border-radius: 4px;
    font-size: 10px;
    font-weight: bold;
    text-transform: uppercase;
    z-index: 2;
}

/* Số ảnh */
.normal-photo-count {
    position: absolute;
    bottom: 10px;
    right: 10px;
    background: rgba(0,0,0,0.6);
    color: white;
    padding: 3px 8px;
    border-radius: 4px;
    font-size: 11px;
    z-index: 2;
}

/* Nội dung bên phải - XÁC ĐỊNH CHIỀU CAO */
.normal-info-wrapper {
    flex: 1;
    display: flex;
    flex-direction: column;
    padding: 15px 20px;
    gap: 8px;
    justify-content: space-between;
}

/* Tiêu đề */
.normal-title {
    margin: 0 0 5px 0;
    font-size: 16px;
    font-weight: 600;
    line-height: 1.3;
}

.normal-title a {
    color: #1a1a1a;
    text-decoration: none;
    transition: color 0.3s;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.normal-title a:hover {
    color: #0066cc;
}

/* Thông tin chính */
.normal-main-info {
    display: flex;
    align-items: center;
    gap: 15px;
    font-size: 15px;
    margin: 5px 0;
}

.normal-price {
    color: #e74c3c;
    font-weight: 600;
    font-size: 16px;
}

/* DIỆN TÍCH MÀU ĐỎ */
.normal-area {
    color: #e74c3c !important;
    font-weight: 600;
    font-size: 16px;
}

.normal-rooms {
    color: #666;
    font-size: 14px;
    display: flex;
    align-items: center;
    gap: 8px;
}

.normal-rooms i {
    color: #999;
    font-size: 13px;
}

/* Địa chỉ */
.normal-location {
    font-size: 14px;
    color: #666;
    display: flex;
    align-items: center;
    gap: 5px;
    margin: 5px 0;
}

.normal-location i {
    color: #999;
    font-size: 12px;
}

/* Mô tả */
.normal-description {
    font-size: 13px;
    color: #666;
    line-height: 1.5;
    flex: 1;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    margin: 8px 0;
}

/* Footer */
.normal-footer {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding-top: 10px;
    margin-top: auto;
}

.normal-member {
    display: flex;
    align-items: center;
    gap: 8px;
}

.normal-avatar {
    width: 35px;
    height: 35px;
    border-radius: 50%;
    object-fit: cover;
    border: 1px solid #e0e0e0;
}

.normal-member-name {
    font-size: 13px;
    color: #666;
}

.normal-phone-btn {
    display: inline-flex;
    align-items: center;
    gap: 5px;
    padding: 7px 16px;
    background: linear-gradient(135deg, #00a8ff, #0078d4);
    color: white !important;
    border-radius: 20px;
    text-decoration: none;
    font-size: 13px;
    font-weight: 500;
    transition: all 0.3s;
}

.normal-phone-btn:hover {
    background: linear-gradient(135deg, #0078d4, #005a9e);
    transform: scale(1.05);
    color: white !important;
}

.normal-phone-btn i {
    font-size: 12px;
}

/* === RESPONSIVE CHO TIN THƯỜNG === */
@media (max-width: 768px) {
    .normal-content-wrapper {
        flex-direction: column;
        padding: 12px;
        gap: 12px;
    }
    
    .normal-image-wrapper {
        width: 100%;
        height: 200px;
    }
    
    .normal-title {
        font-size: 15px;
    }
    
    .normal-main-info {
        font-size: 14px;
    }
    
    .normal-price {
        font-size: 15px;
    }
}

@media (max-width: 480px) {
    .item-normal-fullwidth {
        margin-bottom: 10px;
        border-radius: 6px;
    }
    
    .normal-content-wrapper {
        padding: 10px;
        gap: 10px;
    }
    
    .normal-image-wrapper {
        height: 180px;
    }
    
    .normal-title {
        font-size: 14px;
    }
    
    .normal-main-info {
        font-size: 13px;
        gap: 10px;
    }
    
    .normal-price {
        font-size: 14px;
    }
    
    .normal-description {
        font-size: 12px;
    }
    
    .normal-footer {
        flex-direction: row;
        gap: 10px;
    }
    
    .normal-phone-btn {
        padding: 5px 10px;
        font-size: 12px;
    }
}

/* === RESPONSIVE MOBILE === */
@media (max-width: 768px) {
    /* Điều chỉnh chiều cao gallery cho mobile - TĂNG CHIỀU CAO */
.vip-gallery-1 { height: 350px !important; }  /* Tăng 50px */
.vip-gallery-2 { height: 330px !important; }  /* Tăng 50px */
.vip-gallery-3 { height: 310px !important; }  /* Tăng 50px */
.vip-gallery-4 { height: 290px !important; }  /* Tăng 50px */
.vip-gallery-5 { height: 270px !important; }  /* Tăng 50px */
    
    .carousel-main {
        height: calc(100% - 50px);
    }
    
    .vip-level-4 .carousel-main,
    .vip-level-5 .carousel-main {
        height: 100%;
    }
    
    .vip-thumbnails {
        height: 50px;
    }
    
    .thumb-item {
        min-width: 60px;
        height: 40px;
    }
    
    /* Phần thông tin chính - MOBILE GIỮ NGUYÊN 2 DÒNG */
    .vip-main-info {
        display: block !important;
        padding: 10px 0;
        border-bottom: 1px solid #e5e5e5;
    }
    
    /* Nhóm bên trái trên mobile */
    .vip-main-info .info-left {
        display: inline;
    }
    
    /* Nhóm bên phải trên mobile */
    .vip-main-info .info-right {
        display: block;
        margin-top: 8px;
    }
    
    /* Dòng 1: Giá và Diện tích MÀU ĐỎ - Số phòng MÀU XÁM */
    .vip-main-info .vip-price,
    .vip-main-info .vip-area {
        display: inline-block;
        font-size: 16px !important;
        color: #e74c3c !important;
        font-weight: 600 !important;
        margin-right: 8px;
    }
    
    .vip-main-info .vip-rooms {
        display: inline-block;
        font-size: 14px !important;
        color: #666 !important;
        font-weight: 400 !important;
        margin-right: 8px;
    }
    
    /* Dòng 2: Địa chỉ với icon */
    .vip-main-info .vip-location {
        display: block;
        font-size: 14px !important;
        color: #666 !important;
        font-weight: 400 !important;
        margin-top: 8px;
        margin-left: 0;
    }
    
    .vip-main-info .vip-location i {
        font-size: 13px;
        color: #999;
        margin-right: 5px;
    }
    
    /* Separator giữa các phần */
    .vip-main-info .info-separator {
        display: inline-block;
        margin: 0 5px;
        font-size: 12px;
        color: #ccc;
    }
    
    /* Mô tả */
    .vip-description {
        display: block;
        font-size: 13px;
        line-height: 1.5;
        margin-bottom: 15px;
        color: #666;
    }
    
    /* Các phần khác */
    .vip-info-bottom {
        padding: 15px;
    }
    
    .vip-title {
        font-size: 16px;
        line-height: 1.3;
        margin-bottom: 12px;
    }
    
    /* Footer */
    .vip-footer {
        flex-direction: row;
        justify-content: space-between;
        align-items: center;
    }
    
    .vip-member-info .member-avatar {
        width: 36px;
        height: 36px;
    }
    
    .vip-member-info .member-name {
        font-size: 13px !important;
    }
    
    .vip-member-info .post-date {
        font-size: 11px !important;
        color: #999;
    }
    
    .vip-phone-section .phone-btn {
        padding: 7px 14px;
        font-size: 13px;
    }
    
    /* TIN THƯỜNG TRÊN MOBILE */
    .normal-content-wrapper {
        flex-direction: column;
        padding: 0;
        gap: 0;
        min-height: auto;
    }
    
    .normal-image-wrapper {
        width: 100%;
        height: 220px;
        border-radius: 8px 8px 0 0;
    }
    
    .normal-info-wrapper {
        padding: 12px;
        min-height: auto;
    }
    
    .normal-title {
        font-size: 15px;
    }
    
    .normal-main-info {
        font-size: 14px;
    }
    
    .normal-price,
    .normal-area {
        font-size: 15px !important;
    }
}
    
@media (max-width: 480px) {
    /* Điều chỉnh chiều cao gallery cho mobile nhỏ - TĂNG CHIỀU CAO */
.vip-gallery-1 { height: 280px !important; }  /* Tăng 30px */
.vip-gallery-2 { height: 270px !important; }  /* Tăng 30px */
.vip-gallery-3 { height: 260px !important; }  /* Tăng 30px */
.vip-gallery-4 { height: 250px !important; }  /* Tăng 30px */
.vip-gallery-5 { height: 240px !important; }  /* Tăng 30px */
    
    .carousel-main {
        height: calc(100% - 40px);
    }
    
    .vip-level-4 .carousel-main,
    .vip-level-5 .carousel-main {
        height: 100%;
    }
    
    .carousel-nav {
        width: 32px;
        height: 32px;
    }
    
    .carousel-nav i {
        font-size: 14px;
    }
    
    .vip-thumbnails {
        height: 40px;
        padding: 3px;
    }
    
    .thumb-item {
        min-width: 50px;
        height: 34px;
    }
    
    /* Container */
    .item-vip-fullwidth {
        margin-bottom: 12px;
        border-radius: 6px;
        border-width: 1px;
    }
    
    /* Phần thông tin */
    .vip-info-bottom {
        padding: 12px;
    }
    
    .vip-title {
        font-size: 15px;
        margin-bottom: 10px;
        line-height: 1.3;
    }
    
    /* Thông tin chính - Layout 2 dòng */
    .vip-main-info {
        display: block !important;
        padding: 8px 0;
        border-bottom: 1px solid #e5e5e5;
    }
    
    /* Nhóm bên trái trên mobile nhỏ */
    .vip-main-info .info-left {
        display: inline;
    }
    
    /* Nhóm bên phải trên mobile nhỏ */
    .vip-main-info .info-right {
        display: block;
        margin-top: 6px;
    }
    
    /* Dòng 1: Giá và Diện tích MÀU ĐỎ LỚN - Số phòng MÀU XÁM NHỎ */
    .vip-main-info .vip-price,
    .vip-main-info .vip-area {
        display: inline-block;
        font-size: 15px !important;
        color: #e74c3c !important;
        font-weight: 600 !important;
        margin-right: 6px;
        white-space: nowrap;
    }
    
    .vip-main-info .vip-rooms {
        display: inline-block;
        font-size: 13px !important;
        color: #666 !important;
        font-weight: 400 !important;
        margin-right: 6px;
        white-space: nowrap;
    }
    
    /* Dòng 2: Địa chỉ với icon */
    .vip-main-info .vip-location {
        display: block;
        font-size: 13px !important;
        color: #666 !important;
        font-weight: 400 !important;
        margin-top: 6px;
        margin-left: 0;
        white-space: normal;
    }
    
    .vip-main-info .vip-location i {
        font-size: 12px;
        color: #999;
        margin-right: 4px;
    }
    
    /* Separator nhỏ hơn */
    .vip-main-info .info-separator {
        display: inline-block;
        margin: 0 4px;
        font-size: 10px;
        color: #ccc;
    }
    
    /* Mô tả - hiển thị với giới hạn dòng */
    .vip-description {
        display: block;
        font-size: 12px;
        line-height: 1.4;
        margin-bottom: 12px;
        color: #666;
        overflow: hidden;
        text-overflow: ellipsis;
        display: -webkit-box;
        -webkit-line-clamp: 3;
        -webkit-box-orient: vertical;
    }
    
    /* Footer compact */
    .vip-footer {
        padding-top: 10px;
        flex-direction: row;
        justify-content: space-between;
    }
    
    .vip-member-info {
        gap: 8px;
    }
    
    .vip-member-info .member-avatar {
        width: 32px;
        height: 32px;
    }
    
    .vip-member-info .member-name {
        font-size: 12px !important;
        font-weight: 500;
    }
    
    .vip-member-info .post-date {
        font-size: 10px !important;
    }
    
    .vip-phone-section .phone-btn {
        padding: 6px 12px;
        font-size: 12px;
        border-radius: 20px;
    }
    
    /* Badge VIP nhỏ hơn */
    .vip-badge-corner {
        font-size: 9px;
        padding: 4px 8px;
        top: 10px;
        right: 10px;
    }
    
    /* Photo count nhỏ hơn */
    .photo-count {
        font-size: 11px;
        padding: 4px 8px;
        top: 10px;
        left: 10px;
    }
    
    /* TIN THƯỜNG TRÊN MOBILE NHỎ */
    .item-normal-fullwidth {
        margin-bottom: 10px;
        border-radius: 6px;
    }
    
    .normal-content-wrapper {
        flex-direction: column;
        padding: 0;
        gap: 0;
        min-height: auto;
    }
    
    .normal-image-wrapper {
        width: 100%;
        height: 200px;
        min-height: 200px;
        border-radius: 6px 6px 0 0;
    }
    
    .normal-info-wrapper {
        padding: 10px;
        gap: 5px;
        min-height: auto;
    }
    
    .normal-title {
        font-size: 14px;
    }
    
    .normal-main-info {
        font-size: 13px;
        gap: 10px;
    }
    
    .normal-price,
    .normal-area {
        font-size: 14px !important;
    }
    
    .normal-description {
        font-size: 12px;
    }
    
    .normal-footer {
        flex-direction: row;
        gap: 10px;
    }
    
    .normal-phone-btn {
        padding: 5px 10px;
        font-size: 12px;
    }
}

/* Clear float */
.clearfix::after {
    content: "";
    display: table;
    clear: both;
}
/* ===== NGÔI SAO VIP 1 - HOẠT ĐỘNG CẢ MOBILE ===== */
.vip-level-1 .vip-title a::before {
    content: "★" !important;
    color: #ff0000 !important;
    font-size: 25px !important;
    -webkit-text-fill-color: #ff0000 !important;
    background: none !important;
    margin-right: 10px !important;
    display: inline-block !important;
    animation: blink 0.5s infinite !important;
    vertical-align: middle !important;
}

@keyframes blink {
    0%, 100% { 
        opacity: 1;
        transform: scale(1);
    }
    50% { 
        opacity: 0.4;
        transform: scale(0.95);
    }
}