.portrait-store {
  width: min(1440px, calc(100% - 32px));
  margin: 0 auto;
  padding: 34px 0 72px;
}

.portrait-store__hero {
  max-width: 960px;
  margin: 0 auto 34px;
  text-align: center;
}

.portrait-store__eyebrow {
  margin: 0 0 8px;
  font-size: .78rem;
  font-weight: 800;
  letter-spacing: .18em;
  text-transform: uppercase;
}

.portrait-store__hero h1 {
  margin: 0;
  font-size: clamp(2rem, 5vw, 4.6rem);
  line-height: .98;
}

.portrait-store__intro {
  max-width: 720px;
  margin: 18px auto 0;
  font-size: 1.05rem;
  line-height: 1.6;
  opacity: .82;
}

.portrait-store__future {
  display: inline-flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 8px 14px;
  margin-top: 20px;
  padding: 11px 18px;
  border: 1px solid currentColor;
  border-radius: 999px;
  font-size: .9rem;
}

.portrait-store__status {
  margin: 0 0 20px;
  text-align: center;
  font-weight: 700;
}

.portrait-store__status--error {
  padding: 18px;
  border: 1px solid currentColor;
}

.portrait-store__grid {
  display: grid;
  grid-template-columns:
    repeat(auto-fill,minmax(230px,1fr));
  gap: 24px;
  align-items: start;
}

.portrait-single {
  overflow: hidden;
  border: 1px solid rgba(127,127,127,.32);
  border-radius: 20px;
  background: rgba(127,127,127,.055);
}

.portrait-single__art {
  aspect-ratio: 2 / 3;
  overflow: hidden;
  background: rgba(127,127,127,.12);
}

.portrait-single__art img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.portrait-single__body {
  padding: 18px;
}

.portrait-single__artist {
  margin: 0 0 7px;
  font-size: .76rem;
  font-weight: 800;
  letter-spacing: .1em;
  text-transform: uppercase;
  opacity: .7;
}

.portrait-single__title {
  margin: 0;
  min-height: 2.5em;
  font-size: 1.22rem;
  line-height: 1.22;
}

.portrait-single__promotion {
  display: inline-block;
  margin-top: 16px;
  padding: 7px 10px;
  border: 1px solid currentColor;
  border-radius: 999px;
  font-size: .72rem;
  font-weight: 900;
  letter-spacing: .08em;
}

.portrait-single__notice {
  margin: 11px 0;
  font-size: .82rem;
  line-height: 1.45;
  opacity: .78;
}

.portrait-single__future-price {
  display: grid;
  grid-template-columns: 1fr auto;
  gap: 2px 10px;
  margin: 15px 0;
  padding-top: 13px;
  border-top: 1px solid rgba(127,127,127,.25);
}

.portrait-single__future-price span,
.portrait-single__future-price small {
  opacity: .65;
}

.portrait-single__future-price strong {
  grid-row: span 2;
  align-self: center;
  font-size: 1.3rem;
}

.portrait-single__download {
  width: 100%;
  min-height: 46px;
  padding: 10px 14px;
  border-radius: 12px;
  font: inherit;
  font-weight: 800;
}

.portrait-single__download:disabled {
  cursor: not-allowed;
  opacity: .66;
}

.portrait-single__delivery-note {
  margin: 9px 0 0;
  font-size: .72rem;
  line-height: 1.45;
  opacity: .6;
}

@media (max-width: 600px) {
  .portrait-store {
    width: min(100% - 20px, 1440px);
    padding-top: 22px;
  }

  .portrait-store__grid {
    grid-template-columns:
      repeat(2,minmax(0,1fr));
    gap: 11px;
  }

  .portrait-single {
    border-radius: 14px;
  }

  .portrait-single__body {
    padding: 12px;
  }

  .portrait-single__title {
    font-size: .98rem;
  }

  .portrait-single__notice,
  .portrait-single__delivery-note {
    font-size: .68rem;
  }
}

/* AIOS Music Store governed hero banner */
.portrait-store__banner {
  display: block;
  width: 100%;
  max-width: 1440px;
  height: auto;
  margin: 0 auto 28px;
  border-radius: 22px;
  object-fit: cover;
}

