.elementor-1006005 .elementor-element.elementor-element-6be97015{overflow:visible;}/* Start custom CSS for text-editor, class: .elementor-element-35401ac *//* =========================================================
   Gov2Biz Policy Pages - Shared Scoped Styling
   Use only on policy content wrapper:
   .gov2biz-policy
   ========================================================= */

.gov2biz-policy {
  max-width: 1120px;
  margin: 0 auto;
  color: #26364d;
  font-size: 17px;
  line-height: 1.75;
  overflow-x: hidden;
}

.gov2biz-policy * {
  box-sizing: border-box;
}

.gov2biz-policy h1,
.gov2biz-policy h2,
.gov2biz-policy h3,
.gov2biz-policy h4 {
  color: #123f8c;
  line-height: 1.3;
  margin-left: 0;
  margin-right: 0;
}

.gov2biz-policy h1 {
  font-size: 38px;
  margin: 0 0 20px;
}

.gov2biz-policy h2 {
  font-size: 30px;
  margin: 38px 0 16px;
}

.gov2biz-policy h3 {
  font-size: 24px;
  margin: 32px 0 14px;
}

.gov2biz-policy h4 {
  font-size: 20px;
  margin: 26px 0 12px;
}

.gov2biz-policy p {
  margin: 0 0 18px;
  color: #26364d;
  font-size: 17px;
  line-height: 1.75;
}

.gov2biz-policy ul,
.gov2biz-policy ol {
  margin: 14px 0 24px 24px;
  padding: 0;
}

.gov2biz-policy li {
  margin-bottom: 9px;
  color: #26364d;
  font-size: 17px;
  line-height: 1.7;
}

/* Long links in normal policy text should wrap */
.gov2biz-policy a {
  color: #d71920;
  text-decoration: underline;
  text-underline-offset: 3px;
  overflow-wrap: anywhere;
  word-break: break-word;
}

.gov2biz-policy .policy-meta,
.gov2biz-policy .policy-subtitle,
.gov2biz-policy .g2b-effective-date,
.gov2biz-policy .g2b-policy-kicker {
  color: #26364d;
  margin-bottom: 14px;
}

/* =========================================================
   Table Wrapper
   Tables scroll horizontally inside this wrapper on mobile.
   Page itself should not scroll sideways.
   ========================================================= */

.gov2biz-policy .policy-table-wrap,
.gov2biz-policy .g2b-table-wrap {
  width: 100%;
  max-width: 100%;
  margin: 24px 0 36px;
  overflow-x: auto;
  overflow-y: hidden;
  -webkit-overflow-scrolling: touch;
}

/* =========================================================
   Shared Table Design
   ========================================================= */

.gov2biz-policy table,
.gov2biz-policy .policy-table {
  width: 100% !important;
  min-width: 780px !important;
  table-layout: auto !important;
  border-collapse: separate !important;
  border-spacing: 0 !important;
  margin: 0 !important;
  background: #ffffff !important;
  border: 1px solid #d9e2ef !important;
  border-radius: 12px !important;
  overflow: hidden !important;
  box-shadow: 0 8px 22px rgba(15, 23, 42, 0.04) !important;
}

/* Wider minimums for larger tables */
.gov2biz-policy table:has(thead th:nth-child(3)),
.gov2biz-policy .policy-table:has(thead th:nth-child(3)) {
  min-width: 920px !important;
}

.gov2biz-policy table:has(thead th:nth-child(4)),
.gov2biz-policy .policy-table:has(thead th:nth-child(4)) {
  min-width: 1120px !important;
}

.gov2biz-policy table th,
.gov2biz-policy table td,
.gov2biz-policy .policy-table th,
.gov2biz-policy .policy-table td {
  padding: 16px 18px !important;
  border-bottom: 1px solid #e4eaf2 !important;
  border-right: 1px solid #e4eaf2 !important;
  text-align: left !important;
  vertical-align: top !important;
  color: #1f2f46 !important;
  font-size: 16px !important;
  line-height: 1.65 !important;
  font-weight: 400 !important;
  background: #ffffff !important;
  white-space: normal !important;
  word-break: normal !important;
  overflow-wrap: normal !important;
}

/* Header row only */
.gov2biz-policy table thead th,
.gov2biz-policy .policy-table thead th {
  background: #f3f7fc !important;
  color: #123f8c !important;
  font-weight: 700 !important;
}

.gov2biz-policy table thead th *,
.gov2biz-policy .policy-table thead th * {
  color: #123f8c !important;
  font-weight: 700 !important;
}

/* Body rows should stay normal */
.gov2biz-policy table tbody td,
.gov2biz-policy table tbody td *,
.gov2biz-policy .policy-table tbody td,
.gov2biz-policy .policy-table tbody td * {
  font-weight: 400 !important;
  color: #1f2f46 !important;
}

/* Subtle alternate body rows */
.gov2biz-policy table tbody tr:nth-child(even) td,
.gov2biz-policy .policy-table tbody tr:nth-child(even) td {
  background: #fbfdff !important;
}

/* Clean borders */
.gov2biz-policy table th:last-child,
.gov2biz-policy table td:last-child,
.gov2biz-policy .policy-table th:last-child,
.gov2biz-policy .policy-table td:last-child {
  border-right: none !important;
}

.gov2biz-policy table tbody tr:last-child td,
.gov2biz-policy .policy-table tbody tr:last-child td {
  border-bottom: none !important;
}

/* Only long links/tokens inside tables can break */
.gov2biz-policy table a,
.gov2biz-policy .policy-table a {
  overflow-wrap: anywhere !important;
  word-break: break-word !important;
}

.gov2biz-policy table td:first-child,
.gov2biz-policy .policy-table td:first-child {
  overflow-wrap: break-word !important;
}

/* =========================================================
   Mobile
   Key rule: table keeps readable width and scrolls inside wrapper.
   ========================================================= */

@media (max-width: 767px) {
  .gov2biz-policy {
    font-size: 16px;
    line-height: 1.7;
    overflow-x: hidden;
  }

  .gov2biz-policy h1 {
    font-size: 32px;
  }

  .gov2biz-policy h2 {
    font-size: 26px;
  }

  .gov2biz-policy h3 {
    font-size: 22px;
  }

  .gov2biz-policy p,
  .gov2biz-policy li {
    font-size: 16px;
  }

  .gov2biz-policy .policy-table-wrap,
  .gov2biz-policy .g2b-table-wrap {
    display: block;
    width: 100%;
    max-width: 100%;
    overflow-x: auto !important;
    overflow-y: hidden;
    -webkit-overflow-scrolling: touch;
  }

  .gov2biz-policy table,
  .gov2biz-policy .policy-table {
    width: 780px !important;
    min-width: 780px !important;
    max-width: none !important;
    table-layout: auto !important;
  }

  .gov2biz-policy table:has(thead th:nth-child(3)),
  .gov2biz-policy .policy-table:has(thead th:nth-child(3)) {
    width: 920px !important;
    min-width: 920px !important;
  }

  .gov2biz-policy table:has(thead th:nth-child(4)),
  .gov2biz-policy .policy-table:has(thead th:nth-child(4)) {
    width: 1120px !important;
    min-width: 1120px !important;
  }

  .gov2biz-policy table th,
  .gov2biz-policy table td,
  .gov2biz-policy .policy-table th,
  .gov2biz-policy .policy-table td {
    padding: 13px 14px !important;
    font-size: 15px !important;
    line-height: 1.6 !important;
  }
}/* End custom CSS */