.locals-list-container {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-gap: 10px;
  gap: 10px;
  padding-left: 0px; }
  .locals-list-container > li {
    display: none;
    overflow: hidden;
    position: relative;
    width: 100% !important;
    padding-bottom: 100% !important;
    transition: display ease 0.5s; }

.local-guides .card-container {
  position: absolute;
  top: 0;
  left: 0;
  min-width: 100px;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: stretch;
  justify-items: stretch;
  overflow: hidden;
  border-radius: 0px;
  background-color: transparent; }
  .local-guides .card-container .card-le {
    padding: 7px;
    box-sizing: border-box;
    border-radius: 10px;
    flex-grow: 1;
    outline: 1px solid rgba(255, 255, 255, 0); }
    .local-guides .card-container .card-le .card-top .fav-icon {
      width: 24px;
      height: 24px; }
    .local-guides .card-container .card-le .card-top .price {
      font-size: 11px;
      font-weight: normal;
      height: 20px;
      padding-left: 10px;
      padding-right: 10px; }
    .local-guides .card-container .card-le .card-bottom {
      margin-top: auto; }
      .local-guides .card-container .card-le .card-bottom .h2 {
        font-size: 16px;
        font-weight: bold;
        padding-bottom: 0px;
        margin-bottom: 4px; }
    .local-guides .card-container .card-le .user-place {
      font-size: 16px;
      font-weight: normal;
      margin-bottom: 7px; }
    .local-guides .card-container .card-le .user-lang {
      font-size: 10px;
      font-weight: normal;
      padding-bottom: 4px; }
    .local-guides .card-container .card-le .user-reviews {
      font-size: 10px;
      font-weight: 600;
      line-height: 1.6; }
    .local-guides .card-container .card-le .star-ico {
      width: 10px;
      height: 10px;
      background: transparent !important; }
      .local-guides .card-container .card-le .star-ico + .star-ico {
        margin-left: 2px; }
      .card-unavailable {
      position: relative;
      overflow: hidden; }
    .card-unavailable::after {
      content: "";
      pointer-events: none;
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      background: rgba(255,255,255,0.45);
      z-index: 10;
      border-radius: 10px !important; }
    .card-unavailable .not-available-label {
      position: absolute;
      bottom: 0;
      left: 0;
      width: 100%;
      padding: 8px 0;
      background: rgba(0, 0, 0, 0.7);
      color: #fff;
      opacity: 0.9;
      font-weight: 500;
      text-align: center;
      z-index: 11;
      font-size: 14px;
      letter-spacing: 0.5px;
      text-transform: uppercase;
      border-bottom-left-radius: 10px !important;
      border-bottom-right-radius: 10px !important; }

#see-more-locals {
  display: none;
  margin-top: 40px; }

.btn-container {
  display: flex;
  justify-content: stretch; }

@media (min-width: 360px) {
  .locals-list-container {
    grid-gap: 15px;
    gap: 15px; }
  .local-guides .card-container .card-le {
    padding: 10px; }
    .local-guides .card-container .card-le .card-bottom .star-ico {
      width: 12px;
      height: 12px;
      background: transparent !important; } }

@media (min-width: 768px) {
  #see-more-locals {
    margin-top: 60px; }
  .btn-container {
    justify-content: center; }
  .locals-list-container {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    grid-gap: 20px;
    gap: 20px; }
  .local-guides .card-container .card-le {
    border-radius: 20px;
    padding: 15px; }
    .local-guides .card-container .card-le .card-top .price {
      font-size: 16px;
      letter-spacing: -0.35px;
      font-weight: 600;
      height: 30px;
      padding-left: 8px;
      padding-right: 8px; }
    .local-guides .card-container .card-le .card-top .fav-icon {
      width: 32px;
      height: 32px; }
    .local-guides .card-container .card-le .card-bottom .h2 {
      font-size: 24px; }
    .local-guides .card-container .card-le .card-bottom .star-ico {
      width: 15px;
      height: 15px; }
      .local-guides .card-container .card-le .card-bottom .star-ico + .star-ico {
        margin-left: 5px; }
    .local-guides .card-container .card-le .user-place {
      font-size: 16px;
      font-weight: normal;
      margin-bottom: 7px; }
    .local-guides .card-container .card-le .user-lang {
      font-size: 16px;
      font-weight: normal;
      margin-bottom: 7px; }
    .local-guides .card-container .card-le .user-reviews {
      font-size: 12px;
      font-weight: 600; } 
    .card-unavailable .not-available-label {
      border-bottom-left-radius: 20px !important;
      border-bottom-right-radius: 20px !important; }
    .card-unavailable::after {
      border-radius: 12px !important; } }
    

@media (min-width: 992px) {
  .locals-list-container {
    display: grid;
    grid-template-columns: repeat(4, 1fr); }
  .local-guides .card-container .card-le .user-reviews {
    font-size: 14px;
    font-weight: 600; } }

@media (min-width: 1200px) {
  .locals-list-container {
    display: grid;
    grid-template-columns: repeat(4, 1fr); }
  .local-guides .card-container .card-le {
    padding: 20px; }
    .local-guides .card-container .card-le .card-top .price {
      font-size: 18px;
      letter-spacing: -0.35px;
      font-weight: 600;
      height: 36px;
      padding-left: 15px;
      padding-right: 15px; }
    .local-guides .card-container .card-le .star-ico {
      width: 18px;
      height: 18px; } }