@media (max-width: 600px) {
  .portrait-store__banner {
    margin-bottom: 20px;
    border-radius: 14px;
  }
}

/* ==========================================================================
   AIOS MUSIC — HORIZONTAL DISCOVERY SHELF
   ========================================================================== */

.aios-singles {
  width: 100%;
  margin-top: 18px;
}

.aios-singles__header {
  display: flex;
  justify-content: space-between;
  align-items: end;
  gap: 20px;
  margin-bottom: 14px;
}

.aios-singles__eyebrow {
  margin: 0 0 4px;
  font-size: .72rem;
  font-weight: 900;
  letter-spacing: .16em;
}

.aios-singles__header h1 {
  margin: 0;
  font-size: clamp(1.8rem,4vw,2.8rem);
}

.aios-singles__description {
  margin: 6px 0 0;
  opacity: .68;
}

.aios-singles__nav {
  display: flex;
  gap: 8px;
}

.aios-singles__nav button {
  width: 45px;
  height: 45px;
  border-radius: 50%;
  font: inherit;
  font-size: 1.6rem;
  cursor: pointer;
}

.aios-singles__status {
  margin: 0 0 10px;
  font-size: .8rem;
  font-weight: 700;
  opacity: .68;
}

.aios-singles__rail {
  display: flex;
  gap: 15px;
  overflow-x: auto;
  overflow-y: hidden;
  padding: 5px 3px 18px;
  scroll-snap-type: x proximity;
  overscroll-behavior-inline: contain;
}

.aios-single {
  flex: 0 0 clamp(145px,17vw,205px);
  scroll-snap-align: start;
  min-width: 0;
}

.aios-single__cover {
  position: relative;
  display: block;
  width: 100%;
  padding: 0;
  border: 0;
  border-radius: 16px;
  overflow: hidden;
  aspect-ratio: 2 / 3;
  cursor: pointer;
}

.aios-single__cover img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.aios-single__cover-play {
  position: absolute;
  right: 10px;
  bottom: 10px;

  display: grid;
  place-items: center;

  min-width: 42px;
  height: 42px;
  padding: 0 11px;

  border-radius: 999px;
  background: rgba(0,0,0,.8);
  color: white;

  font-weight: 900;
}

.aios-single__title {
  display: block;
  margin: 10px 2px 0;

  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}

.aios-single__artist {
  display: block;
  margin: 4px 2px 0;

  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;

  font-size: .78rem;
  opacity: .66;
}

.aios-single__play {
  margin-top: 9px;
  padding: 7px 12px;
  border-radius: 999px;
  font: inherit;
  font-size: .77rem;
  font-weight: 800;
  cursor: pointer;
}

.aios-single--active .aios-single__cover {
  outline: 3px solid currentColor;
  outline-offset: 2px;
}


/* ==========================================================================
   AIOS MUSIC — PERSISTENT PLAYER
   ========================================================================== */

.aios-player-spacer {
  height: 115px;
}

.aios-player {
  position: fixed;
  z-index: 999;
  right: 18px;
  bottom: 18px;
  left: 18px;

  display: grid;
  grid-template-columns:
    60px
    minmax(150px,1fr)
    46px
    minmax(220px,1.4fr)
    auto;

  gap: 14px;
  align-items: center;

  max-width: 1240px;
  margin: 0 auto;
  padding: 12px 15px;

  border: 1px solid rgba(127,127,127,.34);
  border-radius: 18px;

  background: rgba(20,20,20,.94);
  color: white;

  box-shadow:
    0 14px 44px rgba(0,0,0,.3);

  backdrop-filter: blur(18px);
}

.aios-player__art {
  width: 60px;
  height: 60px;
  object-fit: cover;
  border-radius: 9px;
}

.aios-player__identity {
  display: grid;
  min-width: 0;
}

.aios-player__label {
  font-size: .61rem;
  font-weight: 900;
  letter-spacing: .12em;
  opacity: .55;
}

.aios-player__identity strong,
.aios-player__identity span:last-child {
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}

.aios-player__identity strong {
  margin-top: 3px;
}

.aios-player__identity span:last-child {
  margin-top: 2px;
  font-size: .76rem;
  opacity: .66;
}

