
    .similar-section h3 {
      font-size: 20px;
      margin-bottom: 20px;
    }

    .swiper {
      padding-bottom: 30px;
      position: relative;
    }

    .swiper-slide {
      background: white;
      border: 1px solid #eee;
      border-radius: 10px;
      overflow: hidden;
      font-size: 14px;
    }

    .property-img {
      width: 100%;
      height: 150px;
      object-fit: cover;
      display: block;
    }

    .no-image {
      background: #fff2f4;
      height: 150px;
      display: flex;
      align-items: center;
      justify-content: center;
      color: #888;
      font-size: 14px;
      text-align: center;
    }

    .info {
      padding: 10px 15px;
    }

    .info .type {
      color: #555;
      font-weight: 500;
      margin-bottom: 5px;
    }

    .info .price {
      font-weight: bold;
      font-size: 16px;
    }

    .info .title {
      margin-top: 8px;
      font-weight: 600;
      color: #d32f2f;
    }

    .info .location {
      font-size: 13px;
      color: #666;
    }

    .swiper-button-next,
    .swiper-button-prev {
      background: white;
      border-radius: 50%;
      box-shadow: 0 2px 5px rgba(0,0,0,0.15);
      width: 36px;
      height: 36px;
      color: #222;
    }

    .swiper-button-disabled {
      opacity: 0.4;
    }
