.elementor-80605 .elementor-element.elementor-element-d53c979{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;--margin-top:20px;--margin-bottom:64px;--margin-left:0px;--margin-right:0px;}.elementor-widget-breadcrumbs{font-family:var( --e-global-typography-secondary-font-family ), Sans-serif;font-weight:var( --e-global-typography-secondary-font-weight );}.elementor-80605 .elementor-element.elementor-element-04f8b64{font-family:"Inter", Sans-serif;font-size:14px;font-weight:500;line-height:1.5em;}.elementor-widget-theme-page-title .elementor-heading-title{font-family:var( --e-global-typography-primary-font-family ), Sans-serif;color:var( --e-global-color-primary );}.elementor-80605 .elementor-element.elementor-element-ac7230e .elementor-heading-title{font-family:"Inter", Sans-serif;font-size:48px;font-weight:700;line-height:1.1em;color:#1A1A1A;}.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-widget-heading .elementor-heading-title{font-family:var( --e-global-typography-primary-font-family ), Sans-serif;color:var( --e-global-color-primary );}.elementor-80605 .elementor-element.elementor-element-b182440{text-align:center;}.elementor-80605 .elementor-element.elementor-element-b182440 .elementor-heading-title{font-family:"Inter", Sans-serif;font-size:19px;font-weight:600;}@media(min-width:768px){.elementor-80605 .elementor-element.elementor-element-d53c979{--content-width:900px;}}/* Start custom CSS *//* Resource page body copy */
.elementor-widget-theme-post-content {
  color: #1a1a1a;
}

.elementor-widget-theme-post-content p,
.elementor-widget-theme-post-content li,
.elementor-widget-theme-post-content td {
  color: #1a1a1a;
  font-size: 18px;
}

/* Resource page links */
.elementor-widget-theme-post-content a {
  color: #005DA3;
  text-decoration: none;
  transition: color 0.2s ease, text-decoration-color 0.2s ease;
}

.elementor-widget-theme-post-content a:hover,
.elementor-widget-theme-post-content a:focus {
  color: #00477d;
  text-decoration: underline;
  text-underline-offset: 3px;
}

.elementor-widget-theme-post-content .wp-block-column p {
  line-height: 1.7em;
}

/* Keep headings dark unless individually styled */
.elementor-widget-theme-post-content h2,
.elementor-widget-theme-post-content h3,
.elementor-widget-theme-post-content h4 {
  color: #1a1a1a;
}

/* Resource table - rounded card look */

.res-material-table {
  width: 100%;
  border-collapse: collapse;
  font-size: 15px;
  color: #1a1a1a;
  background: #ffffff;
}

.res-material-table th,
.res-material-table td {
  padding: 10px 14px;
  text-align: center;
  border: 1px solid #d9dee3;
}

.res-material-table thead th {
  background: #f1f3f5;
  font-weight: 600;
  font-size: 15px;
  border-top: none;
}

.res-material-table tbody tr:nth-child(even) td {
  background: #f7f9fb;
}

.res-material-table tbody tr:first-child td {
  border-top: none;
}

.res-material-table tbody tr:nth-child(odd) td {
  background: #ffffff;
}/* End custom CSS */