

@media only screen and (min-width: 900px) {
    .list-row {
        display: flex !important;
    }
}

.list-row {
    display: block;
}

.apps-hero {
    display: -webkit-box;
    overflow-x: auto;
  }
  .app-hero {
    background: rgba(32, 32, 32, 0.69);
    border-radius: 15px;
    display: block;
    height: -webkit-fit-content;
    margin-bottom: 10px;
    width: 100px;
    margin-right: 10px;
  }
  .beta-div {
    text-align: center;
    margin-top: -18px;
  }
  .beta-div-hero {
    text-align: center;
    margin-top: -9px;
    margin-bottom: 2px;
  }
  .beta {
    font-size: 12px;
    color: #fff;
    background: rgba(10, 71, 154, 1);
    padding: 2px 8px;
    border-radius: 5px;
    width: -webkit-min-content;
    font-weight: 500;
  }
  .section-button {
    border: none;
    background: rgba(255, 255, 255, 0.38);
    min-width: -webkit-max-content;
    padding: 8px 16px;
    border-radius: 21px;
    font-size: 13px;
    margin-right: 6px;
    font-weight: bold;
    font-family: system-ui;
    color: #fff;
  }
  a {
    text-decoration: none;
    /* color: #ffffff78; */
  }
  .section-button-selected {
    border: none;
    background: #fff;
    min-width: -webkit-max-content;
    padding: 8px 16px;
    border-radius: 21px;
    font-size: 13px;
    margin-right: 6px;
    font-weight: bold;
    font-family: system-ui;
    color: #000;
  }
  .app {
    background: #00000012;
    border-radius: 15px;
    display: -webkit-inline-flex;
    margin-bottom: 20px;
    width: -webkit-fill-available;
  }
  .app-details {
    width: -webkit-fill-available;
    margin-top: 23px;
  }
  .app-name {
    color: #000;
    margin-bottom: 0px;
    font-size: 17px;
    font-weight: bold;
  }
  .app-hero-name-div {
    text-align: center;
  }
  .app-hero-name {
    color: #000;
    margin-bottom: 0px;
    font-size: 13px;
    font-weight: bold;
    margin-top: 8px;
    padding-bottom: 10px;
  }
  .app-downloads {
    margin-bottom: 4px;
    margin-right: 5px;
    margin-top: 0px;
    color: #fff;
    font-size: 11px;
    text-align: -webkit-center;
  }
  .skip-ad-button {
    width: -webkit-fill-available;
    border: none;
    padding: 13px;
    font-size: 16px;
    border-radius: 29px;
    font-weight: 800;
    background: rgba(255, 255, 255, 0.331);
    color: #000;
  }
  .app-hero-downloads {
    margin-bottom: 15px;
    margin-top: 0px;
    color: #fff;
    font-size: 11px;
    text-align: -webkit-center;
  }
  .fav-icon {
    width: 23px;
    margin-bottom: -3px;
  }
  .app-desc {
    background: none;
    border: none;
    color: #000;
    margin-top: 5px;
    font-weight: 100;
    /* margin-bottom: 10px; */
  }
  .app-tags {
    margin-top: 5px;
    margin-bottom: 10px;
  }
  .app-tag {
    background: #fff;
    color: black;
    padding: 2px 10px;
    margin-right: 2px;
    border-radius: 10px;
    font-size: 10px;
  }
  .app-icon-div {
    margin-top: auto;
    margin-bottom: auto;
  }
  .app-icon {
    width: 60px;
    border-radius: 12px;
    margin: 10px 10px;
  }
  .app-hero-icon-div {
    display: grid;
  }
  .app-hero-icon {
    width: 70px;
    border-radius: 12px;
    margin-left: auto;
    margin-right: auto;
    margin-top: 12px;
  }
  .app-install {
    display: block;
    margin-top: auto;
    margin-bottom: auto;
    margin-right: 5px;
  }
  .app-button-install {
    margin-left: 0px;
    margin-right: 5px;
    border: none;
    border-radius: 15px;
    padding: 5px 10px;
    background: #000;
    color: white;
    font-weight: 300;
  }