.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 );}.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-2bc89d8a */.coach-tip {
  background-color: #D6EAF8;
  border-left: 5px solid #C0392B;
  border-top: none;
  border-right: none;
  border-bottom: none;
  border-radius: 0;
  padding: 16px 20px 16px 20px;
  margin-top: 24px;
  margin-bottom: 24px;
  margin-left: 0;
  margin-right: 0;
}

.coach-tip-label {
  font-family: Arial, sans-serif;
  font-size: 14px;
  font-weight: 700;
  font-style: normal;
  color: #1A3A52;
  margin-top: 0;
  margin-bottom: 8px;
  display: block;
}

.coach-tip-label .qc-brand {
  color: #C0392B;
  text-decoration: underline;
  font-weight: 700;
}

.coach-tip-body {
  font-family: Arial, sans-serif;
  font-size: 15px;
  font-style: italic;
  font-weight: 400;
  color: #1A3A52;
  line-height: 1.7;
  margin: 0;
}

.coach-tip-body p {
  margin-top: 0;
  margin-bottom: 8px;
}

.coach-tip-body p:last-child {
  margin-bottom: 0;
}
.qc-cta {
  background-color: #1A3A52;
  border-radius: 4px;
  padding: 28px 32px;
  margin-top: 32px;
  margin-bottom: 32px;
  text-align: center;
}

.qc-cta p {
  font-family: Arial, sans-serif;
  font-size: 17px;
  font-weight: 700;
  color: #FFFFFF;
  line-height: 1.55;
  margin: 0;
}

.qc-cta a {
  color: #D6EAF8;
  text-decoration: underline;
}
.qc-table {
  width: 100%;
  border-collapse: collapse;
  font-family: Arial, sans-serif;
  font-size: 14px;
  margin-top: 20px;
  margin-bottom: 24px;
}

.qc-table th {
  background-color: #D6EAF8;
  color: #1A3A52;
  font-weight: 700;
  font-size: 14px;
  padding: 10px 14px;
  text-align: left;
  border: 1px solid #CCCCCC;
}

.qc-table td {
  padding: 10px 14px;
  border: 1px solid #CCCCCC;
  color: #333333;
  vertical-align: top;
  line-height: 1.5;
}

.qc-table tr:nth-child(even) td {
  background-color: #F8FBFD;
}

.qc-table tr:nth-child(odd) td {
  background-color: #FFFFFF;
}

.qc-table .qc-warn {
  color: #C0392B;
  font-weight: 600;
}

/* Mobile responsive */
@media (max-width: 600px) {
  .qc-table,
  .qc-table thead,
  .qc-table tbody,
  .qc-table th,
  .qc-table td,
  .qc-table tr {
    display: block;
  }
  .qc-table thead tr {
    position: absolute;
    top: -9999px;
    left: -9999px;
  }
  .qc-table td {
    border: none;
    border-bottom: 1px solid #CCCCCC;
    padding-left: 50%;
    position: relative;
  }
  .qc-table td:before {
    position: absolute;
    left: 12px;
    width: 45%;
    font-weight: 700;
    color: #1A3A52;
    content: attr(data-label);
  }
}/* End custom CSS */