/* All selectors are scoped to this plugin's own classes. */
.hhle-notice,
.hhle-policy-page,
.hhle-policy-page * {
  box-sizing: border-box;
}

.hhle-notice {
  display: flex;
  gap: 14px;
  align-items: flex-start;
  width: 100%;
  margin: 20px 0;
  padding: 18px;
  border: 1px solid #cfe8e5;
  border-radius: 18px;
  background: linear-gradient(135deg, #f6fffd, #f4f8fd);
  box-shadow: 0 10px 28px rgba(5, 35, 69, .06);
  color: #082746;
}

.hhle-shield {
  display: grid;
  place-items: center;
  flex: 0 0 42px;
  width: 42px;
  height: 42px;
  border-radius: 13px;
  background: #15b8ac;
  color: #fff;
  font-size: 21px;
  font-weight: 900;
  box-shadow: 0 10px 20px rgba(21, 184, 172, .22);
}

.hhle-notice-copy h3 {
  margin: 0 0 6px;
  color: #082746;
  font-size: 17px;
  line-height: 1.45;
}

.hhle-notice-copy p {
  margin: 0 0 10px;
  color: #52677d;
  font-size: 14px;
  line-height: 1.8;
}

.hhle-links {
  display: flex;
  gap: 8px;
  flex-wrap: wrap;
}

.hhle-links a {
  display: inline-flex;
  align-items: center;
  min-height: 34px;
  padding: 5px 11px;
  border: 1px solid #c6dedb;
  border-radius: 10px;
  background: #fff;
  color: #086b65 !important;
  text-decoration: none !important;
  font-size: 12px;
  font-weight: 700;
}

.hhle-policy-page {
  width: min(920px, calc(100% - 32px));
  margin: 36px auto;
  padding: 28px;
  border: 1px solid #e0eaf1;
  border-radius: 24px;
  background: #fff;
  box-shadow: 0 14px 42px rgba(5, 35, 69, .07);
  color: #15314c;
  line-height: 1.9;
}

.hhle-policy-page h1 {
  margin: 0 0 16px;
  color: #072849;
  font-size: clamp(26px, 4vw, 38px);
  line-height: 1.3;
}

.hhle-policy-page h2 {
  margin: 0 0 8px;
  color: #0b3f60;
  font-size: 20px;
}

.hhle-policy-page p,
.hhle-policy-page li {
  color: #52677d;
}

.hhle-policy-page a {
  color: #087b72;
  overflow-wrap: anywhere;
}

.hhle-policy-page hr {
  margin: 28px 0;
  border: 0;
  border-top: 1px solid #e1eaf0;
}

.hhle-policy-card {
  margin: 18px 0;
  padding: 18px 20px;
  border: 1px solid #dce9ee;
  border-radius: 16px;
  background: #f8fcfd;
}

.hhle-policy-card ul {
  margin: 8px 0 0;
  padding-right: 22px;
}

.hhle-verified-review {
  display: inline-flex;
  align-items: center;
  margin-inline-start: 8px;
  padding: 3px 8px;
  border-radius: 999px;
  background: #eafaf5;
  color: #08765c;
  font-size: 11px;
  font-weight: 800;
}

@media (max-width: 600px) {
  .hhle-notice {
    padding: 14px;
  }
  .hhle-shield {
    flex-basis: 36px;
    width: 36px;
    height: 36px;
  }
  .hhle-policy-page {
    width: calc(100% - 20px);
    margin: 20px auto;
    padding: 20px 16px;
    border-radius: 18px;
  }
}
