/* landing-token: 5810 */
/* Cookie banner styles - NO @import url() allowed */
#zw-consent-bar {
  display: none;
  position: fixed; bottom: 0; left: 0; right: 0; z-index: 9999;
  background: rgba(44, 52, 58, 0.97); color: #fff;
  padding: 1rem 2rem; align-items: center; justify-content: space-between;
  gap: 1rem; flex-wrap: wrap; font-family: inherit;
  border-top: 3px solid #7C9A92;
}
#zw-consent-bar p { margin: 0; font-size: 0.9rem; line-height: 1.5; }
#zw-consent-bar a { color: #7C9A92; text-decoration: underline; }
.zw-consent-btns { display: flex; gap: 0.75rem; flex-shrink: 0; }
#zw-consent-accept { background: #7C9A92; color: #fff; border: none; padding: 0.5rem 1.25rem; border-radius: 4px; cursor: pointer; font-weight: 600; }
#zw-consent-reject { background: transparent; color: #ccc; border: 1px solid #666; padding: 0.5rem 1.25rem; border-radius: 4px; cursor: pointer; }