.aios-player__toggle {
  width: 46px;
  height: 46px;
  border-radius: 50%;
  font: inherit;
  font-weight: 900;
  cursor: pointer;
}

.aios-player__timeline {
  display: grid;
  grid-template-columns: auto 1fr auto;
  gap: 8px;
  align-items: center;
  font-size: .68rem;
}

.aios-player__timeline input {
  width: 100%;
}

.aios-player__promotion {
  display: grid;
  text-align: right;
  font-size: .68rem;
}

.aios-player__promotion strong {
  font-size: .76rem;
}

.aios-player__promotion span,
.aios-player__promotion small {
  opacity: .63;
}

@media (max-width: 720px) {

  .aios-singles__nav {
    display: none;
  }

  .aios-single {
    flex-basis: 137px;
  }

  .aios-singles__rail {
    gap: 11px;
  }

  .aios-player-spacer {
    height: 166px;
  }

  .aios-player {
    right: 8px;
    bottom: 8px;
    left: 8px;

    grid-template-columns:
      50px minmax(0,1fr) 42px;

    gap: 9px;

    padding: 10px;
    border-radius: 14px;
  }

  .aios-player__art {
    width: 50px;
    height: 50px;
  }

  .aios-player__toggle {
    width: 42px;
    height: 42px;
  }

  .aios-player__timeline {
    grid-column: 1 / -1;
  }

  .aios-player__promotion {
    grid-column: 1 / -1;
    display: flex;
    justify-content: center;
    gap: 6px;
    text-align: center;
  }
}

/* ==========================================================================
   AIOS CONSUMER AUTH UI V1
   ========================================================================== */

.aios-account-bar {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;

  margin: 4px 0 28px;
  padding: 15px 17px;

  border: 1px solid rgba(127,127,127,.28);
  border-radius: 16px;

  background: rgba(127,127,127,.055);
}

.aios-account-bar__identity {
  display: grid;
  gap: 3px;
  min-width: 0;
}

.aios-account-bar__label {
  font-size: .66rem;
  font-weight: 900;
  letter-spacing: .12em;
  opacity: .58;
}

