.family-safety-plan {
  margin: 44px 0;
  padding: 28px;
  border: 1px solid #355342;
  background: #eaf0e8;
  color: #102018;
}

.family-safety-plan__intro {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(220px, 360px);
  gap: 28px;
  align-items: end;
  padding-bottom: 22px;
  border-bottom: 1px solid #6f8876;
}

.family-safety-plan__intro span,
.family-safety-plan__result-kicker,
.family-safety-plan__choices > span {
  color: #0c6a57;
  font-size: 10px;
  font-weight: 800;
}

.family-safety-plan__intro h2,
.family-safety-plan__result h3 {
  margin: 8px 0 0;
  color: #102018;
  font-size: 30px;
  line-height: 1.1;
}

.family-safety-plan__intro p,
.family-safety-plan__privacy,
.family-safety-plan__result p,
.family-safety-plan__result small {
  margin: 0;
  color: #385243;
  font-size: 13px;
  line-height: 1.65;
}

.family-safety-plan__choices {
  margin-top: 26px;
}

.family-safety-plan__choice-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  margin-top: 12px;
  border-top: 1px solid #6f8876;
  border-left: 1px solid #6f8876;
}

.family-safety-plan__choice {
  min-width: 0;
  min-height: 128px;
  display: grid;
  align-content: space-between;
  gap: 14px;
  padding: 18px;
  border: 0;
  border-right: 1px solid #6f8876;
  border-bottom: 1px solid #6f8876;
  border-radius: 0;
  background: #f7faf4;
  color: #102018;
  text-align: left;
  cursor: pointer;
}

.family-safety-plan__choice:hover,
.family-safety-plan__choice[aria-pressed="true"] {
  background: #163e30;
  color: #f4f8ef;
}

.family-safety-plan__choice strong {
  font-size: 16px;
  line-height: 1.2;
}

.family-safety-plan__choice span {
  color: inherit;
  font-size: 12px;
  line-height: 1.45;
  opacity: .8;
}

.family-safety-plan__privacy {
  margin-top: 16px;
  padding-top: 16px;
  border-top: 1px solid #a5b5a7;
}

.family-safety-plan__status {
  display: block;
  margin-top: 14px;
  color: #1c4132;
  font-size: 13px;
  font-weight: 700;
}

.family-safety-plan__result {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(240px, 340px);
  gap: 28px;
  margin-top: 20px;
  padding: 24px;
  border: 1px solid #163e30;
  background: #fbfdf8;
}

.family-safety-plan__steps {
  margin: 18px 0 0;
  padding-left: 22px;
}

.family-safety-plan__steps li {
  padding: 10px 0;
  border-top: 1px solid #c8d3c8;
  color: #20382b;
  font-size: 14px;
  line-height: 1.55;
}

.family-safety-plan__actions {
  display: grid;
  align-content: start;
  gap: 9px;
  padding-left: 22px;
  border-left: 1px solid #c8d3c8;
}

.family-safety-plan__actions button,
.family-safety-plan__actions a {
  min-height: 42px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 9px 12px;
  border: 1px solid #1d503d;
  border-radius: 4px;
  background: #f7faf4;
  color: #153f31;
  font: inherit;
  font-size: 11px;
  font-weight: 800;
  line-height: 1.2;
  text-align: center;
  text-decoration: none;
  cursor: pointer;
}

.family-safety-plan__actions a:first-child,
.family-safety-plan__actions button:first-child {
  background: #163e30;
  color: #f8fbf5;
}

.family-safety-plan__actions button:hover,
.family-safety-plan__actions a:hover {
  border-color: #d35b3e;
}

.family-safety-plan__feedback {
  min-height: 22px;
  margin-top: 4px;
  color: #385243;
  font-size: 12px;
  line-height: 1.45;
}

@media (max-width: 760px) {
  .family-safety-plan {
    padding: 20px;
  }

  .family-safety-plan__intro,
  .family-safety-plan__result {
    grid-template-columns: 1fr;
    gap: 18px;
  }

  .family-safety-plan__choice-grid {
    grid-template-columns: 1fr;
  }

  .family-safety-plan__actions {
    padding-left: 0;
    padding-top: 18px;
    border-top: 1px solid #c8d3c8;
    border-left: 0;
  }
}

@media print {
  .family-safety-plan__choices,
  .family-safety-plan__privacy,
  .family-safety-plan__status,
  .family-safety-plan__actions,
  .site-header,
  .legal-footer,
  .seo-related,
  .seo-action-band {
    display: none !important;
  }

  .family-safety-plan,
  .family-safety-plan__result {
    margin: 0;
    border-color: #111;
    background: #fff;
  }
}
