.pfm-opt-out-switch {
  margin: 24px 0;
}
.pfm-opt-out-switch .opt-out-link {
  display: flex;
  align-items: center;
  gap: 14px;
  font-size: 18px;
  font-weight: 700;
  line-height: 1.3;
}
.pfm-opt-out-switch .opt-out-link .switch {
  width: 31px;
  height: 17px;
  background: #ccc;
  border-radius: 20px;
  position: relative;
  vertical-align: middle;
  cursor: pointer;
  flex-shrink: 0;
}
.pfm-opt-out-switch .opt-out-link .switch::before {
  content: "";
  position: absolute;
  top: 2px;
  left: 2px;
  width: 13px;
  height: 13px;
  background: #fff;
  border-radius: 50%;
  transition: transform 0.3s ease;
}
.pfm-opt-out-switch .opt-out-link.active .switch {
  background: #0038b1;
}
.pfm-opt-out-switch .opt-out-link.active .switch::before {
  transform: translateX(13px);
}
@media only screen and (max-width: 950px) {
  .pfm-opt-out-switch .opt-out-link {
    font-size: 16px;
  }
}/*# sourceMappingURL=pfm-geo-privacy.css.map */