.aios-account-bar__identity strong {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.aios-account-bar__identity span:last-child {
  font-size: .78rem;
  opacity: .65;
}

.aios-account-bar__actions {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}

.aios-account-bar__actions button {
  padding: 9px 14px;
  border-radius: 999px;
  font: inherit;
  font-size: .8rem;
  font-weight: 800;
  cursor: pointer;
}

.aios-player__download-gate {
  margin-top: 5px;
  padding: 7px 11px;
  border-radius: 999px;
  font: inherit;
  font-size: .7rem;
  font-weight: 900;
  cursor: pointer;
}

.aios-auth-modal[hidden] {
  display: none !important;
}

.aios-auth-modal {
  position: fixed;
  z-index: 5000;
  inset: 0;

  display: grid;
  place-items: center;

  padding: 20px;
}

.aios-auth-modal__backdrop {
  position: absolute;
  inset: 0;
  background: rgba(0,0,0,.72);
  backdrop-filter: blur(7px);
}

.aios-auth-modal__panel {
  position: relative;
  z-index: 1;

  width: min(430px,100%);
  max-height: calc(100vh - 40px);
  overflow-y: auto;

  padding: 28px;

  border: 1px solid rgba(255,255,255,.18);
  border-radius: 22px;

  background: #111;
  color: #fff;

  box-shadow:
    0 25px 80px rgba(0,0,0,.45);
}

.aios-auth-modal__close {
  position: absolute;
  top: 11px;
  right: 12px;

  width: 38px;
  height: 38px;

  border-radius: 50%;
  font: inherit;
  font-size: 1.5rem;
  cursor: pointer;
}

.aios-auth-modal__eyebrow {
  margin: 0 0 5px;
  font-size: .68rem;
  font-weight: 900;
  letter-spacing: .15em;
  opacity: .6;
}

.aios-auth-modal__panel h2 {
  margin: 0;
  font-size: 2rem;
}

.aios-auth-modal__message {
  margin: 10px 0 20px;
  line-height: 1.5;
  opacity: .72;
}

.aios-auth-modal__message--error {
  opacity: 1;
  font-weight: 700;
}

.aios-auth-modal form {
  display: grid;
  gap: 14px;
}

.aios-auth-modal label {
  display: grid;
  gap: 6px;
  font-size: .78rem;
  font-weight: 800;
}

.aios-auth-modal input {
  width: 100%;
  min-height: 46px;
  padding: 9px 12px;

  border: 1px solid rgba(255,255,255,.24);
  border-radius: 11px;

  background: rgba(255,255,255,.06);
  color: white;

  font: inherit;
}

.aios-auth-modal form button {
  min-height: 48px;
  margin-top: 4px;

  border-radius: 12px;
  font: inherit;
  font-weight: 900;
  cursor: pointer;
}

.aios-auth-modal__switch {
  width: 100%;
  margin-top: 14px;
  padding: 9px;

  border: 0;
  background: transparent;
  color: inherit;

  font: inherit;
  font-size: .8rem;
  text-decoration: underline;
  cursor: pointer;
}

@media (max-width: 720px) {

  .aios-account-bar {
    align-items: stretch;
    flex-direction: column;
    margin-bottom: 20px;
  }

  .aios-account-bar__actions {
    width: 100%;
  }

  .aios-account-bar__actions button {
    flex: 1;
  }

  .aios-auth-modal {
    padding: 10px;
  }

  .aios-auth-modal__panel {
    padding: 24px 18px;
    border-radius: 17px;
  }

  .aios-player__promotion {
    align-items: center;
    flex-wrap: wrap;
  }

}

/* ==========================================================================
   AIOS JAHCORE CUSTOMER SERVICE V1
   ========================================================================== */

.aios-jahcore-launcher {
  position: fixed;
  right: 22px;
  bottom: 104px;
  z-index: 4200;

  display: flex;
  align-items: center;
  gap: 8px;

  padding: 8px 13px 8px 8px;

  border-radius: 999px;
  border: 1px solid rgba(255,255,255,.2);

  background: #111;
  color: #fff;

  font: inherit;
  font-size: .77rem;
  font-weight: 900;

  cursor: pointer;

  box-shadow:
    0 12px 32px rgba(0,0,0,.3);
}

.aios-jahcore-launcher strong {
  display: grid;
  place-items: center;

  width: 31px;
  height: 31px;

  border-radius: 50%;
  background: #fff;
  color: #111;
}

.aios-jahcore-panel[hidden] {
  display: none !important;
}

.aios-jahcore-panel {
  position: fixed;
  right: 22px;
  bottom: 158px;
  z-index: 4300;

  width: min(390px,calc(100vw - 28px));
  height: min(560px,calc(100vh - 190px));

  display: flex;
  flex-direction: column;

  overflow: hidden;

  border: 1px solid rgba(255,255,255,.18);
  border-radius: 20px;

  background: #101010;
  color: #fff;

  box-shadow:
    0 28px 90px rgba(0,0,0,.5);
}

.aios-jahcore-panel__head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 15px;

  padding: 16px;

  border-bottom:
    1px solid rgba(255,255,255,.12);
}

.aios-jahcore-panel__head > div {
  display: grid;
  gap: 2px;
}

.aios-jahcore-panel__eyebrow {
  font-size: .62rem;
  letter-spacing: .13em;
  opacity: .58;
}

.aios-jahcore-panel__head button {
  width: 35px;
  height: 35px;

  border-radius: 50%;

  font: inherit;
  font-size: 1.25rem;

  cursor: pointer;
}

.aios-jahcore-panel__messages {
  flex: 1;
  overflow-y: auto;

  display: flex;
  flex-direction: column;
  gap: 11px;

  padding: 15px;
}

.aios-jahcore-message {
  max-width: 88%;
  padding: 10px 12px;

  border-radius: 14px;

  line-height: 1.45;
}

.aios-jahcore-message strong {
  display: block;
  margin-bottom: 3px;
  font-size: .68rem;
  opacity: .62;
}

.aios-jahcore-message p {
  margin: 0;
  font-size: .84rem;
}

.aios-jahcore-message--jahcore {
  align-self: flex-start;
  background: rgba(255,255,255,.08);
}

