 #cookie-banner {
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    background-color: black; /*barva pozadi*/
    color: white;
    padding: 20px;
    font-size: 1.05em;
    z-index: 9999;
    letter-spacing: 2.3px; word-spacing: 2.2px; /*mezry-mezi slovy*/
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
    box-shadow: 0 -2px 5px rgba(0,0,0,0.3);
    font-size:16px; hyphens:auto; 
    font-family:var(--font-sans);
  line-height:1.6;
  letter-spacing:0.02em;
 
  }

  #cookie-banner p {
    margin: 0 0 10px 0;
    flex: 1 1 100%;
  }

  #cookie-banner a {
    color: black;
    text-decoration: underline;
  }

  .cookie-buttons {
    display: flex;
    gap: 10px;
    flex-wrap: wrap;
text-align:center;
  }

  .cookie-buttons button {
    padding: 10px 16px;
    border: none;
    border-radius: 5px;
    font-weight: bold;
    cursor: pointer;
    font-size: 0.95em;
text-align:center;
  }

  #accept-cookies {
    background-color: #27ae60;
    color: white;
    letter-spacing: 3.3px; word-spacing: 1.9px;
     font-weight: normal; 
text-align:center;
    
  }

  #reject-cookies {
    background-color: #c0392b;
    color: white;
     letter-spacing: 3.3px; word-spacing: 1.9px;
      font-weight: normal; 
text-align:center;
  }