.wineday-cookie-banner {
    position: fixed;
    right: 16px;
    bottom: 16px;
    z-index: 9999;
    max-width: 420px;
    width: calc(100% - 32px);
    background: #ffffff;
    color: #191919;
    border: 1px solid #EBEBEB;
    border-radius: 4px;
    box-shadow: none;
    padding: 16px;
    font-size: 14px;
    line-height: 1.45;
}

.wineday-cookie-banner p {
    margin: 0 0 10px;
}

.wineday-cookie-banner__actions {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
}

.wineday-cookie-banner__actions button {
    border: 1px solid #EBEBEB;
    border-radius: 4px;
    padding: 8px 10px;
    font-size: 13px;
    cursor: pointer;
    background: #ffffff;
    color: #191919;
}

.wineday-cookie-banner__actions .wineday-cookie-btn-primary {
    background: #C6282E;
    border-color: #C6282E;
    color: #fff;
}

.wineday-cookie-banner__actions .wineday-cookie-btn-secondary {
    background: #ffffff;
    border-color: #EBEBEB;
    color: #191919;
}

.wineday-cookie-banner__actions .wineday-cookie-btn-ghost {
    background: transparent;
    border-color: transparent;
    color: #777777;
    text-decoration: underline;
}

.wineday-cookie-panel {
    margin-top: 10px;
    border-top: 1px solid #EBEBEB;
    padding-top: 10px;
}

.wineday-cookie-panel label {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 8px;
    margin: 6px 0;
}

.wineday-cookie-panel input[type="checkbox"] {
    width: 16px;
    height: 16px;
}

#cafe-site-footer .wineday-footer-native-nav .cafe-site-menu,
#cafe-site-footer .wineday-footer-native-nav .cafe-wrap-menu,
#cafe-site-footer .wineday-footer-native-nav .cafe-menu {
    display: block;
}

#cafe-site-footer .wineday-footer-native-nav .cafe-menu {
    list-style: none;
    margin: 0;
    padding: 0;
}

#cafe-site-footer .wineday-footer-native-nav .cafe-menu li {
    margin: 0;
    padding: 0;
}

#cafe-site-footer .wineday-footer-native-nav .cafe-wrap-menu a,
#cafe-site-footer .wineday-footer-native-nav .wineday-cookie-settings-open {
    display: block;
    padding: 7px 0;
    color: #777777;
    font-family: Roboto, sans-serif;
    font-size: 12px;
    font-weight: 400;
    line-height: 13px;
    text-decoration: none;
    letter-spacing: 0.8px;
    text-transform: none;
}

#cafe-site-footer .wineday-footer-legal-fallback .elementor-heading-title {
    color: #191919;
    font-family: Roboto, sans-serif;
    font-size: 14px;
    font-weight: 500;
    line-height: 14px;
    letter-spacing: 0.8px;
    text-transform: none;
}
#cafe-site-footer [data-wineday-legal-nav] {
    display: block;
    color: #777777;
    font-size: 12px;
    font-weight: 400;
    line-height: 13px;
}

#cafe-site-footer [data-wineday-legal-nav] .cafe-wrap-menu {
    display: block;
}

#cafe-site-footer [data-wineday-legal-nav] .cafe-menu {
    list-style: none;
    margin: 0;
    padding: 0;
}

#cafe-site-footer [data-wineday-legal-nav] .cafe-menu li {
    margin: 0;
    padding: 0;
}

#cafe-site-footer [data-wineday-legal-nav] .cafe-wrap-menu a {
    display: block;
    padding: 7px 0;
    color: #777777;
    font-family: Roboto, sans-serif;
    font-size: 12px;
    font-weight: 400;
    line-height: 13px;
    text-decoration: none;
    letter-spacing: 0.8px;
    text-transform: none;
}

#cafe-site-footer [data-wineday-legal-nav] .wineday-cookie-settings-open {
    display: block;
    width: 100%;
    padding: 7px 0;
    color: #777777;
    text-decoration: none;
    background: none;
    border: 0;
    margin: 0;
    font-family: Roboto, sans-serif;
    font-size: 12px;
    font-weight: 400;
    line-height: 13px;
    letter-spacing: 0.8px;
    text-transform: none;
    text-align: left;
    cursor: pointer;
}

#cafe-site-footer [data-wineday-legal-nav] .wineday-cookie-settings-open:hover,
#cafe-site-footer [data-wineday-legal-nav] .wineday-cookie-settings-open:focus-visible {
    color: #000;
}
