
#t24-cookie-banner,
#t24-cookie-modal,
#t24-cookie-floating {
  font-family: inherit;
  color: #2f1b14;
}

#t24-cookie-banner {
  position: fixed;
  left: 24px;
  right: 24px;
  bottom: 24px;
  z-index: 99999;
  background: #ffffff;
  border: 1px solid #e6cb9c;
  border-radius: 18px;
  box-shadow: 0 12px 38px rgba(0,0,0,.18);
  padding: 22px;
  max-width: 980px;
  margin: 0 auto;
}

#t24-cookie-banner h3,
#t24-cookie-modal h3 {
  margin: 0 0 8px;
  color: #76341c;
  font-weight: 800;
}

#t24-cookie-banner p {
  margin: 0 0 16px;
  line-height: 1.5;
}

.t24-cookie-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

.t24-cookie-btn {
  border: 1px solid #76341c;
  border-radius: 28px;
  padding: 9px 18px;
  cursor: pointer;
  font-weight: 700;
  background: #fff;
  color: #76341c;
}

.t24-cookie-btn-primary {
  background: #76341c;
  color: #fff;
}

.t24-cookie-btn-secondary {
  background: #e6cb9c;
  color: #76341c;
  border-color: #e6cb9c;
}

.t24-cookie-revoke {
  background: #fff;
  color: #8a1f11;
  border-color: #8a1f11;
}

#t24-cookie-overlay {
  position: fixed;
  inset: 0;
  background: rgba(0,0,0,.45);
  z-index: 100000;
  display: none;
}

#t24-cookie-modal {
  position: fixed;
  left: 50%;
  top: 50%;
  z-index: 100001;
  transform: translate(-50%, -50%);
  background: #fff;
  border-radius: 18px;
  box-shadow: 0 12px 40px rgba(0,0,0,.25);
  width: calc(100% - 32px);
  max-width: 620px;
  padding: 24px;
  display: none;
}

.t24-cookie-option {
  border: 1px solid #eee;
  border-radius: 12px;
  padding: 14px;
  margin-bottom: 12px;
}

.t24-cookie-option strong {
  color: #76341c;
}

.t24-cookie-option label {
  display: flex;
  justify-content: space-between;
  gap: 16px;
  align-items: center;
  cursor: pointer;
}

.t24-cookie-option small {
  display: block;
  margin-top: 4px;
  color: #666;
  line-height: 1.4;
}

#t24-cookie-floating {
  position: fixed;
  left: 18px;
  bottom: 18px;
  z-index: 99998;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  border: 0;
  background: #76341c;
  color: #fff;
  box-shadow: 0 6px 20px rgba(0,0,0,.22);
  cursor: pointer;
  font-size: 21px;
  display: none;
  align-items: center;
  justify-content: center;
}

#t24-cookie-floating:hover {
  background: #e6cb9c;
  color: #76341c;
}

@media (max-width: 575px) {
  #t24-cookie-banner {
    left: 12px;
    right: 12px;
    bottom: 12px;
    padding: 18px;
  }

  .t24-cookie-actions {
    flex-direction: column;
  }

  .t24-cookie-btn {
    width: 100%;
  }

  #t24-cookie-floating {
    width: 44px;
    height: 44px;
    left: 12px;
    bottom: 12px;
  }
}
