/* Persistent privacy explanation shown below blurred vehicle photos. */

.plate-privacy-notice {
  margin-top: 12px;
  padding: 14px 16px;
  display: flex;
  align-items: flex-start;
  gap: 12px;
  border: 1px solid #bfd7ee;
  border-radius: 11px;
  background: #f4f9fe;
  color: #153a5f;
}
.plate-privacy-notice[hidden] {
  display: none;
}
.plate-privacy-icon {
  width: 34px;
  height: 34px;
  flex: 0 0 34px;
  display: grid;
  place-items: center;
  border-radius: 50%;
  background: #e1effb;
  color: #3476c4;
}
.plate-privacy-icon svg {
  width: 21px;
  height: 21px;
  fill: none;
  stroke: currentColor;
  stroke-width: 1.8;
  stroke-linecap: round;
  stroke-linejoin: round;
}
.plate-privacy-copy {
  display: grid;
  gap: 2px;
}
.plate-privacy-copy strong {
  font-size: 15px;
}
.plate-privacy-copy > span {
  color: #526b82;
  font-size: 13px;
  line-height: 1.6;
}
#smartAdForm #removePlateBlur {
  width: fit-content;
  margin-top: 5px;
  padding: 7px 12px;
  border: 0;
  border-radius: 7px;
  background: #3476c4;
  color: #fff;
  font: inherit;
  font-size: 13px;
  font-weight: 700;
  text-decoration: none;
  cursor: pointer;
}
