
.cc_y1jbqclb_uCLNTPOJcn .cookie-consent-ui__banner, .cc_y1jbqclb_b4yPxjVZen .cookie-consent-ui__banner {
  position: fixed;
  left: 1rem;
  right: 1rem;
  bottom: 1rem;
  z-index: var(--kombos-z-overlay, 200);
  max-width: 40rem;
  margin: 0 auto;
  padding: 1rem;
  background: var(--color-surface, #ffffff);
  border: 1px solid var(--color-border, #e5ddd5);
  border-radius: 12px;
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.08);
  color: var(--color-text-primary, #1c1917);
  font-family: "articulat-cf", system-ui, sans-serif;
}

@media (min-width: 768px) {
  .cc_y1jbqclb_uCLNTPOJcn .cookie-consent-ui__banner, .cc_y1jbqclb_b4yPxjVZen .cookie-consent-ui__banner {
    left: auto;
    right: 1.5rem;
    bottom: 1.5rem;
    margin: 0;
    padding: 1.25rem;
  }
}

.cc_y1jbqclb_uCLNTPOJcn .cookie-consent-ui__banner-inner, .cc_y1jbqclb_b4yPxjVZen .cookie-consent-ui__banner-inner {
  display: flex;
  flex-direction: column;
  gap: 1rem;
}

.cc_y1jbqclb_uCLNTPOJcn .cookie-consent-ui__banner-text, .cc_y1jbqclb_b4yPxjVZen .cookie-consent-ui__banner-text {
  margin: 0;
  font-size: 0.875rem;
  line-height: 1.55;
  color: var(--color-text-secondary, #6b6560);
  overflow-wrap: anywhere;
}

.cc_y1jbqclb_uCLNTPOJcn .cookie-consent-ui__policy-link, .cc_y1jbqclb_b4yPxjVZen .cookie-consent-ui__policy-link {
  color: #111111;
  font-weight: 500;
  text-decoration: underline;
  text-underline-offset: 2px;
}

.cc_y1jbqclb_uCLNTPOJcn .cookie-consent-ui__banner-actions, .cc_y1jbqclb_b4yPxjVZen .cookie-consent-ui__banner-actions, .cc_y1jbqclb_uCLNTPOJcn .cookie-consent-ui__panel-actions, .cc_y1jbqclb_b4yPxjVZen .cookie-consent-ui__panel-actions {
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
}

@media (min-width: 480px) {
  .cc_y1jbqclb_uCLNTPOJcn .cookie-consent-ui__banner-actions, .cc_y1jbqclb_b4yPxjVZen .cookie-consent-ui__banner-actions, .cc_y1jbqclb_uCLNTPOJcn .cookie-consent-ui__panel-actions, .cc_y1jbqclb_b4yPxjVZen .cookie-consent-ui__panel-actions {
    flex-direction: row;
    flex-wrap: wrap;
  }
}

.cc_y1jbqclb_uCLNTPOJcn .cookie-consent-ui__btn, .cc_y1jbqclb_b4yPxjVZen .cookie-consent-ui__btn {
  min-height: 48px;
  padding: 0.625rem 1rem;
  border-radius: 10px;
  font-family: inherit;
  font-size: 0.875rem;
  font-weight: 500;
  line-height: 1.3;
  cursor: pointer;
  flex: 1 1 auto;
  text-align: center;
}

.cc_y1jbqclb_uCLNTPOJcn .cookie-consent-ui__btn--primary, .cc_y1jbqclb_b4yPxjVZen .cookie-consent-ui__btn--primary {
  background: #111111;
  color: #ffffff;
  border: 1px solid #111111;
}

.cc_y1jbqclb_uCLNTPOJcn .cookie-consent-ui__btn--primary:hover, .cc_y1jbqclb_b4yPxjVZen .cookie-consent-ui__btn--primary:hover {
  opacity: 0.9;
}

.cc_y1jbqclb_uCLNTPOJcn .cookie-consent-ui__btn--secondary, .cc_y1jbqclb_b4yPxjVZen .cookie-consent-ui__btn--secondary {
  background: #ffffff;
  color: #111111;
  border: 1px solid var(--color-border, #e5ddd5);
}

.cc_y1jbqclb_uCLNTPOJcn .cookie-consent-ui__btn--secondary:hover, .cc_y1jbqclb_b4yPxjVZen .cookie-consent-ui__btn--secondary:hover {
  background: #f5f3f0;
}

.cc_y1jbqclb_uCLNTPOJcn .cookie-consent-ui__btn:focus-visible, .cc_y1jbqclb_b4yPxjVZen .cookie-consent-ui__btn:focus-visible {
  outline: 2px solid #111111;
  outline-offset: 2px;
}

.cc_y1jbqclb_uCLNTPOJcn .cookie-consent-ui__overlay, .cc_y1jbqclb_b4yPxjVZen .cookie-consent-ui__overlay {
  position: fixed;
  inset: 0;
  z-index: var(--kombos-z-overlay, 200);
  display: flex;
  align-items: flex-end;
  justify-content: center;
  padding: 1rem;
}

@media (min-width: 768px) {
  .cc_y1jbqclb_uCLNTPOJcn .cookie-consent-ui__overlay, .cc_y1jbqclb_b4yPxjVZen .cookie-consent-ui__overlay {
    align-items: center;
  }
}

.cc_y1jbqclb_uCLNTPOJcn .cookie-consent-ui__backdrop, .cc_y1jbqclb_b4yPxjVZen .cookie-consent-ui__backdrop {
  position: absolute;
  inset: 0;
  border: 0;
  padding: 0;
  margin: 0;
  background: rgba(0, 0, 0, 0.35);
  cursor: pointer;
}

.cc_y1jbqclb_uCLNTPOJcn .cookie-consent-ui__panel, .cc_y1jbqclb_b4yPxjVZen .cookie-consent-ui__panel {
  position: relative;
  z-index: 1;
  width: min(100%, 32rem);
  max-height: min(90vh, 40rem);
  overflow: auto;
  padding: 1.25rem;
  background: #ffffff;
  border: 1px solid var(--color-border, #e5ddd5);
  border-radius: 12px;
  font-family: "articulat-cf", system-ui, sans-serif;
}

.cc_y1jbqclb_uCLNTPOJcn .cookie-consent-ui__panel-header, .cc_y1jbqclb_b4yPxjVZen .cookie-consent-ui__panel-header {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 0.75rem;
  margin-bottom: 0.5rem;
}

.cc_y1jbqclb_uCLNTPOJcn .cookie-consent-ui__panel-title, .cc_y1jbqclb_b4yPxjVZen .cookie-consent-ui__panel-title {
  margin: 0;
  font-size: 1.125rem;
  font-weight: 500;
  line-height: 1.3;
  color: #111111;
}

.cc_y1jbqclb_uCLNTPOJcn .cookie-consent-ui__panel-close, .cc_y1jbqclb_b4yPxjVZen .cookie-consent-ui__panel-close {
  flex-shrink: 0;
  width: 2.5rem;
  height: 2.5rem;
  border: 0;
  background: transparent;
  font-size: 1.5rem;
  line-height: 1;
  cursor: pointer;
  color: #111111;
}

.cc_y1jbqclb_uCLNTPOJcn .cookie-consent-ui__panel-desc, .cc_y1jbqclb_b4yPxjVZen .cookie-consent-ui__panel-desc {
  margin: 0 0 1rem;
  font-size: 0.875rem;
  line-height: 1.55;
  color: var(--color-text-secondary, #6b6560);
}

.cc_y1jbqclb_uCLNTPOJcn .cookie-consent-ui__categories, .cc_y1jbqclb_b4yPxjVZen .cookie-consent-ui__categories {
  list-style: none;
  margin: 0 0 1.25rem;
  padding: 0;
  display: flex;
  flex-direction: column;
  gap: 0.75rem;
}

.cc_y1jbqclb_uCLNTPOJcn .cookie-consent-ui__category, .cc_y1jbqclb_b4yPxjVZen .cookie-consent-ui__category {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 1rem;
  padding: 0.875rem;
  border: 1px solid var(--color-border, #e5ddd5);
  border-radius: 10px;
  background: var(--color-bg, #faf8f5);
}

.cc_y1jbqclb_uCLNTPOJcn .cookie-consent-ui__category-text, .cc_y1jbqclb_b4yPxjVZen .cookie-consent-ui__category-text {
  display: flex;
  flex-direction: column;
  gap: 0.25rem;
  min-width: 0;
}

.cc_y1jbqclb_uCLNTPOJcn .cookie-consent-ui__category-label, .cc_y1jbqclb_b4yPxjVZen .cookie-consent-ui__category-label {
  font-size: 0.875rem;
  font-weight: 500;
  color: #111111;
}

.cc_y1jbqclb_uCLNTPOJcn .cookie-consent-ui__category-desc, .cc_y1jbqclb_b4yPxjVZen .cookie-consent-ui__category-desc {
  font-size: 0.8125rem;
  line-height: 1.45;
  color: var(--color-text-secondary, #6b6560);
  overflow-wrap: anywhere;
}

.cc_y1jbqclb_uCLNTPOJcn .cookie-consent-ui__category input[type="checkbox"], .cc_y1jbqclb_b4yPxjVZen .cookie-consent-ui__category input[type="checkbox"] {
  width: 1.25rem;
  height: 1.25rem;
  margin-top: 0.125rem;
  flex-shrink: 0;
  accent-color: #111111;
}
