/* Cookie consent positioning - Top for desktop */
.cc-window {
  left: 0 !important;
  right: 0 !important;
  padding: 5px 10px !important;
  min-height: auto !important;
  line-height: 2 !important;
  border-radius: 0 !important;
}

.cc-message {
  padding: 2px 0 !important;
  margin: 0 !important;
  font-size: 14px !important;
}

.cc-btn {
  padding: 3px 8px !important;
  font-size: 14px !important;
  min-height: auto !important;
  width: 80px;
  max-height: 30px;
}

.cc-dismiss {
  margin-right: 6rem !important;
}

/* Mobile positioning - Bottom for mobile devices */
@media only screen and (max-width: 768px) {
  .cc-window {
    bottom: 0 !important;
    top: auto !important;
    border-radius: 0 !important;
  }
}
