body {
    margin: 0;
    padding: 0;
    font-family: sans-serif;
    overflow-x: hidden;
  }

  .card-container {
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
    padding: 20px;
  }

  .card {
    border-radius: 20px;
    width: 230px;
  }

  .card img {
    width: 100%;
    height: 180px;
    object-fit: cover;
    border-radius: 12px;
  }


  .location-rating {
    display: flex;
    justify-content: space-between;
    font-weight: bold;
    margin-bottom: 6px;
  }

  .card p {
    font-size: xx-small;
    color: grey;
    line-height: 8px;
    margin: 6px 0;
  }

  .second u b {
    color: black;
  }

  span {
    font-size: 10px;
    font-weight: bold;
    color: #333;
  }
