.smg_cupo_documents {
  font-family: var(--smgCupoDefaultFont);
  font-size: 14px;
  line-height: 20px;
}

.cupo_header {
  background: var(--smgCupoPrimaryColor, #ed6102);
  color: #fff;
  padding: 20px;
}
.cupo_header .cupo_header_wrapper {
  margin: 0 auto;
  max-width: 1300px;
}
@media screen and (min-width: 2100px) {
  .cupo_header .cupo_header_wrapper {
    max-width: 70%;
  }
}

.cupo_primary_heading {
  color: #fff;
  font-size: 30px;
  font-weight: bold;
  line-height: 40px;
  margin: 0 0 20px;
}
@media screen and (min-width: 2100px) {
  .cupo_primary_heading {
    font-size: 36px;
    line-height: 42px;
  }
}

.cupo_infos {
  display: flex;
  flex-flow: row nowrap;
  align-items: center;
  justify-content: flex-start;
}

.cupo_info {
  flex: 0 0 auto;
  display: flex;
  flex-flow: row nowrap;
  align-items: center;
  justify-content: flex-start;
}
.cupo_info:not(:first-child) {
  margin-left: 20px;
}
.cupo_info > .cupo_icon {
  width: 26px;
  height: 26px;
}
@media screen and (min-width: 2100px) {
  .cupo_info > .cupo_icon {
    width: 38px;
    height: 38px;
  }
}
.cupo_info > span {
  margin-left: 10px;
  font-size: 16px;
  line-height: 22px;
}
@media screen and (min-width: 2100px) {
  .cupo_info > span {
    font-size: 24px;
    line-height: 30px;
  }
}

.cupo_documents {
  background: var(--smgCupoSecondaryColor, #0068af);
  min-height: calc(100vh - 100px - 136px - 145px);
}

ul.cupo_documents_listing {
  background: var(--smgCupoSecondaryColor, #0068af);
  color: #333;
  display: block;
  list-style: none none;
  appearance: none;
  margin: 0 auto;
  padding: 20px 0;
  line-height: 20px;
  min-height: 600px;
  max-width: 1300px;
}
@media screen and (min-width: 2100px) {
  ul.cupo_documents_listing {
    max-width: 70%;
  }
}

.cupo_document {
  display: flex;
  flex-flow: row nowrap;
  align-items: center;
  justify-content: flex-start;
  background: #fff;
  border-radius: var(--smgCupoBorderRadiusSmall);
  padding: 7px 15px;
}
.cupo_document:not(:first-child) {
  margin-top: 20px;
}
.cupo_document > section {
  flex: 0 0 auto;
}

.cupo_document_no-documents {
  background-color: #fff;
  border-radius: var(--smgCupoBorderRadiusSmall);
  width: fit-content;
  padding: 20px;
  margin-left: auto;
  margin-right: auto;
}
.cupo_document_no-documents strong {
  font-weight: bold;
  font-size: 16px;
  color: #666;
}

.cupo_document-file_type > .cupo_icon {
  width: 40px;
  height: 40px;
}
@media screen and (min-width: 2100px) {
  .cupo_document-file_type > .cupo_icon {
    width: 50px;
    height: 50px;
  }
}

.cupo_document-description {
  max-width: calc(100% - 72px);
  margin-left: 20px;
}
.cupo_document-description > h2 {
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  font-size: 20px;
  line-height: 30px;
  margin: 0 0 5px;
  padding-bottom: 0;
  color: #000;
  font-weight: bold;
}
@media screen and (min-width: 2100px) {
  .cupo_document-description > h2 {
    font-size: 30px;
    line-height: 36px;
  }
}

.cupo_document-download {
  cursor: pointer;
  margin-left: auto;
}
.cupo_document-download .cupo-document_download_button {
  cursor: pointer;
  appearance: none;
  border: none;
  margin: 0;
  padding: 0;
  background: transparent;
  display: block;
  outline: 0;
}
.cupo_document-download .cupo-document_download_button > .cupo_icon {
  cursor: pointer;
  width: 30px;
  height: 30px;
}
@media screen and (min-width: 2100px) {
  .cupo_document-download .cupo-document_download_button > .cupo_icon {
    width: 45px;
    height: 45px;
  }
}
.cupo_document-download .cupo-document_download_button:hover > .cupo_icon {
  fill: var(--smgCupoPrimaryColor, #ed6102);
}

.cupo_document-infos {
  display: flex;
  flex-flow: row nowrap;
  align-items: center;
  justify-content: flex-start;
  column-gap: 10px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}

.cupo_document-info {
  flex: 0 0 auto;
  display: flex;
  flex-flow: row nowrap;
  align-items: center;
  justify-content: flex-start;
}
.cupo_document-info > .cupo_icon {
  width: 20px;
  height: 20px;
}
@media screen and (min-width: 2100px) {
  .cupo_document-info > .cupo_icon {
    width: 30px;
    height: 30px;
  }
}
.cupo_document-info > span {
  margin-left: 5px;
  font-size: 14px;
  line-height: 20px;
}
@media screen and (min-width: 2100px) {
  .cupo_document-info > span {
    font-size: 24px;
    line-height: 30px;
  }
}