.aios-jahcore-message--user {
  align-self: flex-end;
  background: rgba(255,255,255,.17);
}

.aios-jahcore-message--waiting {
  font-size: .76rem;
  opacity: .65;
}

.aios-jahcore-panel__quick {
  display: flex;
  gap: 6px;

  padding: 8px 12px 0;

  overflow-x: auto;
}

.aios-jahcore-panel__quick button {
  flex: 0 0 auto;

  padding: 6px 9px;

  border-radius: 999px;

  font: inherit;
  font-size: .67rem;

  cursor: pointer;
}

.aios-jahcore-panel__form {
  display: grid;
  grid-template-columns: 1fr auto;
  gap: 7px;

  padding: 12px;
}

.aios-jahcore-panel__form input {
  min-width: 0;
  min-height: 43px;

  padding: 9px 11px;

  border-radius: 11px;

  font: inherit;
}

.aios-jahcore-panel__form button {
  min-height: 43px;
  padding: 8px 13px;

  border-radius: 11px;

  font: inherit;
  font-weight: 900;

  cursor: pointer;
}

.aios-jahcore-panel__notice {
  display: block;

  padding: 0 13px 12px;

  font-size: .62rem;
  line-height: 1.4;
  opacity: .52;
}

@media (max-width: 720px) {

  .aios-jahcore-launcher {
    right: 12px;
    bottom: 100px;
  }

  .aios-jahcore-launcher span {
    display: none;
  }

  .aios-jahcore-panel {
    right: 8px;
    bottom: 148px;

    width: calc(100vw - 16px);
    height: min(520px,calc(100vh - 165px));
  }
}

/* ==========================================================================
   AIOS PLAYER / JAHCORE SEPARATION V1
   ========================================================================== */

/*
 * Existing legacy/persistent player presentation remains the underlying
 * audio authority but no longer occupies the visual player position.
 */
.aios-player {
  position: fixed !important;
  width: 1px !important;
  height: 1px !important;
  overflow: hidden !important;
  opacity: 0 !important;
  pointer-events: none !important;
}

/*
 * The existing Jahcore voice engine self-installs this widget.
 * We reuse the controller but suppress its second floating UI.
 */
.aios-jahcore-voice {
  display: none !important;
}

.aios-independent-player {
  position: fixed;
  z-index: 4100;

  left: 50%;
  bottom: 12px;

  transform: translateX(-50%);

  width: min(760px,calc(100vw - 28px));

  display: grid;
  grid-template-columns: minmax(130px,1fr) auto;
  align-items: center;
  gap: 14px;

  padding: 9px 12px;

  border: 1px solid rgba(255,255,255,.18);
  border-radius: 15px;

  background: rgba(15,15,15,.96);
  color: #fff;

  box-shadow:
    0 12px 38px rgba(0,0,0,.34);

  backdrop-filter: blur(12px);
}

.aios-independent-player__meta {
  display: grid;
  min-width: 0;
  gap: 1px;
}

.aios-independent-player__meta strong,
.aios-independent-player__meta span {
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}

.aios-independent-player__meta strong {
  font-size: .81rem;
}

.aios-independent-player__meta span {
  font-size: .67rem;
  opacity: .62;
}

.aios-independent-player__transport {
  display: flex;
  align-items: center;
  gap: 6px;
}

.aios-independent-player__transport button {
  min-width: 34px;
  min-height: 34px;

  padding: 5px 8px;

  border-radius: 9px;

  font: inherit;
  font-weight: 900;

  cursor: pointer;
}

.aios-independent-player__transport input[type="range"] {
  width: min(190px,18vw);
}

#aiosIndependentTime {
  min-width: 34px;
  font-size: .65rem;
  opacity: .65;
}

.aios-independent-player__download {
  margin-left: 3px;
}

/*
 * Jahcore remains a launcher only until explicitly opened.
 */
.aios-jahcore-panel[hidden] {
  display: none !important;
}

.aios-jahcore-panel__voice {
  display: flex;
  align-items: center;
  gap: 9px;

  padding: 10px 12px 2px;
}

