/* Cookie Notice - Standalone CSS for static HTML pages */
/* Matches Veteran.com WordPress theme styling */

.cookie-notice {
  position: fixed;
  right: 16px;
  bottom: 16px;
  left: 16px;
  z-index: 99999;
  padding: 16px;
  border-radius: 4px;
  background: rgba(255, 255, 255, 0.95);
  box-shadow: 0 7px 14px 0 rgba(1, 42, 126, 0.18), 0 2px 7px 0 rgba(1, 42, 126, 0.12);
}

.cookie-notice p {
  margin: 4px 0 12px;
  padding: 0;
  font-size: 16px;
  line-height: 1.3;
  font-family: "Figtree", sans-serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
}

.cookie-notice strong {
  font-size: 14px;
  font-weight: 700;
  font-family: "Figtree", sans-serif;
  font-optical-sizing: auto;
  font-weight: 800;
  font-style: normal;
}

.cookie-notice a {
  text-decoration: underline;
  color: #14365f;
  transition: all 0.2s ease-out;
  text-underline-offset: 0;
}

.cookie-notice a:hover {
  color: #333;
}

.cookie-notice .button-cookie {
  padding: 10px 20px;
  border: none;
  border-radius: 50px;
  font-size: 16px;
  font-weight: 800;
  color: #fff;
  background: #CC0000;
  cursor: pointer;
  transition: all 0.2s ease-out;
  font-family: "Figtree", sans-serif;
  font-optical-sizing: auto;
  font-style: normal;
}

.cookie-notice .button-cookie:hover {
  color: #fff;
  background: #a00000;
}

@media screen and (min-width: 768px) {
  .cookie-notice {
    right: auto;
    width: 462px;
    padding: 24px;
  }
}
