.elementor-11171 .elementor-element.elementor-element-feb3a10 .elementor-heading-title{font-size:28px;font-weight:500;color:#000000;}/* Start custom CSS */@media (max-width: 430px) {

  /* Make wrapper scrollable */
  .c-post__content figure.wp-block-table {
    overflow-x: auto !important;
    -webkit-overflow-scrolling: touch;
    margin: 10px 0 !important;
    padding-bottom: 5px; /* gap between table & scrollbar */
  }

  /* Force table wider than screen (so scroll appears) */
  .c-post__content figure.wp-block-table table {
    width: max-content !important;
    min-width: 600px; /* adjust if needed */
    border-collapse: collapse;
  }

  /* Visible scrollbar */
  .c-post__content figure.wp-block-table::-webkit-scrollbar {
    height: 6px;
  }

  .c-post__content figure.wp-block-table::-webkit-scrollbar-thumb {
    background: #888;
    border-radius: 10px;
  }

  /* Reset anything breaking scroll */
  .c-post__content figure.wp-block-table table,
  .c-post__content figure.wp-block-table * {
    overflow: visible;
  }
}

.c-post__content figure.wp-block-table + p {
    margin-top: -35px !important;
}

@media (max-width: 430px) {
  .c-post__content figure.wp-block-table + p {
    margin-top: 0 !important;
  }
}/* End custom CSS */