#cookie-banner {
    position: fixed;
    bottom: 20px;
    left: 20px; 
    right: auto;
    z-index: 9999;          
    background-color: #f5f5f5;
    padding: 15px 20px;
    padding-right:0px;
    border: 1px solid rgba(255, 0, 0, 0.05);
    border-radius: 8px;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
    font-family: Arial, sans-serif;
    max-width: 360px;
    width: auto;
    margin-right:20px;
}
.banner_p {
    font-size: 16px;
    color: #000;
    letter-spacing: 0.2px;
    line-height: 1.4;
    margin: 12px;
}
.banner_button {
    background-color: #555;
    color: white;
    border: 1px solid #8a8a8a;
    padding: 10px 18px;
    margin: 8px 5px 0 5px;
    cursor: pointer;
    font-size: 15px;
    font-weight: bold;
    border-radius: 4px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
    transition: background 0.3s ease, box-shadow 0.3s ease;
}
.banner_button:hover {
    background-color: #909090;
    border-color: #7a7a7a;
    box-shadow: 0 6px 12px rgba(0, 0, 0, 0.3);
}
.inline-form {
  display: inline;
}
.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}