.elementor-kit-14{--e-global-color-primary:#B0853A;--e-global-color-secondary:#1C1710;--e-global-color-text:#52473A;--e-global-color-accent:#8A6526;--e-global-color-f637815:#DCC28A;--e-global-color-9fa079a:#FAF6EE;--e-global-color-7de4016:#FFFDF8;--e-global-color-b14ec92:#F4EDDF;--e-global-color-e60cc89:#231D15;--e-global-color-cde050d:#E6DABF;--e-global-typography-primary-font-family:"Cormorant Garamond";--e-global-typography-primary-font-weight:600;--e-global-typography-secondary-font-family:"Cormorant Garamond";--e-global-typography-secondary-font-weight:500;--e-global-typography-text-font-family:"Hanken Grotesk";--e-global-typography-text-font-weight:400;--e-global-typography-accent-font-family:"Marcellus";--e-global-typography-accent-font-weight:500;--e-global-typography-accent-text-transform:uppercase;--e-global-typography-accent-letter-spacing:4px;}.elementor-kit-14 button,.elementor-kit-14 input[type="button"],.elementor-kit-14 input[type="submit"],.elementor-kit-14 .elementor-button{background-color:#B0853A;color:#FFF8EA;border-radius:999px 999px 999px 999px;}.elementor-kit-14 e-page-transition{background-color:#FFBC7D;}.elementor-section.elementor-section-boxed > .elementor-container{max-width:1140px;}.e-con{--container-max-width:1140px;}.elementor-widget:not(:last-child){--kit-widget-spacing:20px;}.elementor-element{--widgets-spacing:20px 20px;--widgets-spacing-row:20px;--widgets-spacing-column:20px;}{}h1.entry-title{display:var(--page-title-display);}.site-header .site-branding{flex-direction:column;align-items:stretch;}.site-header{padding-inline-end:0px;padding-inline-start:0px;}.site-footer .site-branding{flex-direction:column;align-items:stretch;}@media(max-width:1024px){.elementor-section.elementor-section-boxed > .elementor-container{max-width:1024px;}.e-con{--container-max-width:1024px;}}@media(max-width:767px){.elementor-section.elementor-section-boxed > .elementor-container{max-width:767px;}.e-con{--container-max-width:767px;}}
/* Start custom CSS *//* =========================================================
   Wound Concierge - custom fixes
   1) Plan tier cards: separate the "Everything in ..., plus"
      label from the checkmark list underneath it.
   2-4) Mobile-only layout fixes. Everything from section 2
      down sits inside a media query, so desktop is unchanged.
   ========================================================= */

/* 1. Plan tier cards - divider under the "Everything in ..., plus" label */
.elementor-element-w64o34x > div > div:first-child,
.elementor-element-w64o354 > div > div:first-child {
    margin-bottom: 13px !important;
    padding-bottom: 10px;
}
.elementor-element-w64o34x > div > div:first-child {
    border-bottom: 1px solid rgba(220, 194, 138, 0.32);
}
.elementor-element-w64o354 > div > div:first-child {
    border-bottom: 1px solid rgba(138, 101, 38, 0.28);
}

/* 2. Compare-plans table - label every value with its plan on small screens */
@media (max-width: 880px) {
    .wcmb .wcmb-cmp .wcmb-r:not(.wcmb-head):not(.wcmb-g) > div:nth-child(n+2) {
        display: flex;
        align-items: center;
        justify-content: space-between;
        gap: 14px;
        padding-top: 7px;
        padding-bottom: 7px;
    }
    .wcmb .wcmb-cmp .wcmb-r:not(.wcmb-head):not(.wcmb-g) > div:nth-child(n+2)::before {
        flex: 0 0 auto;
        font: 700 10px/1 "Hanken Grotesk", system-ui, sans-serif;
        letter-spacing: 0.14em;
        text-transform: uppercase;
        color: #8A6526;
        opacity: 0.85;
    }
    .wcmb .wcmb-cmp .wcmb-r:not(.wcmb-head):not(.wcmb-g) > div:nth-child(2)::before { content: "Gold"; }
    .wcmb .wcmb-cmp .wcmb-r:not(.wcmb-head):not(.wcmb-g) > div:nth-child(3)::before { content: "Platinum"; }
    .wcmb .wcmb-cmp .wcmb-r:not(.wcmb-head):not(.wcmb-g) > div:nth-child(4)::before { content: "Diamond"; }

    /* section-heading rows: drop the three empty filler cells */
    .wcmb .wcmb-cmp .wcmb-r.wcmb-g > div:nth-child(n+2) { display: none; }

    /* tooltips: keep them fully on screen */
    .wcmb .wcmb-tip span {
        position: fixed;
        left: 16px;
        right: 16px;
        top: auto;
        bottom: 16px;
        width: auto;
        transform: none;
        z-index: 999;
    }
}

/* 3. Mobile - stop long button labels wrapping onto a second line */
@media (max-width: 767px) {
    .elementor .elementor-element.elementor-widget-button .elementor-button {
        padding-left: 18px !important;
        padding-right: 18px !important;
    }
}

/* 4. Mobile - peptide "amino acids / peptides / proteins" diagram:
      stack the cards instead of squeezing them side by side */
@media (max-width: 767px) {
    .elementor-element-wly5atu > div {
        flex-direction: column !important;
        align-items: stretch !important;
    }
    .elementor-element-wly5atu > div > div {
        text-align: center;
        justify-content: center;
    }
    .elementor-element-wly5atu > div > div:nth-child(even) {
        transform: rotate(90deg);
    }
}/* End custom CSS */