.download-section {
  margin: 24px auto;
  max-width: 1140px;
  padding: 0 16px;
}
.download-section__title {
  font-size: 16px;
  margin-bottom: 8px;
  font-weight: 500;
}
.download-section__icon {
  width: 50px;
  height: 50px;
  margin-right: 16px;
}

.download-section__button {
  display: inline-block;
  margin-right: 16px;
  height: 50px;
  line-height: 50px;
  text-align: center;
  border-radius: 6px;
  overflow: hidden;
  cursor: pointer;
  vertical-align: middle;
}

.download-section__button-container {
  display: inline-flex;
  align-items: center;
  margin-right: 16px;
  vertical-align: middle;
}

.download-section__button_chunk {
  display: inline-block;
  height: 50px;
  line-height: 50px;
  text-align: center;
  border-radius: 6px;
  overflow: hidden;
  cursor: pointer;
  vertical-align: middle;
}

.download-section__cancel-icon {
  display: none;
  width: 30px;
  height: 50px;
  line-height: 50px;
  text-align: center;
  background-color: #dc3545;
  color: white;
  cursor: pointer;
  border-radius: 0 6px 6px 0;
  margin-left: 2px;
  font-size: 18px;
  font-weight: bold;
  user-select: none;
}
.download-section__button--gold {
  width: 170px;
  font-size: 18px;
  font-weight: 500;
  background-color: #ffc107;
  color: #ffffff;
  border-radius: 6px;
}

.download-section__button--gold.downloading {
  width: 138px;
  border-radius: 6px 0 0 6px;
}

.download-section__button--dark {
  width: 170px;
  font-size: 18px;
  font-weight: 500;
  background-color: #404040;
  color: white;
  border-radius: 6px;
}

.download-section__button--dark.downloading {
  width: 138px;
  border-radius: 6px 0 0 6px;
}
.download-section__button--microsoft-store {
  height: 50px;
}
.download-section__button--apple-store {
  height: 50px;
}

@media screen and (max-width: 480px) {
  .download-section__icon {
    display: none;
  }
  .download-section__title {
    text-align: center;
  }
  .download-section__button.download-section__button {
    display: block;
    margin: 0 auto 8px auto;
    width: 170px;
  }
  .download-section__button-container {
    display: flex;
    margin: 0 auto 8px auto;
    width: 170px;
    justify-content: center;
  }
  .download-section__button_chunk.download-section__button_chunk {
    display: block;
    width: 170px;
  }
  .download-section__button_chunk.download-section__button_chunk.downloading {
    width: 138px;
  }
  .download-section__button.download-section__button--microsoft-store {
    width: 170px;
    margin: 0 auto 8px auto;
  }
}
