#custom_html-26 .ep-support-heading {
    text-align: center;
    padding-top: 1em;
}

#custom_html-26 .ep-support-centered {
    text-align: center;
}

#custom_html-26 .ep-support-available {
    color: green;
}

#custom_html-26 .ep-support-phone {
    text-align: center;
    font-size: xx-large;
}

#custom_html-26 .ep-faq-chat-options {
    display: flex;
    gap: 12px;
    justify-content: center;
    align-items: flex-start;
    flex-wrap: wrap;
}

#custom_html-26 .ep-faq-chat-option {
    flex: 0 1 auto;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 12px;
}

#custom_html-26 .ep-faq-chat-status {
    margin: 0;
    text-align: center;
}

#custom_html-26 .ep-faq-chat-status > * {
    margin: 0;
}

body:has(#custom_html-26) .entry-header,
body:has(#custom_html-26) .g1-nav-single {
    display: none;
}

@media (max-width: 480px) {
    #custom_html-26 .ep-faq-chat-options {
        flex-direction: column;
        align-items: center;
    }
}
