.p_s5 {
  overflow: hidden;
  background-color: color('white');
  box-shadow: shadow();

  + .p_s5 {
    margin-top: spacing(loose);
  }

  @include page-content-when-not-fully-condensed {
    border-radius: border-radius();
  }
}

.p_if {
  background-color: color('sky', 'lighter');
}

.p_nd {
  padding: spacing(loose) spacing(loose) 0;
}

.p_f0 {
  padding: spacing(loose);

  + .p_f0 {
    border-top: 1px solid color('sky');
  }
}

.p_nl {
  padding: spacing(none);
}

.p_bj {
  background-color: color('sky', 'lighter');
}

.p_o6 {
  padding-bottom: spacing(tight);

  .p_nl & {
    padding: spacing(loose) spacing(loose) spacing(tight);
  }
}

.p_c4 {
  display: flex;
  justify-content: flex-end;
  padding: 0 spacing(loose) spacing(loose);
}
