.elementor-2423 .elementor-element.elementor-element-2c48036{--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;}.elementor-2423 .elementor-element.elementor-element-33a3664{--display:flex;}.elementor-widget-image .widget-image-caption{color:var( --e-global-color-text );font-family:var( --e-global-typography-text-font-family ), Sans-serif;font-size:var( --e-global-typography-text-font-size );font-weight:var( --e-global-typography-text-font-weight );line-height:var( --e-global-typography-text-line-height );}@media(max-width:1024px){.elementor-widget-image .widget-image-caption{font-size:var( --e-global-typography-text-font-size );line-height:var( --e-global-typography-text-line-height );}}@media(max-width:767px){.elementor-widget-image .widget-image-caption{font-size:var( --e-global-typography-text-font-size );line-height:var( --e-global-typography-text-line-height );}}/* Start custom CSS */.cuc-article {
    --cuc-primary: #b62025;
    --cuc-primary-dark: #8f171b;
    --cuc-heading: #18344a;
    --cuc-text: #2c3540;
    --cuc-muted: #5e6b76;
    --cuc-border: #dce3e8;
    --cuc-soft: #f4f8fa;
    --cuc-alert-bg: #fff4f3;
    --cuc-alert-border: #d83832;
    --cuc-green: #2f7659;
    --cuc-green-bg: #f0f8f4;
    --cuc-gold: #9a6a15;
    --cuc-gold-bg: #fff9e8;
    --cuc-white: #ffffff;
    color: var(--cuc-text);
    font-family: inherit;
    font-size: 18px;
    line-height: 1.75;
    margin: 0 auto;
    max-width: 920px;
  }

  .cuc-article *,
  .cuc-article *::before,
  .cuc-article *::after {
    box-sizing: border-box;
  }

  .cuc-article h1,
  .cuc-article h2,
  .cuc-article h3 {
    color: var(--cuc-heading);
    font-family: inherit;
    font-weight: 700;
    line-height: 1.25;
    margin-top: 1.75em;
  }

  .cuc-article h1 {
    font-size: clamp(2rem, 5vw, 3.25rem);
    letter-spacing: -0.025em;
    margin: 0 0 24px;
  }

  .cuc-article h2 {
    border-bottom: 2px solid var(--cuc-border);
    font-size: clamp(1.5rem, 3vw, 2rem);
    margin-bottom: 18px;
    padding-bottom: 10px;
    scroll-margin-top: 110px;
  }

  .cuc-article h3 {
    font-size: 1.25rem;
    margin-bottom: 10px;
    scroll-margin-top: 110px;
  }

  .cuc-article p {
    margin: 0 0 1.15em;
  }

  .cuc-article a {
    color: var(--cuc-primary-dark);
    font-weight: 600;
    text-decoration: underline;
    text-decoration-thickness: 1px;
    text-underline-offset: 3px;
  }

  .cuc-article a:hover,
  .cuc-article a:focus {
    color: var(--cuc-primary);
  }

  .cuc-article ul,
  .cuc-article ol {
    margin: 0 0 1.3em;
    padding-left: 1.4em;
  }

  .cuc-article li {
    margin-bottom: 0.45em;
    padding-left: 0.2em;
  }

  .cuc-article .cuc-intro {
    color: #354656;
    font-size: 1.08em;
  }

  .cuc-article .cuc-quick-answer {
    background: var(--cuc-soft);
    border-left: 5px solid var(--cuc-primary);
    border-radius: 4px;
    margin: 28px 0;
    padding: 20px 24px;
  }

  .cuc-article .cuc-quick-answer strong {
    color: var(--cuc-heading);
  }

  .cuc-article .cuc-toc {
    background: var(--cuc-white);
    border: 1px solid var(--cuc-border);
    border-radius: 10px;
    margin: 32px 0;
    padding: 24px 28px;
  }

  .cuc-article .cuc-toc h2 {
    border: 0;
    font-size: 1.25rem;
    margin: 0 0 12px;
    padding: 0;
  }

  .cuc-article .cuc-toc ol {
    columns: 2;
    gap: 36px;
    margin: 0;
    padding-left: 1.25em;
  }

  .cuc-article .cuc-toc li {
    break-inside: avoid;
    margin-bottom: 7px;
  }

  .cuc-article .cuc-care-grid {
    display: grid;
    gap: 14px;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    margin: 24px 0 32px;
  }

  .cuc-article .cuc-care-card {
    border: 2px solid var(--cuc-border);
    border-radius: 10px;
    padding: 20px 20px 8px;
  }

  .cuc-article .cuc-care-card h3 {
    font-size: 1.12rem;
    margin: 0 0 10px;
  }

  .cuc-article .cuc-care-card p,
  .cuc-article .cuc-care-card li {
    font-size: 0.94em;
  }

  .cuc-article .cuc-care-card--home {
    background: var(--cuc-green-bg);
    border-color: var(--cuc-green);
  }

  .cuc-article .cuc-care-card--home h3 {
    color: #235d46;
  }

  .cuc-article .cuc-care-card--same-day {
    background: var(--cuc-gold-bg);
    border-color: #d3aa55;
  }

  .cuc-article .cuc-care-card--same-day h3 {
    color: #7d5511;
  }

  .cuc-article .cuc-care-card--emergency {
    background: var(--cuc-alert-bg);
    border-color: var(--cuc-alert-border);
  }

  .cuc-article .cuc-care-card--emergency h3 {
    color: #8b1518;
  }

  .cuc-article .cuc-table-wrap {
    border: 1px solid var(--cuc-border);
    border-radius: 8px;
    margin: 22px 0 32px;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }

  .cuc-article table {
    border-collapse: collapse;
    margin: 0;
    min-width: 780px;
    width: 100%;
  }

  .cuc-article th,
  .cuc-article td {
    border-bottom: 1px solid var(--cuc-border);
    padding: 13px 14px;
    text-align: left;
    vertical-align: top;
  }

  .cuc-article th {
    background: var(--cuc-heading);
    color: var(--cuc-white);
    font-size: 0.92em;
    font-weight: 700;
  }

  .cuc-article tbody tr:nth-child(even) {
    background: var(--cuc-soft);
  }

  .cuc-article tbody tr:last-child td {
    border-bottom: 0;
  }

  .cuc-article .cuc-note {
    background: var(--cuc-gold-bg);
    border: 1px solid #ecd899;
    border-radius: 8px;
    margin: 24px 0;
    padding: 18px 22px;
  }

  .cuc-article .cuc-watch {
    background: var(--cuc-green-bg);
    border-left: 5px solid var(--cuc-green);
    border-radius: 6px;
    margin: 24px 0;
    padding: 20px 24px;
  }

  .cuc-article .cuc-watch h3 {
    color: #235d46;
    margin-top: 0;
  }

  .cuc-article .cuc-emergency {
    background: var(--cuc-alert-bg);
    border: 2px solid var(--cuc-alert-border);
    border-radius: 10px;
    margin: 28px 0;
    padding: 22px 24px;
  }

  .cuc-article .cuc-emergency h2,
  .cuc-article .cuc-emergency h3 {
    border: 0;
    color: #8b1518;
    margin-top: 0;
    padding: 0;
  }

  .cuc-article .cuc-numbered {
    counter-reset: cuc-step;
    list-style: none;
    margin: 24px 0 30px;
    padding: 0;
  }

  .cuc-article .cuc-numbered li {
    border-bottom: 1px solid var(--cuc-border);
    counter-increment: cuc-step;
    margin: 0;
    padding: 14px 0 14px 52px;
    position: relative;
  }

  .cuc-article .cuc-numbered li::before {
    align-items: center;
    background: var(--cuc-heading);
    border-radius: 50%;
    color: var(--cuc-white);
    content: counter(cuc-step);
    display: flex;
    font-size: 0.9em;
    font-weight: 700;
    height: 34px;
    justify-content: center;
    left: 0;
    position: absolute;
    top: 13px;
    width: 34px;
  }

  .cuc-article .cuc-location-list {
    display: grid;
    gap: 10px;
    grid-template-columns: repeat(5, minmax(0, 1fr));
    list-style: none;
    margin: 22px 0;
    padding: 0;
  }

  .cuc-article .cuc-location-list li {
    align-items: center;
    background: var(--cuc-soft);
    border: 1px solid var(--cuc-border);
    border-radius: 8px;
    display: flex;
    font-size: 0.92em;
    font-weight: 700;
    justify-content: center;
    margin: 0;
    min-height: 62px;
    padding: 10px;
    text-align: center;
  }

  .cuc-article .cuc-faq {
    margin: 26px 0 36px;
  }

  .cuc-article .cuc-faq details {
    border: 1px solid var(--cuc-border);
    border-radius: 8px;
    margin-bottom: 12px;
    overflow: hidden;
  }

  .cuc-article .cuc-faq summary {
    background: var(--cuc-soft);
    color: var(--cuc-heading);
    cursor: pointer;
    font-weight: 700;
    line-height: 1.4;
    padding: 17px 52px 17px 20px;
    position: relative;
  }

  .cuc-article .cuc-faq summary::after {
    content: "+";
    font-size: 1.45em;
    line-height: 1;
    position: absolute;
    right: 20px;
    top: 14px;
  }

  .cuc-article .cuc-faq details[open] summary::after {
    content: "−";
  }

  .cuc-article .cuc-faq details > div {
    padding: 18px 20px 4px;
  }

  .cuc-article .cuc-cta {
    background: var(--cuc-heading);
    border-radius: 12px;
    color: var(--cuc-white);
    margin: 42px 0 32px;
    padding: 34px;
    text-align: center;
  }

  .cuc-article .cuc-cta h2 {
    border: 0;
    color: var(--cuc-white);
    margin: 0 0 14px;
    padding: 0;
  }

  .cuc-article .cuc-cta p {
    margin-left: auto;
    margin-right: auto;
    max-width: 720px;
  }

  .cuc-article .cuc-buttons {
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
    justify-content: center;
    margin: 24px 0 0;
  }

  .cuc-article .cuc-button {
    background: var(--cuc-primary);
    border: 2px solid var(--cuc-primary);
    border-radius: 6px;
    color: var(--cuc-white);
    display: inline-block;
    font-weight: 700;
    padding: 12px 22px;
    text-decoration: none;
  }

  .cuc-article .cuc-button:hover,
  .cuc-article .cuc-button:focus {
    background: var(--cuc-primary-dark);
    border-color: var(--cuc-primary-dark);
    color: var(--cuc-white);
  }

  .cuc-article .cuc-button--secondary {
    background: transparent;
    border-color: var(--cuc-white);
  }

  .cuc-article .cuc-button--secondary:hover,
  .cuc-article .cuc-button--secondary:focus {
    background: var(--cuc-white);
    border-color: var(--cuc-white);
    color: var(--cuc-heading);
  }

  .cuc-article .cuc-disclaimer {
    border-top: 1px solid rgba(255, 255, 255, 0.35);
    font-size: 0.88em;
    margin-top: 26px;
    padding-top: 18px;
  }

  .cuc-article .cuc-sources {
    background: var(--cuc-soft);
    border-radius: 8px;
    color: var(--cuc-muted);
    font-size: 0.88em;
    margin-top: 36px;
    padding: 22px 24px;
  }

  .cuc-article .cuc-sources h2 {
    border: 0;
    font-size: 1.15rem;
    margin: 0 0 10px;
    padding: 0;
  }

  .cuc-article .cuc-sources ul {
    margin-bottom: 0;
  }

  @media (max-width: 767px) {
    .cuc-article {
      font-size: 17px;
    }

    .cuc-article .cuc-toc ol {
      columns: 1;
    }

    .cuc-article .cuc-care-grid {
      grid-template-columns: 1fr;
    }

    .cuc-article .cuc-location-list {
      grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .cuc-article .cuc-cta {
      padding: 28px 20px;
    }

    .cuc-article .cuc-buttons {
      display: grid;
      grid-template-columns: 1fr;
    }

    .cuc-article .cuc-button {
      width: 100%;
    }
  }

  @media (max-width: 420px) {
    .cuc-article .cuc-location-list {
      grid-template-columns: 1fr;
    }
  }/* End custom CSS */