.aios-jahcore-panel__voice button {
  padding: 8px 11px;

  border-radius: 999px;

  font: inherit;
  font-size: .72rem;
  font-weight: 900;

  cursor: pointer;
}

.aios-jahcore-panel__voice span {
  font-size: .64rem;
  opacity: .58;
}

@media (max-width: 720px) {

  .aios-independent-player {
    bottom: 8px;

    width: calc(100vw - 14px);

    grid-template-columns: 1fr;

    gap: 6px;

    padding: 8px 9px;
  }

  .aios-independent-player__transport {
    width: 100%;
  }

  .aios-independent-player__transport input[type="range"] {
    flex: 1;
    width: auto;
    min-width: 60px;
  }

  .aios-jahcore-launcher {
    bottom: 92px;
  }

  .aios-jahcore-panel {
    bottom: 142px;
  }
}

/* ==========================================================================
   AIOS MUSIC STORE — MY DOWNLOADS V1
   ========================================================================== */

.aios-my-downloads-button {
  position: fixed;
  right: 18px;
  top: 18px;
  z-index: 3800;

  padding: 9px 13px;

  border-radius: 999px;
  border: 1px solid rgba(255,255,255,.18);

  background: rgba(15,15,15,.94);
  color: #fff;

  font: inherit;
  font-size: .75rem;
  font-weight: 800;

  cursor: pointer;
}

.aios-my-downloads {
  position: fixed;
  z-index: 5200;

  top: 64px;
  right: 18px;

  width: min(420px,calc(100vw - 28px));
  max-height: calc(100vh - 92px);

  overflow: hidden;

  border-radius: 18px;
  border: 1px solid rgba(255,255,255,.16);

  background: rgba(12,12,12,.98);
  color: #fff;

  box-shadow:
    0 18px 55px rgba(0,0,0,.42);
}

.aios-my-downloads[hidden] {
  display: none !important;
}

.aios-my-downloads__header {
  display: flex;
  align-items: center;
  justify-content: space-between;

  padding: 14px 15px;

  border-bottom:
    1px solid rgba(255,255,255,.09);
}

.aios-my-downloads__header > div {
  display: grid;
  gap: 2px;
}

.aios-my-downloads__header strong {
  font-size: .95rem;
}

.aios-my-downloads__header span {
  font-size: .66rem;
  opacity: .58;
}

#aiosMyDownloadsClose {
  width: 32px;
  height: 32px;

  border-radius: 50%;

  font-size: 1rem;
  cursor: pointer;
}

.aios-my-downloads__body {
  max-height: calc(100vh - 165px);

  overflow-y: auto;

  padding: 10px;
}

.aios-my-downloads__item {
  padding: 11px 10px;

  border-bottom:
    1px solid rgba(255,255,255,.07);
}

.aios-my-downloads__item:last-child {
  border-bottom: 0;
}

.aios-my-downloads__title {
  font-size: .82rem;
  font-weight: 850;
}

.aios-my-downloads__artist {
  margin-top: 2px;

  font-size: .7rem;
  opacity: .68;
}

.aios-my-downloads__time {
  margin-top: 5px;

  font-size: .62rem;
  opacity: .48;
}

.aios-my-downloads__empty,
.aios-my-downloads__loading {
  padding: 24px 14px;

  text-align: center;

  font-size: .75rem;
  opacity: .7;
}

@media (max-width:720px) {

  .aios-my-downloads-button {
    top: 10px;
    right: 10px;
  }

  .aios-my-downloads {
    top: 55px;
    right: 7px;

    width: calc(100vw - 14px);
  }
}

/* ==========================================================================
   AIOS MUSIC STORE — RE-DOWNLOAD V1
   ========================================================================== */

.aios-my-downloads__actions {
  margin-top: 8px;
}

.aios-redownload-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;

  min-height: 32px;
  padding: 7px 11px;

  border-radius: 999px;
  border: 1px solid rgba(255,255,255,.15);

  background: rgba(255,255,255,.08);
  color: inherit;

  font: inherit;
  font-size: .66rem;
  font-weight: 800;

  cursor: pointer;
}

.aios-redownload-button:hover {
  background: rgba(255,255,255,.13);
}

.aios-redownload-button:disabled {
  cursor: wait;
  opacity: .55;
}
