.csr-report-section {
  margin-bottom: 80px;
}

.csr-report-section .section-small-heading {
  font: 700 18px/22px var(--font-helvetica-neue);
  letter-spacing: 10%;
  text-transform: uppercase;
  color: #00677F;
  margin-block: 0 24px;
}



.csr-report-bg {
  background-color: #262262;
  color: #fff;
  padding: 38px 32px;
  box-sizing: border-box;
}

.csr-report-bg p {
  font: 400 20px/1.2 var(--font-helvetica-neue);


}

.csr-heading-content {
  justify-content: space-between;
  gap: 15px;
  align-items: center;
  margin-bottom: 28px;
}

.csr-report-current {
  background-color: #6750A3;
  display: flex;
  align-items: center;
  gap: 16px;
  padding: 0 20px 0 0;
}

.csr-download-image{
  cursor: pointer;
}

.csr-report-current a {
  color: #fff;
  text-decoration: none;
}

.csr-report-bg :is(p, a) {
  font-size: 16px;
}

.csr-report-current p{
  font-weight: 500;
}

.disabled {
  pointer-events: none;
  opacity: 0.5;
  cursor: not-allowed;
}

@media screen and (max-width:768px) {
  .csr-report-section .section-small-heading {
    font: 700 16px/24px var(--font-helvetica-neue);
  }
  .section-main-heading {
    font: 700 28px/1.2 var(--font-helvetica-neue);
  }
}
.custom-year-select {
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;

  background: transparent;
  border: none;
  font: inherit;
  font-weight: normal; /* Make it unbold */
  color: inherit;

  padding-right: 20px;
  cursor: pointer;

  background-image: url("data:image/svg+xml,%3Csvg width='12' height='12' viewBox='0 0 20 20' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M5 7L10 12L15 7' stroke='white' stroke-width='3' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: right center;
  background-size: 18px;
}

.custom-year-select:focus {
  outline: none;
  box-shadow: none;
}

.custom-year-select option {
  background-color: #1A1A1A;
  color: white;
  font-weight: normal; /* Ensure normal weight inside dropdown */
}

.csr-red-button {
  width: 100%;
  max-width: 375px;
  height: 52px;
  background-color: #E71316;
  display: flex;
  align-items: center;
  justify-content: center;
}

.csr-red-button a {
  color: #fff;
  text-decoration: none;
  font: 500 16px/24px var(--font-helvetica-neue);
  width: 100%;
  text-align: center;
  display: inline-block;
  line-height: 52px;
}