/* GDPR-style Cookie Consent for Remote IT Support */
#rits-cookie-banner {
  position: fixed;
  left: 20px;
  right: 20px;
  bottom: 20px;
  max-width: 1100px;
  margin: 0 auto;
  background: #0b0f17;
  color: #ffffff;
  border: 1px solid #ff6a00;
  border-radius: 14px;
  padding: 18px 20px;
  z-index: 999999;
  box-shadow: 0 12px 35px rgba(0,0,0,.45);
  font-family: Arial, Helvetica, sans-serif;
  display: none;
}
#rits-cookie-banner h3 {
  margin: 0 0 8px;
  color: #ff6a00;
  font-size: 18px;
}
#rits-cookie-banner p {
  margin: 0 0 14px;
  font-size: 14px;
  line-height: 1.5;
}
.rits-cookie-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}
.rits-cookie-actions button,
.rits-cookie-actions a {
  border-radius: 8px;
  padding: 10px 14px;
  font-size: 14px;
  font-weight: 700;
  cursor: pointer;
  text-decoration: none;
}
#rits-cookie-accept {
  background: #ff6a00;
  color: #fff;
  border: 1px solid #ff6a00;
}
#rits-cookie-reject {
  background: transparent;
  color: #fff;
  border: 1px solid #666;
}
#rits-cookie-policy {
  background: transparent;
  color: #ff6a00;
  border: 1px solid #ff6a00;
}
@media (max-width: 600px) {
  #rits-cookie-banner {
    left: 10px;
    right: 10px;
    bottom: 10px;
    padding: 15px;
  }
}
