.elementor-13469 .elementor-element.elementor-element-220dac1{--display:flex;}/* Start custom CSS for html, class: .elementor-element-da0ccd2 *//* === layout === */
.bc-privacy-policy {
  max-width: 820px;
  margin-inline: auto;
}

.bc-content-block:not(:first-of-type) {
  margin-block: 64px;
}

.bc-content-block:first-of-type {
  margin-top: 0;
}

/* === notice / banners === */
.bc-notice {
  border: 1px solid #dee2e9;
  border-radius: 10px;
  padding: 14px 18px;
  margin-bottom: 32px;
  background: #f7f9fc;
}

/* === cards / callouts === */
.bc-card,
.bc-callout {
  border: 1px solid #dee2e9;
  border-radius: 12px;
  padding: 18px 20px;
  margin-block: 20px;
  background: #fff;
}

.bc-card p {
    font-size: 15px;
    margin: 0 !important;
}

.bc-callout {
  display: flex;
  gap: 14px;
  align-items: center;
}

/* === highlight row === */
.bc-highlight {
  display: flex;
  align-items: center;
  gap: 10px;
  margin-block: 24px;
  padding: 12px 14px;
  border: 1px solid #dee2e9;
  border-radius: 10px;
  background: #f5f7fb;
  font-size: 14px;
}

/* === accordion (visual only) === */
.bc-accordion {
  display: grid;
  gap: 10px;
  margin-block: 24px;
}

.bc-accordion button {
  all: unset;
  cursor: pointer;
  padding: 14px 16px;
  border: 1px solid #dee2e9;
  border-radius: 10px;
  font-size: 15px;
}

/* === media placeholders === */
.bc-media {
  margin-block: 24px;
  border-radius: 14px;
  overflow: hidden;
  background: #eef1f6;
}

.bc-media video,
.bc-media img {
  width: 100%;
  height: auto;
  display: block;
}

/* === links styled as rows === */
.bc-card-link {
  display: block;
  padding: 14px 16px;
  border: 1px solid #dee2e9;
  border-radius: 10px;
  margin-block: 10px;
  text-decoration: none;
}

/* === spacing helpers === */
.bc-privacy-policy h1 {
  margin-bottom: 24px;
}

.bc-privacy-policy h2 {
  margin-bottom: 16px;
  font-size: 24px;
}

.bc-privacy-policy h3 {
  margin-top: 32px;
  margin-bottom: 10px;
}

.bc-privacy-policy p {
  margin-bottom: 14px;
}/* End custom CSS */