/**
 * VeriDoc Pricing Table Block Frontend Styles
 *
 * @package VeriDoc
 */

  /* Prevent content jumping during load */
  .veridoc-pricing-table table {
    min-height: 300px;
  }

  /* Ensure pricing table has stable dimensions */
  .veridoc-pricing-table-block {
    min-height: 200px;
  }

  /* Prevent layout shift for dynamic content */
  .wp-block-veridoc-veridoc-pricing-table {
    contain: layout;
  }