.elementor-widget-text-editor{font-family:var( --e-global-typography-text-font-family ), Sans-serif;font-weight:var( --e-global-typography-text-font-weight );color:var( --e-global-color-text );--textColor:var( --e-global-color-text );}.elementor-widget-text-editor.elementor-drop-cap-view-stacked .elementor-drop-cap{background-color:var( --e-global-color-primary );}.elementor-widget-text-editor.elementor-drop-cap-view-framed .elementor-drop-cap, .elementor-widget-text-editor.elementor-drop-cap-view-default .elementor-drop-cap{color:var( --e-global-color-primary );border-color:var( --e-global-color-primary );}/* Start custom CSS for text-editor, class: .elementor-element-86343d3 */.opt-out-body-text h2{
    font-size: 23px;
    font-weight: 600;
    margin-top: 24px;}
.opt-out-body-text h3{
    font-size: 19px;
    line-height: 10px;
    font-weight: 600;
    margin-top: 24px;}
.opt-out-body-text a{
    color:#ba2f2a;}
.opt-out-body-text p strong{color:#7a7a7a !important;}
    
.meta-card {
  border: 1px solid #e2e2e2;
  border-radius: 6px;
  overflow: hidden;
  background: #fff;
  box-shadow: 0 1px 0 rgba(0,0,0,0.02);
  font-family: system-ui, -apple-system, "Segoe UI", Roboto, "Helvetica Neue", Arial;
  max-width: 860px;
  margin-top: 10px;
}

/* header */
.meta-card__header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 6px 18px;
  background: #f9f9f9;
  border-bottom: 1px solid #efefef;
}
.meta-card__title {
  margin: 0;
  font-size: 16px;
  font-weight: 600;
  color: #333;
}
.meta-card__meta {
  font-size: 13px;
  color: #777;
  white-space: nowrap;
}

/* body: two columns */
.meta-card__body {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 18px;
  padding: 18px;
}
.meta-card__col-title {
  margin: 0 0 6px 0;
  font-size: 14px;
  font-weight: 600;
  color: #444;
}
.meta-card__text {
  margin: 0;
  font-size: 14px;
  color: #555;
  line-height: 1.4;
}
.meta-card__link {
  margin-left: 6px;
  text-decoration: none;
  font-weight: 600;
  color: #0a66c2;
}
.meta-card__link span { opacity: .8; font-size: 12px; }

/* footer large area */
.meta-card__footer {
  margin-top: 12px;
  padding: 20px;
  background: #fafafa;
  border-top: 1px solid #efefef;
  min-height: 84px;
  display: flex;
  align-items: center;
}
.meta-card__footer-label {
  font-size: 14px;
  color: #666;
  margin: 0;
}

/* Responsive: stack on small screens */
@media (max-width: 640px) {
  .meta-card__body {
    grid-template-columns: 1fr;
    padding: 14px;
  }
  .meta-card__header,
  .meta-card__footer {
    padding-left: 14px;
    padding-right: 14px;
  }
}/* End custom CSS */