/* e-hashimoto facility navigation and page-top fix 2026-08-12 */
.mobile-fix-nav-top .wp-block-group.is-layout-flex {
    display: flex !important;
    flex-flow: row nowrap !important;
    align-items: stretch !important;
    gap: 10px !important;
}
.mobile-fix-nav-top .wp-block-vk-blocks-button {
    flex: 1 1 0 !important;
    min-width: 0 !important;
    width: auto !important;
}
.mobile-fix-nav-top .vk_button .vk_button_link.btn {
    display: block !important;
    width: 100% !important;
}
.mobile-fix-nav-top .vk_button_link.has-white-background-color {
    background-color: #fff !important;
}
.mobile-fix-nav-top .vk_button_link.has-vivid-red-background-color {
    background-color: #cf2e2e !important;
}
.mobile-fix-nav-top .vk_button_link.has-pale-pink-background-color {
    background-color: #f78da7 !important;
}
/*
 * The site uses a 40px page-top button generated by VK ExUnit.  Some pages
 * previously exposed part of the accessible "page top" label or rendered the
 * plugin image at the wrong size.  Keep the accessible text in the DOM, but
 * draw one deterministic chevron and a separate TOP caption.
 */
#page_top.page_top_btn {
    box-sizing: border-box !important;
    background-image: none !important;
    overflow: visible !important;
    font-size: 0 !important;
    text-indent: 0 !important;
}
#page_top.page_top_btn > span {
    position: absolute !important;
    width: 1px !important;
    height: 1px !important;
    padding: 0 !important;
    margin: -1px !important;
    overflow: hidden !important;
    clip: rect(0, 0, 0, 0) !important;
    clip-path: inset(50%) !important;
    white-space: nowrap !important;
    border: 0 !important;
}
#page_top.page_top_btn::before {
    content: "" !important;
    position: absolute !important;
    left: 50% !important;
    top: 50% !important;
    width: 12px !important;
    height: 12px !important;
    border: 0 !important;
    border-top: 3px solid #fff !important;
    border-left: 3px solid #fff !important;
    box-sizing: border-box !important;
    transform: translate(-50%, -35%) rotate(45deg) !important;
}
#page_top.page_top_btn::after {
    content: "TOP" !important;
    position: absolute !important;
    top: calc(100% + 3px) !important;
    left: 0 !important;
    width: 100% !important;
    color: #555 !important;
    font-size: 12px !important;
    font-family: Arial, sans-serif !important;
    font-weight: 400 !important;
    line-height: 1 !important;
    text-align: center !important;
    text-indent: 0 !important;
    white-space: nowrap !important;
}
@media (max-width: 991px) {
    .mobile-fix-nav_enable #page_top.page_top_btn {
        bottom: 156px !important;
    }
}
