/*!*******************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[2].use[1]!./node_modules/postcss-loader/dist/cjs.js??ruleSet[1].rules[2].use[2]!./src/style.css ***!
  \*******************************************************************************************************************************************************************/
/* Tabs container layout */

.cc-tabs__content-buttons{
    width: 100%;
}
.cc-tabs__content {
    display: flex;
    gap: 2.5rem;
    align-items: flex-start;
}

.cc-tabs{ 
    display: flex;
    flex-direction: row;
    width: 100%;
    max-width: 1200px;
    box-sizing: border-box;
    gap: 4rem;
}

.wp-block-cc-tab .wp-block-columns{
    padding-bottom: 2rem;
} 

/* Add spacing between columns blocks within tabs */
.cc-tab .wp-block-columns {
    padding-bottom: 2rem;
}


/* Tab buttons sidebar */
.cc-tabs__list {
    width: 20rem;
    position: sticky;
    top: 14rem;
    margin-top: 4rem;
    align-self: flex-start;
    display: flex;
    flex-direction: column;
    gap: 1rem;
    background: #ffffff;
    padding: 2rem .5rem;
    z-index: 2;
    border-radius: 30px;
}

/* Desktop: keep action buttons sticky at the same top offset as the tabs list */
/* @media (min-width: 901px) {
    .cc-tabs__buttons {
        position: sticky;
        top: 14rem;
        z-index: 3;
        /* background: #ffffff; */
        /* border-radius: 30px; 
        margin-bottom: 1.5rem;
    }
} */

/* Tab button styles */
.cc-tabs__tab {
    border: none;
    background-color: transparent;
    padding: 12px 24px;
    font-family: Work Sans, sans-serif;
    font-size: 1rem;
    color: #464F5B;
    cursor: pointer;
    text-align: left;
    font-weight: 700;
    outline: none;
}

.cc-tabs__tab.is-active,
.cc-tabs__tab:focus {
    background: #fff;
    color: #1C78CA;
    text-decoration: underline;
    border: none !important;
    outline: none !important;
}

/* Optional purple style for a specific tab */
.cc-tabs__tab.is-purple {
    background: #9262AC;
    color: #fff;
    font-weight: 700;
    border-radius: 50px;
    white-space: nowrap;
}

/* Tab content area */
.cc-tabs__tab-content {
    flex: 1;
    min-width: 0;
}

/* Only hide/show tabs when behavior is show-hide */
.cc-tabs.cc-show-hide .cc-tabs__content {
    position: relative;
}
.cc-tabs.cc-show-hide .cc-tab {
    opacity: 0;
    position: absolute;
    inset: 0;
    width: 100%;
    z-index: -1;
    pointer-events: none;
    transition: opacity 0.2s ease;
}
.cc-tabs.cc-show-hide .cc-tab.is-active {
    opacity: 1;
    position: relative;
    z-index: 2;
    pointer-events: auto;
}

/* When behavior is scroll, always show all tabs */
.cc-tabs.cc-scroll .cc-tab {
    display: block;
}

.cc-tabs.cc-scroll .cc-tabs__content {
   flex-direction: column;
}

.cc-tabs__dropdown {
    display: none;
    height: 44px;
    font-size: 1rem;
    padding: 0 2.75rem 0 1rem;
    border-radius: 50px;
    background: #1C78CA;
    color: #fff;
    box-sizing: border-box;
    font-family: Work Sans, sans-serif;
    font-weight: 600;
    margin: 1.5rem auto;
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    background-image: url("data:image/svg+xml,%3Csvg xmlns=%27http://www.w3.org/2000/svg%27 width=%2714%27 height=%278%27 viewBox=%270 0 14 8%27%3E%3Cpath d=%27M1 1l6 6 6-6%27 fill=%27none%27 stroke=%27%23ffffff%27 stroke-width=%272%27 stroke-linecap=%27round%27 stroke-linejoin=%27round%27/%3E%3C/svg%3E");
    background-repeat: no-repeat;
    background-position: right 1rem center;
    background-size: 14px 8px;
    border: 0 !important;
}

.cc-tabs__dropdown::-ms-expand {
    display: none;
}

.cc-scroll .cc-tabs__content{
    gap: 0;
}

.cc-related-conditions {
    margin-top: 3rem;
}

.cc-tab#conditions .is-style-border-bottom-tricolor {
    background-color: #f8f9fa;
    padding: 0 !important;
}

.service-conditions-block__blurb {
    margin-top: 2rem;
    text-align: center;
}

.wp-block-column-heading {
    align-items: center;
    display: flex;
    gap: 2rem;
    justify-content: space-between;
}

.cc-related-conditions__search-form {
    align-items: center;
    display: flex;
    gap: 1rem;
    justify-content: flex-end;
    margin-left: auto;
}

.cc-related-conditions__search-input {
    background: #fff;
    background-color: white;
    color: #2E2B26;
    width: 200px !important;
}

.cc-tab#conditions .cc-related-conditions__search-input.custom-search-input {
    background: #fff !important;
    background-color: #fff !important;
    opacity: 1 !important;
    pointer-events: auto !important;
    position: static !important;
    transform: none !important;
}

.cc-related-conditions__search-btn {
    background: #BF5108;
    border: none;
    border-radius: 50px;
    color: #fff;
    cursor: pointer;
    font-size: 1rem;
    font-weight: 700;
    min-width: 110px;
    padding: 0.75rem 2rem;
    white-space: nowrap;
    transition: opacity 0.2s;
}

