.cky-consent-bar {
position: fixed !important;
bottom: 24px !important;
left: 50% !important;
transform: translateX(-50%) !important;
width: 90% !important;
max-width: 560px !important;
background: #1a2e2e !important; border: 1px solid #2a4040 !important;
border-radius: 12px !important;
padding: 24px 28px !important;
box-shadow: 0 4px 24px rgba(0,0,0,0.40) !important;
top: unset !important;
} .cky-title {
font-size: 1rem !important;
font-weight: 600 !important;
color: #ffffff !important;
margin: 0 0 10px !important;
} .cky-notice-des p {
font-size: 0.875rem !important;
color: #aac8c8 !important; line-height: 1.6 !important;
margin: 0 0 18px !important;
} .cky-notice-btn-wrapper {
display: flex !important;
gap: 10px !important;
justify-content: flex-end !important;
} .cky-btn {
padding: 9px 20px !important;
border-radius: 6px !important;
font-size: 0.875rem !important;
font-weight: 500 !important;
transition: opacity 0.2s !important;
min-width: unset !important;
}
.cky-btn:hover {
opacity: 0.85 !important;
} .cky-btn-customize {
background: transparent !important;
color: #aac8c8 !important;
border: 1.5px solid #aac8c8 !important;
} .cky-btn-reject {
background: transparent !important;
color: #ffffff !important;
border: 1.5px solid #ffffff !important;
} .cky-btn-accept {
background: #4caf27 !important; color: #ffffff !important;
border: 1.5px solid #4caf27 !important;
}