#rush-cookie-banner {
  position: fixed;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 10050;
  background: rgba(23, 18, 0, 0.96);
  color: #fff;
  padding: 1.25rem 1rem;
  box-shadow: 0 -4px 24px rgba(0, 0, 0, 0.2);
  font-size: 0.95rem;
  line-height: 1.5;
}

#rush-cookie-banner .rush-cookie-inner {
  max-width: 1100px;
  margin: 0 auto;
  display: flex;
  flex-wrap: wrap;
  gap: 1rem;
  align-items: center;
  justify-content: space-between;
}

#rush-cookie-banner p {
  margin: 0;
  flex: 1 1 280px;
}

#rush-cookie-banner .rush-cookie-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 0.5rem;
  align-items: center;
}

#rush-cookie-banner button {
  border: none;
  cursor: pointer;
  padding: 0.5rem 1rem;
  border-radius: 4px;
  font-weight: 600;
  font-size: 0.9rem;
}

#rush-cookie-banner .rush-btn-accept {
  background: #ffc107;
  color: #171200;
}

#rush-cookie-banner .rush-btn-reject {
  background: transparent;
  color: #fff;
  border: 1px solid rgba(255, 255, 255, 0.5);
}

#rush-cookie-banner .rush-btn-settings {
  background: rgba(255, 255, 255, 0.15);
  color: #fff;
}

#rush-cookie-settings {
  position: fixed;
  inset: 0;
  z-index: 10060;
  background: rgba(0, 0, 0, 0.45);
  display: none;
  align-items: center;
  justify-content: center;
  padding: 1rem;
}

#rush-cookie-settings.is-open {
  display: flex;
}

#rush-cookie-settings .rush-modal {
  background: #fff;
  color: #171200;
  max-width: 420px;
  width: 100%;
  border-radius: 8px;
  padding: 1.5rem;
  box-shadow: 0 8px 32px rgba(0, 0, 0, 0.2);
}

#rush-cookie-settings h2 {
  font-size: 1.25rem;
  margin: 0 0 1rem;
}

#rush-cookie-settings label {
  display: flex;
  align-items: flex-start;
  gap: 0.5rem;
  margin-bottom: 0.75rem;
  cursor: pointer;
}

#rush-cookie-settings input:disabled + span {
  opacity: 0.7;
}

#rush-cookie-settings .rush-modal-actions {
  margin-top: 1.25rem;
  display: flex;
  gap: 0.5rem;
  justify-content: flex-end;
}

#rush-cookie-settings button {
  padding: 0.45rem 1rem;
  border-radius: 4px;
  border: none;
  cursor: pointer;
  font-weight: 600;
}

#rush-cookie-settings .rush-save {
  background: #ffc107;
  color: #171200;
}

#rush-cookie-settings .rush-cancel {
  background: #eee;
  color: #333;
}
