/* Cookie Consent Banner  */
  .cookie-banner {
    position: fixed;
    bottom: 20px;
    left: 50%;
    transform: translateX(-50%);
    background: #fff;
    color: #333;
    border-radius: 12px;
    box-shadow: 0 4px 20px rgba(0,0,0,0.1);
    padding: 1.25rem 1.5rem;
    width: 95%;
    max-width: 600px;
    font-family: 'Montserrat', sans-serif;
    z-index: 9999;
  }

  .cookie-banner h5 {
    font-size: 1rem;
    font-weight: 600;
  }

  .cookie-banner p {
    font-size: 0.875rem;
    margin-bottom: 0.5rem;
  }

  .cookie-banner a {
    color: #007bff;
    text-decoration: underline;
  }

  .cookie-buttons button {
    margin-right: .5rem;
  }

  .cookie-settings {
    display: none;
    border-top: 1px solid #e5e5e5;
    margin-top: 0.75rem;
    padding-top: 0.75rem;
  }

  .cookie-settings label {
    font-size: 0.875rem;
    display: flex;
    justify-content: space-between;
    align-items: center;
  }

  .cookie-settings input {
    margin-left: .5rem;
  }
