/* Dinamica Insure — passive privacy text under external forms/widgets. */
.privacy-inline-consent {
  width: 100%;
  margin: 12px 0 0;
  padding: 0 2px;
  color: #6e7288;
}
.privacy-inline-consent__text {
  font-size: 12px;
  line-height: 1.5;
}
.privacy-inline-consent a {
  color: #b82f3e;
  text-decoration: underline;
  text-underline-offset: 2px;
}

.privacy-notice {
  position: fixed;
  left: 18px;
  right: 18px;
  bottom: 18px;
  z-index: 10000;
  max-width: 760px;
  margin: 0 auto;
  padding: 16px 18px;
  border: 1px solid rgba(255,255,255,.14);
  border-radius: 14px;
  background: rgba(24, 26, 61, .97);
  color: #fff;
  box-shadow: 0 18px 54px rgba(0,0,0,.28);
}
.privacy-notice__row { display: flex; gap: 16px; align-items: center; justify-content: space-between; }
.privacy-notice__text { font-size: 13px; line-height: 1.5; color: rgba(255,255,255,.82); }
.privacy-notice__text strong { color: #fff; }
.privacy-notice__text a { color: #fff; text-decoration: underline; text-underline-offset: 2px; }
.privacy-notice__button {
  flex: 0 0 auto;
  border: 0;
  border-radius: 9px;
  padding: 9px 14px;
  background: #fff;
  color: #20214c;
  font: inherit;
  font-size: 13px;
  font-weight: 800;
  cursor: pointer;
}

.policy-card .policy-callout {
  margin: 18px 0;
  padding: 16px 18px;
  border-left: 4px solid #c93545;
  border-radius: 8px;
  background: rgba(201, 53, 69, .06);
}
.policy-card .policy-meta { color: #6e7288; font-size: 14px; }
.policy-card .policy-actions { display: flex; gap: 10px; flex-wrap: wrap; margin-top: 18px; }
.policy-card .policy-actions button {
  border: 1px solid rgba(32,33,76,.16);
  border-radius: 9px;
  padding: 9px 13px;
  background: #fff;
  color: #20214c;
  font: inherit;
  font-weight: 700;
  cursor: pointer;
}

@media (max-width: 640px) {
  .privacy-inline-consent { margin-top: 10px; }
  .privacy-inline-consent__text { font-size: 11.5px; line-height: 1.45; }
  .privacy-notice { left: 10px; right: 10px; bottom: 10px; padding: 14px; }
  .privacy-notice__row { align-items: stretch; flex-direction: column; gap: 10px; }
  .privacy-notice__button { width: 100%; }
}