.cc-related-conditions__search-btn:hover {
    opacity: 0.9;
}

.cc-related-conditions__summary {
    color: #464F5B;
    font-size: 1.25rem;
    font-weight: 700;
    margin-bottom: 1rem;
}

.cc-related-conditions__list {
    display: grid;
    gap: 1.25rem 3rem;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    list-style: none !important;
    margin: 0;
    padding: 0;
}

.cc-related-conditions__item {
    color: #464F5B;
    font-size: 1rem;
    list-style: none !important;
    line-height: 1.25;
}

.cc-related-conditions__item::before {
    display: none !important;
}

.cc-related-conditions__item p {
    margin: 0;
}

.cc-related-conditions__item a {
    color: #1C78CA;
    font-weight: 500;
    text-decoration: none;
}

.cc-related-conditions__item a:hover {
    text-decoration: underline;
}

.cc-related-conditions__item.is-hidden,
.cc-related-conditions__item.is-filtered-out,
.cc-related-conditions__empty.is-hidden {
    display: none;
}

.cc-related-conditions__empty {
    color: #464F5B;
    margin: 0 auto;
    max-width: 860px;
    text-align: center;
}

.cc-related-conditions__empty a {
    color: #1C78CA;
    font-weight: 700;
}

.cc-related-conditions__pagination {
    clear: both;
    margin-top: 3rem !important;
}

.cc-related-conditions__pagination .cc-related-conditions__page,
.cc-related-conditions__pagination .cc-related-conditions__page-dots {
    background: #fff;
    color: #9262AC;
    font-size: 0.9rem;
    line-height: 1.6rem;
    padding: 0 0.45rem;
}

.cc-related-conditions__pagination .cc-related-conditions__page {
    cursor: pointer;
}

.cc-related-conditions__pagination .cc-related-conditions__page:hover {
    opacity: 0.8;
}

/* Responsive: show dropdown instead of list, content 100% width */
@media (max-width: 900px) {
    .cc-tabs__content {
        flex-direction: column;
    }
    .cc-tabs__list {
        display: none;
    }
    .cc-tabs__dropdown {
        display: block;
        position: sticky;
        top: 150px;
        left: 0;
        z-index: 4;
        width: 80%;
        margin: 1rem auto;
        box-sizing: border-box;
    }
    body.scrolled .cc-tabs__dropdown {
        position: fixed !important;
        top: var(--cc-tabs-header-height, 80px);
        left: 50%;
        transform: translateX(-50%);
    }
    .cc-tabs__tab-content,
    .cc-tab {
        width: 100%;
        min-width: 0;
    }
    .cc-tabs__list {
        display: none;
    }

     .site-header {
        position: sticky;
        top: 0;
        left: 0;
        right: 0;
        z-index: 999;
        background: #fff;
        box-shadow: 0 2px 4px rgba(0,0,0,0.1);
    }

    /* Add top margin to main content to account for fixed header */
    .site-main {
        margin-top: 80px; /* Adjust based on your header height */
    }

    .cc-tabs__buttons{
        width: 100%;
        /* max-width: 600px; */
        background-color: white;
        position: fixed;
        z-index: 14;
        bottom: 0;
        left: 50%;
        transform: translateX(-50%);
        box-sizing: border-box;   
    }
    .cc-tabs__buttons .wp-block-columns{
        margin: .1rem auto !important;
    } 
    .cc-related-conditions__list {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
    .is-style-custom-buttons {
        gap: .3rem !important;
        justify-content: center !important;
        padding-top: 0 !important;
        padding-bottom: 0 !important;
    }
    .wp-block-buttons.is-style-custom-buttons 
    .wp-block-button.is-style-orange:nth-child(3) {
        margin-top: 5px;
    }
    .wp-block-cc-tab .wp-block-columns{
        padding-bottom: 1rem;
    } 

    /* Add spacing between columns blocks within tabs */
    .cc-tab .wp-block-columns {
        padding-bottom: 1rem;
    }
    /* closed hyro */
    .has-cc-tab-buttons #hyro-frame {
        bottom: 60px !important;
    }
      /* opened hyro */
    .has-cc-tab-buttons #hyro-frame[style*="max-width: 100%"] {
        bottom: 0 !important;
    }
}


@media (max-width: 600px) {
    body.scrolled .cc-tabs__dropdown {
        top: var(--cc-tabs-header-height, 60px);
    }
    .wp-block-column-heading {
        flex-flow: column;
        gap: 0 !important;
        text-align: center;
    }
    .cc-related-conditions__search-form {
        align-items: stretch;
        display: flex;
        flex-direction: column;
        gap: 1rem;
        margin-left: 0;
        width: 100%;
    }
    .cc-related-conditions__search-btn {
        width: 100%;
    }
    .cc-related-conditions__search-input {
        display: block;
        height: 40px;
        max-width: none;
        opacity: 1 !important;
        pointer-events: auto !important;
        position: static !important;
        transform: none !important;
        width: 100% !important;
    }
    .cc-related-conditions__list {
        grid-template-columns: 1fr;
    }

    .cc-related-conditions__pagination .cc-related-conditions__page-dots {
        display: none;
    }
}

/* FIX FOR CAROUSEL EMBEBED ON A PAGE WITH TABS */
.cc-tabs .slick-track {
    position: absolute;
}

/* FIX FOR healthcare-professionals/education/nursing */ 
.nonePaddinBottom {
    padding-bottom: 0rem !important;
}

/*# sourceMappingURL=style-index.css.map*/
