<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.wrapper {
    margin-block: 32px; /* my: 4 (theme spacing unit) */
  }
  
  .heading {
    font-weight: 500;
    font-size: 32px;
    color: #1A1A1A;
    width: 1360px;
    margin-left: auto;
    margin-right: auto;
  }

  .cardContainer{
    padding-left: 10px !important;
    padding-top: 20px !important;
  }

  .card {
    height: 516px;
    border-radius: 5px;
    background-color: #FFFFFF;
    border-width: 1px 1px 1px 0px;
    border-style: solid;
    border-color: #D4D4D4;
    box-shadow: none;
    overflow: hidden;
  }

  .title{
    font-weight: 700;
    font-size: 19px;
  }

  .address{
    font-weight: 400;
    font-size: 16px;
    color: #545454;
  }

  .popularGrid{
    width: 1360px;
    margin: auto;
    margin-left: -0.5% !important;
  }

  .viewAllContainer {
    display: flex;
    justify-content: center;
    margin-top: 20px;
  }
  
  .viewAllButton {
    width: 125px;
    height: 40px;
    border-radius: 5px;
    border: 1px solid #000000;
    color: #000000;
    text-transform: none;
    background-color: transparent;
    cursor: pointer; 
  }
  
  .viewAllButton:hover {
    border: 1px solid #000000;
    background-color: rgba(0, 0, 0, 0.04);
  }
  
  @media screen and (min-width: 320px) and (max-width: 1360px) { 
    .popularGrid {
      width: 95%!important; 
      margin: auto!important;
      margin-left: 1.7%!important;
  }
  .heading {
    width: 95%!important; 
    margin: auto!important;
  }
  }</pre></body></html>