      .pillbutton {
        background-color: #454545;
        border: none;
        color: white;
        border-radius: 20px;
        padding: 6px 12px;
        text-align: center;
        text-decoration: none;
        display: inline-block;
        margin: 4px 2px;
        cursor: pointer;
      }

      .shop {
        position: relative;
        min-height: 250px;
      }

      .shop-info {
        position: absolute;
        bottom: 0;
        left: 0;
        right: 0;
        margin-inline: auto;
        width: fit-content;
      }

      img.itempic {
        width:100%;
        max-width:150px;
        max-height:150px;
        display: block;
        margin: auto;
        height:auto;
      }

      .shop-list {
        display: grid;
        grid-template-columns: repeat(auto-fill,minmax(250px, 1fr));
        gap: 20px;
        margin-bottom: 20px;
      }

      .shop-list .shop {
        display: block;
        background: #fff;
        transition: box-shadow 0.3s;
        border: 1px solid #e3e3e3;
        box-shadow: 0px 1px 10px -2px rgb(0 0 0 / 10%);
        cursor: pointer;
      }

      .shop-list .shop:hover {
        box-shadow: 0 16px 64px -16px rgb(46 55 77 / 24%)
      }

      .shop-list .shop .event-image {
        width: 100%;
        height: 320px;
        background: #d1d1d1;
        overflow: hidden;
        display: flex;
        align-items: center;
        justify-content: center;
        background-size: cover;
        background-position: top center;
      }

      .shop-list .shop .event-image .fa {
        font-size: 36px;
        opacity: 0.3;
      }

      .shop-list .shop .shop-info {
        padding: 20px;
      }

      .shop-list .shop .shop-name {
        font-weight: bold;
        align-items: center;
        margin-top: 10px;
        margin-bottom: 10px;
        cursor: pointer;
      }

      .shop-list .shop {
        margin-bottom: 20px;
      }

      .shop-list {
        border-radius: 0px;
        padding: 4px 8px;
      }

      .ig-red {
        color:red
      }

      .inactiveLink {
        pointer-events: none;
        cursor: default;
      }

      .addressbox {
        background-color: #eee;
        border-radius: 15px;
        border: 1px solid #ddd;
        padding: 10px;
        margin-bottom: 10px;
        margin-left: 0px;
      }
