﻿#cookie-consent-banner {
  position: fixed;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 99999;
  background: #ffffff;
  border-top: 6px solid #01CC01;
  box-shadow: 0 -6px 24px rgba(0,0,0,0.35);
  color: #222222;
  font-family: Arial, Helvetica, sans-serif;
  text-align: left;
}
#cookie-consent-banner.cookie-hidden,
#cookie-settings-panel.cookie-hidden {
  display: none;
}
.cookie-consent-inner {
  max-width: 958px;
  margin: 0 auto;
  padding: 18px 20px;
  display: table;
  width: 100%;
  box-sizing: border-box;
}
.cookie-consent-text,
.cookie-consent-actions {
  display: table-cell;
  vertical-align: middle;
}
.cookie-consent-text {
  padding-right: 20px;
  font-size: 15px;
  line-height: 1.45;
}
.cookie-consent-text strong {
  display: block;
  font-size: 22px;
  color: #007a00;
  margin-bottom: 4px;
}
.cookie-consent-text a,
.cookie-privacy-link a {
  color: #007a00 !important;
  font-weight: bold;
  text-decoration: underline;
}
.cookie-consent-actions {
  width: 330px;
  text-align: right;
  white-space: nowrap;
}
.cookie-button {
  display: inline-block;
  border: 2px solid #007a00;
  background: #ffffff;
  color: #007a00;
  padding: 10px 14px;
  margin: 4px 0 4px 6px;
  cursor: pointer;
  font-weight: bold;
  font-size: 14px;
  font-family: Arial, Helvetica, sans-serif;
}
.cookie-button-primary {
  background: #01CC01;
  color: #ffffff;
  border-color: #01AA01;
}
#cookie-settings-panel {
  position: fixed;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 92%;
  max-width: 560px;
  z-index: 100000;
  background: #ffffff;
  border: 4px solid #01CC01;
  box-shadow: 0 8px 36px rgba(0,0,0,0.45);
  color: #222222;
  font-family: Arial, Helvetica, sans-serif;
  text-align: left;
  padding: 20px;
  box-sizing: border-box;
}
#cookie-settings-panel h2 {
  margin: 0 0 10px 0;
  color: #007a00;
  font-size: 22px;
}
.cookie-option {
  border-top: 1px solid #cccccc;
  padding: 12px 0;
  font-size: 14px;
  line-height: 1.4;
}
.cookie-option label {
  font-weight: bold;
  display: block;
  margin-bottom: 4px;
}
.cookie-settings-actions {
  text-align: right;
  margin-top: 10px;
}
.cookie-privacy-link {
  position: fixed;
  right: 12px;
  bottom: 12px;
  z-index: 9990;
  background: #ffffff;
  border: 2px solid #01CC01;
  padding: 7px 10px;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 13px;
  box-shadow: 0 2px 10px rgba(0,0,0,0.25);
}
@media screen and (max-width: 760px) {
  .cookie-consent-inner,
  .cookie-consent-text,
  .cookie-consent-actions {
    display: block;
    width: auto;
  }
  .cookie-consent-text {
    padding-right: 0;
  }
  .cookie-consent-actions {
    text-align: left;
    margin-top: 10px;
    white-space: normal;
  }
  .cookie-button {
    margin-left: 0;
    margin-right: 6px;
  }
}
