/* Reset all default bullets */
ul.wp-block-list {
    list-style: none;
    padding-left: 0;
    margin-left: 0px;
    font-size: 16px;
}

ul.wp-block-list li {
    position: relative;
    padding-left: 1.5em;
    margin-bottom: 0.6em;
    font-size: 16px;
}

/* Primary bullet */
ul.wp-block-list>li::before {
    content: "";
    background-image: url("https://mentalhe180dev.wpenginepowered.com/wp-content/uploads/2025/08/bullet-style.svg");
    background-size: 12px 12px;
    /* adjust as needed */
    width: 12px;
    height: 12px;
    display: inline-block;
    position: absolute;
    left: 0;
    top: 0.6em;
}

/* Secondary bullet */
ul.wp-block-list ul li::before {
    content: "";
    background-image: url(https://mentalhe180dev.wpenginepowered.com/wp-content/uploads/2025/08/blue-dot.svg);
    background-size: 5px 5px;
    width: 5px;
    height: 5px;
    display: inline-block;
    position: absolute;
    left: 8px;
    top: 10px;
}

/**
Search Form
 */

.gp-search-modal .gp-modal__overlay {
    align-items: center !important;
}

.gp-search-modal input#wp-block-search__input-1 {
    width: 50vw;
    background: white;
}

/**
Gravity Forms Overrides & Responsive Stlying
 */
.gform_wrapper.gravity-theme .gform_button {
    box-shadow: none;
}

.mhfa-form-blue-bg form .gfield_description,
.mhfa-form-blue-bg form legend,
.mhfa-form-blue-bg form .gf_progressbar_title span {
    color: #ffffff !important;
    font-family: var(--gp-font--open-sans) !important;
}

.mhfa-form-blue-bg form .gfield_description.validation_message {
    color: var(--dark-gray) !important;
}

.mhfa-form-blue-bg form .gfield_required {
    color: var(--mhfa-orange-primary) !important;
}

.mhfa-form-blue-bg form .gform_previous_button {
    font-family: HCo Ideal Sans SSm;
    font-weight: 500 !important;
    border-bottom-right-radius: 10px;
    border-top-left-radius: 10px;
    padding: 12px 22px;
    line-height: 1.2;
    transition: all 0.5s;
}

.mhfa-form-blue-bg form .gform_previous_button:hover {
    background: var(--mhfa-orange-primary) !important;
    color: #fff !important;
}

.mhfa-form-blue-bg form :is(button:not(.gb-menu-toggle), .gform_next_button, input[type=submit]) {
    font-family: HCo Ideal Sans SSm;
    font-weight: 500 !important;
    cursor: pointer;
    border: 0;
    padding: 12px 22px;
    font-weight: 700;
    line-height: 1.2;
    color: #ffffff;
    transition: all 0.5s;
    background-color: var(--mhfa-orange-primary);
    border: 2px solid var(--mhfa-orange-primary);
}

.mhfa-form-blue-bg .gform_confirmation_message {
    color: #fff;
}

@media (max-width: 768px) {
    .gform_wrapper.gravity-theme .gform_fields {
        grid-row-gap: 16px !important;
    }
}

@media (max-width: 640px) {
    .gform_wrapper.gravity-theme .gform_fields {
        grid-row-gap: 8px !important;
    }

    .name_last {
        margin-bottom: 0px !important;
    }
}

/**
Facets Select
 */
.facetwp-facet select {
    -webkit-appearance: none;
    -moz-appearance: none;
}