/* CookieYes — reset da stili globali Bassanonet + layout pulsanti nativo */

.cky-notice-btn-wrapper,
.cky-prefrence-btn-wrapper,
.cky-opt-out-btn-wrapper {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    align-items: center;
    justify-content: center;
}

.cky-consent-container .cky-btn,
.cky-modal .cky-btn {
    flex: auto;
    max-width: 100%;
    width: auto;
    margin: 0;
    min-height: 0;
    padding: 8px;
    border-radius: 2px;
    font-size: 14px;
    line-height: 24px;
    font-weight: 500;
    font-family: inherit;
    text-align: center;
    text-transform: none;
    cursor: pointer;
    box-sizing: border-box;
    overflow-wrap: break-word;
    box-shadow: none;
    text-shadow: none;
}

.cky-prefrence-btn-wrapper .cky-btn,
.cky-opt-out-btn-wrapper .cky-btn {
    width: 100%;
}

.cky-prefrence-btn-wrapper .cky-btn {
    margin-top: 10px;
}

.cky-preference-header .cky-btn-close {
    width: 24px;
    height: 24px;
    min-height: 0;
    margin: 0;
    padding: 0;
    border: none;
    background: none;
    line-height: 0;
    box-shadow: none;
    text-shadow: none;
}

.cky-switch input[type="checkbox"] {
    width: auto !important;
    height: auto !important;
    min-width: 0 !important;
    min-height: 0 !important;
    margin: 0 !important;
    padding: 0 !important;
    border: 0 !important;
    border-radius: 0 !important;
    background: transparent !important;
    box-shadow: none !important;
    -webkit-appearance: auto !important;
    appearance: auto !important;
}

.cky-switch input[type="checkbox"]:checked {
    background: transparent !important;
    box-shadow: none !important;
}
