/* TablePress embed block */
.cb38.tablepress .cb38-shortcode_Wrapper {
  overflow-x: auto;
}

.cb38.tablepress .tablepress {
  --head-bg-color: #2c3338;
  --head-text-color: #fff;
  --head-active-bg-color: #3a4248;
  --head-active-text-color: #fff;
  --head-sort-arrow-color: #fff;
  --odd-bg-color: #fff;
  --even-bg-color: #fff;
  --hover-bg-color: #f8f9fa;
  --border-color: var(--border-grid, #d9e1d6);
  --padding: 14px 16px;
  border: 1px solid var(--border-color);
  border-collapse: separate;
  border-spacing: 0;
  border-radius: 10px;
  overflow: hidden;
  margin: 0;
}

.cb38{
    background-color: #fff;
}

.cb38.tablepress .tablepress caption {
  display: none;
}

.cb38.tablepress .dt-search {
  display: none;
}

.cb38.tablepress .tablepress thead th {
  text-align: center;
  border-right: 1px solid rgba(255, 255, 255, 0.12);
}

.cb38.tablepress .tablepress thead th:last-child {
  border-right: none;
}

.cb38.tablepress .tablepress thead th.column-1 .dt-column-header {
  justify-content: flex-start;
}

.cb38.tablepress .tablepress thead th:not(.column-1) .dt-column-header {
  justify-content: center;
}

.cb38.tablepress .tablepress tbody td {
  text-align: center;
  border-right: 1px solid var(--border-color);
}

.cb38.tablepress .tablepress tbody td:last-child {
  border-right: none;
}

.cb38.tablepress .tablepress tbody td.column-1 {
  color: var(--color-brand, #789968);
  text-transform: uppercase;
  text-align: left;
  font-weight: 500;
}

.cb38.tablepress .tablepress .dt-type-numeric {
  text-align: center !important;
}

.cb38.tablepress .tablepress tbody tr:last-child td {
  background-color: var(--muted, #f8f9fa) !important;
  font-weight: 700;
  color: var(--foreground, #062d1b);
}

.cb38.tablepress .tablepress tbody tr:last-child td.column-1 {
  text-transform: none;
}
.cb38-embed_code_Wrapper h2{
    color: #024036;
font-family: Satoshi;
font-size: 48px;
font-style: normal;
font-weight: 700;
line-height: 60px; /* 125% */
letter-spacing: -1.2px;
padding: 80px 0px;
}
.cb38-shortcode_Wrapper{
    fill: #F8FBF6;
stroke-width: 1px;
border: 1px solid #E5E7EB;
stroke: #E5E7EB;
padding: 36px;
border-radius: 16px;
background-color: #F8FBF6;
}
.chart-header h3{
    color: #111827;
font-family: Satoshi;
font-size: 22px;
padding-bottom: 8px;
font-style: normal;
font-weight: 700;
line-height: normal;
}
.cb38-shortcode_Wrapper p{
    color: #1C1C1C;
font-family: Satoshi;
font-size: 13px;
font-style: normal;
font-weight: 500;
line-height: normal;
}

.cb38-export-wrap {
  display: flex;
  justify-content: flex-end;
  margin-top: 28px;
  margin-bottom: 16px;
}

.cb38-export-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  min-height: 44px;
  padding: 0 32px;
  border: 1px solid #4A7732;;
  border-radius: 999px;
  background: transparent;
  color: #4A7732;;
  font-family: var(--font-sans, Satoshi, sans-serif);
  font-size: 15px;
  font-weight: 500;
  line-height: 1;
  cursor: pointer;
  transition: background-color 0.2s ease, color 0.2s ease;
}

.cb38-export-btn:hover {
  background-color: var(--color-primary, #024036);
  color: #fff;
}

.cb38-export-btn svg {
  flex-shrink: 0;
}



@media (max-width: 768px) {
  .cb38-embed_code_Wrapper h2 {
    font-size: 24px;
    line-height: normal;
    padding: 40px 0px;
  }
  .chart-header h3{
    padding: 10px 0px !important;
  }
  .cb38-shortcode_Wrapper h2 {
    font-size: 18px;
  }
  .cb38-shortcode_Wrapper p {
    font-size: 12px;
  }
  
}