.elementor-2349 .elementor-element.elementor-element-5bb7d85a > .elementor-element-populated{border-style:solid;border-width:2px 2px 0px 2px;border-color:var( --e-global-color-d7c8335 );box-shadow:0px 0px 10px 1px rgba(0,0,0,0.5);margin:4px 4px 0px 4px;--e-column-margin-right:4px;--e-column-margin-left:4px;}.elementor-2349 .elementor-element.elementor-element-5bb7d85a > .elementor-element-populated, .elementor-2349 .elementor-element.elementor-element-5bb7d85a > .elementor-element-populated > .elementor-background-overlay, .elementor-2349 .elementor-element.elementor-element-5bb7d85a > .elementor-background-slideshow{border-radius:5px 5px 0px 0px;}.elementor-widget-theme-post-title .elementor-heading-title{font-family:var( --e-global-typography-primary-font-family ), Sans-serif;font-weight:var( --e-global-typography-primary-font-weight );color:var( --e-global-color-primary );}.elementor-2349 .elementor-element.elementor-element-772bf3a1{text-align:center;}.elementor-2349 .elementor-element.elementor-element-772bf3a1 .elementor-heading-title{color:#000000;}.elementor-2349 .elementor-element.elementor-element-56872fa5 > .elementor-element-populated{border-style:solid;border-width:2px 2px 2px 2px;border-color:var( --e-global-color-d7c8335 );box-shadow:0px 0px 10px 0px rgba(0,0,0,0.5);margin:0px 4px 4px 4px;--e-column-margin-right:4px;--e-column-margin-left:4px;}.elementor-2349 .elementor-element.elementor-element-56872fa5 > .elementor-element-populated, .elementor-2349 .elementor-element.elementor-element-56872fa5 > .elementor-element-populated > .elementor-background-overlay, .elementor-2349 .elementor-element.elementor-element-56872fa5 > .elementor-background-slideshow{border-radius:0px 0px 5px 5px;}.elementor-widget-theme-post-content{color:var( --e-global-color-text );font-family:var( --e-global-typography-text-font-family ), Sans-serif;font-weight:var( --e-global-typography-text-font-weight );}.elementor-2349 .elementor-element.elementor-element-24c06a8b{color:#000000;}/* Start custom CSS for theme-post-content, class: .elementor-element-24c06a8b *//* 🎨 Gutenberg Table Block ke liye custom styling */
.wp-block-table {
  margin: 0 auto;
  border-collapse: collapse;
  width: 100%;
  overflow-x: auto;
}

.wp-block-table caption {
  border: 1px solid rgba(150, 170, 180, 0.5);
  border-bottom: 0;
  padding: 10px;
  font-size: 16px;
  font-weight: bold;
  line-height: 1.8;
  caption-side: top;
}

.wp-block-table th,
.wp-block-table td {
  border: 1px solid rgba(150, 170, 180, 0.5);
  padding: 10px;
  vertical-align: top;
  line-height: 1.8;
}

.wp-block-table tr:nth-child(odd) {
  background-color: #f5f6f8;
}

.wp-block-table thead tr th {
  background-color: #fff;
}

.wp-block-table tr:hover {
  background-color: #eaeaea;
}

.wp-block-table th {
  font-size: 16px;
  line-height: 1.8;
}

.wp-block-table td {
  font-size: 16px;
  line-height: 1.8;
  width: 50%;
}

.wp-block-table.td_center td,
.wp-block-table.td_center th {
  text-align: center;
}

.wp-block-table.td_b_center td,
.wp-block-table.td_b_center th {
  text-align: center;
  font-weight: 600;
}

.wp-block-table.Td3 th,
.wp-block-table.Td3 td {
  width: 25%;
}

/* 🎨 Gutenberg List Block ke liye custom styling */
.wp-block-list {
  padding: 10px;
}

.wp-block-list ul,
.wp-block-list ol {
  margin-left: 20px;
  margin-right: 10px;
}

.wp-block-list ul {
  list-style-type: disc;
}

.wp-block-list ol {
  list-style-type: decimal;
}

.wp-block-list li {
  font-weight: 400;
  font-size: 14px;
  line-height: 1.55;
  margin-bottom: 10px;
  text-align: justify;
}
h2, h3, h4 {
  font-size: 15px;
  text-align: center;
  border-top: 2px solid #51B167;
  border-bottom: 2px solid #51B167;
  padding: 6px 0;
  line-height: 1.8;

  width: calc(100% + 20px);   /* 10px left + 10px right */
  margin-left: -10px;
  margin-right: -10px;

  background-color: #c7ebff;  /* Light blue color from your screenshot */
  box-sizing: border-box;
  margin-top: 1;
  margin-bottom: 1;
}/* End custom CSS */