#cookie-banner {
  position: fixed;
  bottom: 1rem;                 
  left: 50%;                    
  transform: translateX(-50%);  
  background: #f8f9fa;
  border: 1px solid #ccc;
  padding: 1rem 1.5rem;         
  z-index: 1050;
  text-align: center;
  border-radius: 1.5rem;        
  max-width: 480px;             
  box-shadow: 0 0.5rem 1.5rem rgba(0,0,0,.15);
  font-size: 0.75rem;           /* smaller font so text+buttons stay compact */
  line-height: 1.3;
}

#cookie-banner .btn-group {
  white-space: nowrap;          /* prevent line break */
}

#cookie-banner .btn-group button {
  margin: 0 0.25rem;
  font-size: 0.75rem;           /* match*
