:root {
  --reportaie-white: #fffeff;
  --reportaie-green: #007f33;
  --reportaie-brown: #3a3735;
  --reportaie-border: #d8cfc7;
  --reportaie-orange: #ff9c1a;
}

#reportaie {
  width: 100%;
  max-width: 980px;
  padding: 36px 16px;
  margin: 20px auto;
  text-align: left;
  box-sizing: border-box;
  overflow: hidden;
  position: relative;
  display: flex;
  flex-direction: column;
  border-radius: 15px;
  border: 1px solid var(--reportaie-border);
  background-color: var(--reportaie-white);
}

#reportaie * {
  font-family: "IberPangea" !important;
  font-style: normal;
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}

#reportaie h2,
#reportaie h3,
#reportaie h4 {
  margin-top: 0 !important;
}

#reportaie ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

#reportaie ul li:before {
  content: none !important;
  display: none !important;
}

#reportaie img {
  display: block;
  width: 100%;
}

#reportaie .reportaie_title {
  color: var(--reportaie-green) !important;
  font-size: 30px;
  line-height: 1.13;
  font-style: normal;
  font-weight: 400;
  text-align: left;
  margin-bottom: 24px;
}

#reportaie .reportaie_title strong {
  font-weight: 600;
}

#reportaie .reportaie_text {
  color: var(--reportaie-brown) !important;
  font-size: 16px;
  line-height: 1.37;
  font-style: normal;
  font-weight: 500;
  text-align: left;
  text-wrap: balance;
  width: 50%;
  max-width: 150px;
  margin-bottom: 24px;
}

#reportaie .reportaie_content {
  width: 100%;
  margin-bottom: 27px;
}

#reportaie .reportaie_media_content {
  width: calc(100% - 23px);
  overflow: hidden;
  overflow-x: auto;
  max-height: 395px;
}

#reportaie .reportaie_media_content::-webkit-scrollbar-track {
  height: 16px;
  border-radius: 10px;
  border: none;
  background-color: #d8cfc7;
  box-shadow: none;
}

#reportaie .reportaie_media_content::-webkit-scrollbar {
  height: 16px;
  box-shadow: none;
  border: none;
  background-color: transparent;
}

#reportaie .reportaie_media_content::-webkit-scrollbar-thumb {
  height: 16px;
  border-radius: 10px;
  box-shadow: none;
  border: none;
  background-color: #b0a9a3;
}

#reportaie .reportaie_media {
  width: 100%;
  max-width: 686px;
  position: relative;
  overflow: hidden;
  margin: 0 auto;
  display: flex;
}

#reportaie .reportaie_media_image {
  width: 656px;
  min-width: 656px;
}

#reportaie .reportaie_media_amounts {
  width: 23px;
  padding-right: 15px;
  padding-top: 2px;
}

#reportaie .reportaie_media_amounts_item {
  color: var(--reportaie-brown) !important;
  font-size: 13px;
  line-height: 1.25;
  font-style: normal;
  font-weight: 400;
  text-align: right;
  margin-bottom: 92.5px !important;
}

#reportaie .reportaie_media_amounts_item:last-child {
  margin-bottom: 0 !important;
}

#reportaie .reportaie_media_labels {
  display: flex;
  align-items: flex-end;
  gap: 6.5px;
  padding-top: 9px;
  padding-bottom: 20px;
  padding-left: 10px;
}

#reportaie .reportaie_media_labels_item {
  color: var(--reportaie-brown) !important;
  font-size: 13px;
  line-height: 1.25;
  font-style: normal;
  font-weight: 400;
  text-align: left;
}

#reportaie .reportaie_media_labels_item-2023 {
  margin-left: 295px;
}

#reportaie .reportaie_media_labels_item-2030 {
  margin-left: 125px;
}

#reportaie .reportaie_media_labels_item-2035 {
  margin-left: 94px;
}

#reportaie .reportaie_legend {
  margin-bottom: 12px;
}

#reportaie .reportaie_legend_item {
  color: var(--reportaie-brown) !important;
  font-size: 16px;
  line-height: 1.25;
  font-style: normal;
  font-weight: 400;
  text-align: left;
  min-height: 20px;
  margin-bottom: 12px !important;
  position: relative;
  padding-left: 30px;
}

#reportaie .reportaie_legend_item:after {
  content: "";
  display: block;
  width: 20px;
  height: 20px;
  border-radius: 5px;
  position: absolute;
  top: 0;
  left: 0;
}

#reportaie .reportaie_legend_item-1:after {
  background-color: var(--reportaie-green);
}

#reportaie .reportaie_legend_item-2:after {
  background-color: var(--reportaie-orange);
}

#reportaie .reportaie_note {
  color: var(--reportaie-brown) !important;
  font-size: 16px;
  line-height: 1.25;
  font-style: normal;
  font-weight: 400;
  text-align: left;
  margin-bottom: 24px;
}

#reportaie .reportaie_source {
  color: var(--reportaie-brown) !important;
  font-size: 12px;
  line-height: 1.28;
  font-style: italic;
  font-weight: 400;
  text-align: left;
}

@media (min-width: 700px) {
  #reportaie {
    padding: 40px 32px;
  }

  #reportaie .reportaie_title {
    font-size: 32px;
    line-height: 1.125;
    margin-bottom: 36px;
  }

  #reportaie .reportaie_content,
  #reportaie .reportaie_text,
  #reportaie .reportaie_note {
    margin-bottom: 36px;
  }

  #reportaie .reportaie_source {
    font-size: 14px;
  }

  #reportaie .reportaie_legend {
    display: flex;
    gap: 22px;
    margin-bottom: 36px;
  }

  #reportaie .reportaie_legend_item {
    margin-bottom: 0px !important;
  }
}
