body
{
   background-color: transparent;
   color: #000000;
   font-family: Arial;
   font-weight: normal;
   font-size: 19px;
   line-height: 1.3;
   margin: 0;
   padding: 0;
}
a
{
   color: #00008B;
   text-decoration: none;
}
a:active
{
   color: #D6000B;
}
a:hover
{
   color: #D6000B;
   text-decoration: underline;
}
  .cookie-notice {
    position: fixed;
    left: 16px;
    right: 16px;
    bottom: 16px;
    z-index: 9999;
    max-width: 620px;
    margin: 0 auto;
    padding: 10px 14px;
    border-radius: 12px;
    background: rgba(30, 30, 30, 0.92);
    color: #fff;
    font-size: 13px;
    line-height: 1.4;
    display: none;
    align-items: center;
    justify-content: space-between;
    gap: 12px;
    box-shadow: 0 6px 24px rgba(0,0,0,.18);
  }

  .cookie-notice a {
    color: #fff;
    text-decoration: underline;
  }

  .cookie-notice button {
    border: 0;
    border-radius: 999px;
    padding: 6px 12px;
    background: #fff;
    color: #222;
    font-size: 13px;
    cursor: pointer;
    white-space: nowrap;
  }

  @media (max-width: 480px) {
    .cookie-notice {
      left: 10px;
      right: 10px;
      bottom: 10px;
      font-size: 12px;
      padding: 9px 12px;
    }
  }
