.disclosure-header {
  display: flex;
  gap: 20px;
  margin-bottom: 40px;
}
.disclosure-info {
  display: flex;
  flex-direction: column;
  padding-left: 80px;
}
.disclosure-description {
  font-size: 18px;
}
.disclosure-link {
  text-decoration: underline;
  text-underline-offset: 6px;
}
.card-body .grievance-item {
  padding-left: 20px;
}
.card-body .grievance-item:not(:last-child) {
  margin-bottom: 1.5rem;
}
.card-body .grievance-item .grievance-label {
  margin-bottom: 5px;
}
.card-body .grievance-item .grievance-value {
  font-weight: 700;
  margin: 0;
}

.card-body .doc-item{
  display: flex;
  align-items: center;
  gap: 10px;
  margin-bottom: 10px;
}
.card-body .doc-item img{
  width: 20px;
  height: auto;
}
.card-body .doc-item a{
  font-weight: 500;
}
.custom-card {
  /* box-shadow: 0 0 20px rgb(0 0 0 / 15%); */
  padding: 40px 20px;
  font-size: 20px;
  background: #fff;
  border-radius: 10px;
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.custom-card img {
  width: 40px;
  height: auto;
}
.custom-card a {
  font-size: 18px;
  margin-bottom: 0 !important;
  font-weight: bold;
}
.board-card {
  background: #fff;
  border-radius: 12px;
  padding: 20px;
  min-height: 200px;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.08);
  overflow: hidden;
  transition: all 0.3s ease;
  cursor: pointer;
}

.board-card_designantion {
  font-size: 14px;
  font-weight: 500;
}

.board-card_content {
  position: relative;
  max-height: 120px;
  overflow: hidden;
  transition: max-height 0.2s ease;
  font-weight: normal;
}

.board-card_info {
  margin-bottom: 10px;
  text-align: justify;
}

/* hide conclusion initially */
.board-card_conclusion {
  opacity: 0;
  transition: opacity 0.2s ease;
  font-weight: normal;
}

/* overlay gradient + button */
.read-more-overlay {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  padding: 30px 10px 0px;
  text-align: center;
  font-size: 14px;
  color: #0d6efd;
  font-weight: 600;
  background: linear-gradient(to bottom, rgba(255, 255, 255, 0), #fff 70%);
}

.board-card.active .board-card_content {
  max-height: 1000px;
}

.board-card.active .board-card_conclusion {
  opacity: 1;
}

.board-card.active .read-more-overlay {
  display: none;
}

.board-card.active {
  transform: translateY(-5px);
}

.table td,
.table th {
  vertical-align: middle;
  color: #534e4a;
  line-height: 1.8;
}

.table tbody tr:hover {
  background-color: #f9fbfd;
}

.table th {
  font-weight: 600;
  text-align: center;
}

.financials-card {
  box-shadow: 0 0 20px rgb(0 0 0 / 15%);
  padding: 20px;
  background: #fff;
  border-radius: 10px;
  width: 100%;
}
.financials-card h5 {
  border-bottom: 1px solid #eee;
}
.financials-docs {
  display: flex;
  flex-direction: column;
  gap: 15px;
}
.financials-docs a{
  font-size: 16px;
  font-weight: bold;
  text-decoration: none;
}

.financials-docs img {
  width: 40px;
  height: auto;
}

@media screen and (max-width: 1000px) {
  .disclosure-header {
    flex-direction: column;
    gap: 20px;
  }
  .disclosure-title {
    font-size: 26px;
    line-height: 1.2em;
  }
  .disclosure-info {
    padding-left: 0;
  }
}

  .financial-card {
    border-radius: 8px;
    overflow: hidden;
  }

  .financial-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    background: #f7f7f7;
    padding: 12px 15px;
  }

  .arrow-icon {
    width: 18px;
    transition: 0.3s ease;
  }

  .fy-item {
    border: 1px solid #e5e5e5;
    border-radius: 8px;
    margin-bottom: 12px;
    overflow: hidden;
  }

  .fy-title {
    padding: 12px 15px;
    background: #fafafa;
    font-weight: 600;
    cursor: pointer;
  }

  .fy-title:hover {
    background: #f0f0f0;
  }

  .fy-body {
    padding: 12px 15px;
    border-top: 1px solid #eee;
  }

  .doc-item {
    display: flex;
    align-items: center;
    gap: 8px;
    margin-bottom: 8px;
  }

  .doc-item a {
    text-decoration: none;
    color: #2c3e50;
  }

  .doc-item a:hover {
    text-decoration: underline;
  }


/* Table Styles Extracted from Inline CSS */
.inv-table-main { border-collapse: collapse; width: 100%; font-family: 'Poppins', sans-serif; }
.inv-table-alt { border-collapse: collapse; width: 100%; font-size: 14px; font-family: 'Poppins', sans-serif; }
.inv-tr-highlight { background-color: #F5D200; }
.inv-th-left { border: 1px solid #000; padding: 8px; text-align: left; }
.inv-td-norm { border: 1px solid #000; padding: 8px; }
.inv-td-bold { border: 1px solid #000; padding: 8px; font-weight: bold; }
.inv-td-blue { border: 1px solid #000; padding: 8px; color: #001633; }
.inv-th-center { border: 1px solid #000; padding: 6px; text-align: center; font-weight: bold; }
.inv-td-small-center { border: 1px solid #000; padding: 4px; text-align: center; }
.inv-td-alt { border: 1px solid #000; padding: 6px; }
.inv-td-alt-bold { border: 1px solid #000; padding: 6px; font-weight: bold; }
.inv-td-alt-center { border: 1px solid #000; padding: 6px; text-align: center; }
.inv-td-alt-center-bold { border: 1px solid #000; padding: 6px; text-align: center; font-weight: bold; }

.inv-td-blue-bold-italic { border: 1px solid #000; padding: 8px; color: #001633; font-weight: bold; font-style: italic; }
