.cookie-banner-center {
  position: fixed;
  bottom: 2rem;
  left: 50%;
  transform: translateX(-50%) translateY(120%);
  width: calc(100% - 4rem);
  max-width: 460px;
  background: #c0c0c0;
  color: #000000;
  border-top: 2px solid #ffffff;
  border-left: 2px solid #ffffff;
  border-right: 2px solid #000000;
  border-bottom: 2px solid #000000;
  border-radius: 0;
  box-shadow: 4px 4px 0 #000000;
  padding: 1rem;
  z-index: 9999;
  font-family: 'MS Sans Serif', Arial, sans-serif;
  font-size: 13px;
  line-height: 1.4;
  transition: all 0.4s ease;
  opacity: 0;
}

.cookie-banner-center.show {
  transform: translateX(-50%) translateY(0);
  opacity: 1;
}

.cookie-title {
  font-size: 14px;
  font-weight: bold;
  margin: 0 0 0.75rem;
  background: navy;
  color: white;
  padding: 4px 8px;
  display: inline-block;
}

.cookie-text {
  color: #000000;
  margin: 0 0 1rem;
  padding: 0.5rem;
  background: #ffffff;
  border: 1px inset #c0c0c0;
}

.cookie-text a {
  color: blue;
  text-decoration: underline;
}

.cookie-buttons {
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
  margin-top: 1rem;
}

.cookie-btn {
  padding: 0.5rem 1rem;
  background: #c0c0c0;
  border-top: 1px solid #ffffff;
  border-left: 1px solid #ffffff;
  border-right: 1px solid #000000;
  border-bottom: 1px solid #000000;
  font-size: 13px;
  cursor: pointer;
}

.cookie-btn:active {
  border-top: 1px solid #000000;
  border-left: 1px solid #000000;
  border-right: 1px solid #ffffff;
  border-bottom: 1px solid #ffffff;
  padding: 0.5rem 1rem 0.45rem 1.05rem;
}

.cookie-icon {
  position: fixed;
  bottom: 2rem;
  left: 2rem;
  width: 48px;
  height: 48px;
  background: #008080;
  border-top: 2px solid #ffffff;
  border-left: 2px solid #ffffff;
  border-right: 2px solid #000000;
  border-bottom: 2px solid #000000;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  opacity: 0;
  pointer-events: none;
  z-index: 9998;
  font-size: 24px;
  color: white;
}

.cookie-icon.show {
  opacity: 1;
  pointer-events: all;
}

.cookie-toggle-item {
  padding: 0.75rem 0;
  border-bottom: 1px dotted #808080;
}

.cookie-back-btn {
  background: #c0c0c0;
  border-top: 1px solid #ffffff;
  border-left: 1px solid #ffffff;
  border-right: 1px solid #000000;
  border-bottom: 1px solid #000000;
  font-size: 16px;
  width: 24px;
  height: 24px;
  cursor: pointer;
}

@media (max-width: 480px) {
  .cookie-banner-center {
    bottom: 1rem;
    left: 1rem;
    right: 1rem;
    width: auto;
  }
}

/* WebDesignerHQ Finland Guide cookie palette */
.cookie-banner-center,
.cookie-settings-panel,
.cookie-main{background:#020617!important;color:#F8FDFF!important;border-color:rgba(94,234,212,.35)!important;}
.cookie-title{color:#F8FDFF!important;}
.cookie-text,.toggle-desc{color:#D7F7F0!important;}
.cookie-btn.accept,.cookie-btn.manage,.cookie-btn.reject:hover{background:#5EEAD4!important;color:#020617!important;}
.cookie-btn.reject{background:#14532D!important;color:#F8FDFF!important;}
.cookie-text a{color:#5EEAD4!important;}


/* Working WebDesignerHQ Finland Guide cookie banner */
.cookie-banner-center {
  box-sizing: border-box !important;
  border: 1px solid rgba(94, 234, 212, .42) !important;
  border-radius: 22px !important;
  background: linear-gradient(135deg, rgba(2, 6, 23, .98), rgba(20, 83, 45, .96)) !important;
  box-shadow: 0 24px 60px rgba(2, 6, 23, .36) !important;
  font-family: Arial, Helvetica, sans-serif !important;
  padding: 22px !important;
}
.cookie-settings-header {display:flex;align-items:center;gap:12px;}
.cookie-title {
  display: block !important;
  background: transparent !important;
  color: #F8FDFF !important;
  font-size: 20px !important;
  line-height: 1.25 !important;
  padding: 0 !important;
  margin: 0 0 10px !important;
}
.cookie-text {
  background: rgba(248, 253, 255, .08) !important;
  border: 1px solid rgba(94, 234, 212, .22) !important;
  border-radius: 14px !important;
  color: #F8FDFF !important;
  padding: 14px !important;
}
.cookie-text a {color:#5EEAD4!important;font-weight:700!important;}
.cookie-buttons {flex-direction: row !important;flex-wrap: wrap !important;gap:10px!important;}
.cookie-btn {
  border: 0 !important;
  border-radius: 999px !important;
  font-weight: 700 !important;
  transition: transform .2s ease, opacity .2s ease !important;
  padding: 10px 16px !important;
}
.cookie-btn:hover {transform: translateY(-1px);}
.cookie-btn.accept {background:#5EEAD4!important;color:#020617!important;}
.cookie-btn.reject {background:rgba(248,253,255,.12)!important;color:#F8FDFF!important;}
.cookie-btn.manage {background:#F8FDFF!important;color:#14532D!important;}
.cookie-icon {
  border: 1px solid rgba(94, 234, 212, .45) !important;
  border-radius: 999px !important;
  background: #14532D !important;
  box-shadow: 0 12px 30px rgba(2, 6, 23, .24) !important;
}
.cookie-toggle-item {display:flex;justify-content:space-between;gap:16px;align-items:center;border-bottom:1px solid rgba(94,234,212,.18)!important;color:#F8FDFF!important;}
.toggle-title {font-weight:700;color:#F8FDFF;}
.toggle-desc {font-size:13px;color:#D7F7F0!important;margin-top:4px;}
.toggle-switch {position:relative;display:inline-block;width:48px;height:26px;flex:0 0 auto;}
.toggle-switch input {opacity:0;width:0;height:0;}
.slider {position:absolute;cursor:pointer;inset:0;background:rgba(248,253,255,.22);transition:.2s;border-radius:999px;}
.slider:before {content:"";position:absolute;height:20px;width:20px;left:3px;top:3px;background:#F8FDFF;transition:.2s;border-radius:50%;}
.toggle-switch input:checked + .slider {background:#5EEAD4;}
.toggle-switch input:checked + .slider:before {transform:translateX(22px);background:#020617;}
.cookie-back-btn {border:0!important;border-radius:999px!important;background:rgba(248,253,255,.12)!important;color:#F8FDFF!important;}
@media (max-width: 560px) {.cookie-buttons {flex-direction:column!important}.cookie-btn{width:100%!important}.cookie-banner-center{width:calc(100% - 2rem)!important;left:1rem!important;right:1rem!important;transform:translateY(120%)!important}.cookie-banner-center.show{transform:translateY(0)!important}}
