#download_caution {
  border: 5px solid #eb954e;
  border-radius: 5px;
  padding: 15px;
  margin-bottom: 15px;
}

#download_caution p {
  color: #eb954e;
  font-weight: bold;
}

#download_caution_heading {
  display: flex;
  margin-bottom: 10px;
}

#caution_icon {
  margin-right: 10px;
}

#label_coming_soon {
  color: #f0f0f0;
  font-size: 1.5rem;
  font-weight: bold;
  text-align: center;
  margin: 0 0 15px 0;
}

#btn_download {
  background-color: #689450;
  filter: drop-shadow(0 0 12px rgb(15, 15, 15));
}

#btn_download .fbutton_label_title {
  margin-top: -2px;
}

#btn_older_version {
  color: #f0f0f0;
  width: 100%;
  text-align: center;
  margin: 20px 0;
}

#sect_resources,
#sect_requirements {
  background: #25232a;
}

#sect_requirements {
  margin-top: 12px;
}

#sect_requirements > .fbutton:not(:last-child) {
    margin-bottom: 8px;
}

@media screen and (max-width: 960px) {
  .page {
    display: flex;
    flex-direction: column;
  }

  #sidebar_download {
    width: auto;
    position: static;
    padding: 8px 8px 0 8px;
  }

  #sect_resources {
    top: 0;
    left: 0;
    width: 100%;
    height: auto;
    transition: all 0.5s ease;
    z-index: 1000;
    margin: 0 0 8px 0;
  }

  #sect_requirements {
    top: 0;
    left: 0;
    width: 100%;
    height: auto;
    transition: all 0.5s ease;
    z-index: 1000;
    margin: 8px 0 0 0;
  }
}
