.pdf-5-ways-floating-placeholder {
    display: none;
    width: 100%;
}

.pdf-5-ways-floating-placeholder.is-active {
    display: block;
}

.food5ways-button-container .search-filter-style--control-submit button {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    position: relative;
}

.food5ways-button-container .search-filter-style--control-submit button::after {
    content: "";
    display: inline-block;
    width: 19px;
    height: 20px;
    margin-left: 10px;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='19.764' height='20.382' viewBox='0 0 19.764 20.382'%3E%3Cg transform='translate(-520 -1493.25)'%3E%3Cpath d='M6.959,0l6.959,7.077H0Z' transform='translate(536.842 1507.121) rotate(180)' fill='%23737a4d'/%3E%3Crect width='3.706' height='7.411' transform='translate(528.029 1493.25)' fill='%23737a4d'/%3E%3Crect width='3.706' height='19.764' transform='translate(539.764 1509.926) rotate(90)' fill='%23737a4d'/%3E%3C/g%3E%3C/svg%3E");
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
}

.food5ways-button-container .search-filter-style--control-submit button:disabled::after {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='19.764' height='20.382' viewBox='0 0 19.764 20.382'%3E%3Cg transform='translate(-520 -1493.25)'%3E%3Cpath d='M6.959,0l6.959,7.077H0Z' transform='translate(536.842 1507.121) rotate(180)' fill='%23999999'/%3E%3Crect width='3.706' height='7.411' transform='translate(528.029 1493.25)' fill='%23999999'/%3E%3Crect width='3.706' height='19.764' transform='translate(539.764 1509.926) rotate(90)' fill='%23999999'/%3E%3C/g%3E%3C/svg%3E");
}

.food5ways-button-container .search-filter-style--control-submit button:hover::after {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='19.764' height='20.382' viewBox='0 0 19.764 20.382'%3E%3Cg transform='translate(-520 -1493.25)'%3E%3Cpath d='M6.959,0l6.959,7.077H0Z' transform='translate(536.842 1507.121) rotate(180)' fill='%23ffffff'/%3E%3Crect width='3.706' height='7.411' transform='translate(528.029 1493.25)' fill='%23ffffff'/%3E%3Crect width='3.706' height='19.764' transform='translate(539.764 1509.926) rotate(90)' fill='%23ffffff'/%3E%3C/g%3E%3C/svg%3E");
}

.kb-row-layout-wrap.pdf-5-ways-floating-download {
    position: fixed !important;
    left: 50% !important;
    top: 0 !important;
    z-index: 9999 !important;
    width: 100vw !important;
    max-width: 100vw !important;
    margin: 0 !important;
    transform: translateX(-50%) !important;
    background: rgba(255, 255, 255, 0.92) !important;
    box-shadow: 0 8px 24px rgba(0, 0, 0, 0.12) !important;
}

.admin-bar .kb-row-layout-wrap.pdf-5-ways-floating-download {
    top: 32px !important;
}

.kb-row-layout-wrap.pdf-5-ways-floating-download .wp-block-kadence-column {
    padding: 15px 20px !important;
}

.kb-row-layout-wrap.pdf-5-ways-floating-download .food5ways-button-container {
    display: flex;
    justify-content: center;
}

@media screen and (max-width: 782px) {
    .admin-bar .kb-row-layout-wrap.pdf-5-ways-floating-download {
        top: 46px !important;
    }
}
