.fenzo-consent {
  position: fixed;
  z-index: 2147483646;
  right: 24px;
  bottom: 24px;
  left: 24px;
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 28px;
  width: min(760px, calc(100vw - 48px));
  margin: 0 auto;
  padding: 20px;
  color: #1a1b1a;
  background: rgba(246, 248, 247, 0.97);
  border: 1px solid rgba(26, 27, 26, 0.18);
  box-shadow: 0 18px 56px rgba(20, 20, 20, 0.14);
  backdrop-filter: blur(14px);
  font-family: "Noto Sans TC Variable", Inter, sans-serif;
}

.fenzo-consent__copy { max-width: 500px; }
.fenzo-consent__copy strong { display: block; margin-bottom: 7px; font-size: 15px; font-weight: 500; }
.fenzo-consent__copy p { margin: 0; color: rgba(26, 27, 26, 0.72); font-size: 13px; line-height: 1.75; }
.fenzo-consent__copy a { display: inline-block; margin-top: 7px; color: inherit; font-size: 12px; text-underline-offset: 3px; }
.fenzo-consent__actions { display: flex; flex: none; gap: 8px; }
.fenzo-consent__actions button,
.fenzo-consent-settings {
  min-height: 40px;
  padding: 9px 15px;
  color: #1a1b1a;
  background: transparent;
  border: 1px solid rgba(26, 27, 26, 0.25);
  border-radius: 0;
  font: 500 12px/1 Inter, "Noto Sans TC Variable", sans-serif;
  letter-spacing: 0.04em;
  cursor: pointer;
}
.fenzo-consent__actions button:hover,
.fenzo-consent-settings:hover { border-color: rgba(26, 27, 26, 0.65); }
.fenzo-consent__actions .is-primary { color: #f6f8f7; background: #1a1b1a; border-color: #1a1b1a; }
.fenzo-consent-settings {
  position: fixed;
  z-index: 2147483645;
  bottom: 12px;
  left: 12px;
  min-height: 30px;
  padding: 6px 9px;
  background: rgba(246, 248, 247, 0.88);
  opacity: 0.72;
  backdrop-filter: blur(10px);
}
.fenzo-consent-settings[hidden] { display: none; }

@media (max-width: 640px) {
  .fenzo-consent {
    right: 12px;
    bottom: 12px;
    left: 12px;
    display: block;
    width: calc(100vw - 24px);
    padding: 18px;
  }
  .fenzo-consent__actions { margin-top: 16px; }
  .fenzo-consent__actions button { flex: 1; }
}
