.p-card dl {
  dt {
    font-weight: bold;
    margin-top: 1rem;

    &:first-child {
      margin-top: 0;
    }
  }

  dd {
    border-bottom: 1px solid var(--p-surface-200);
    margin-left: -1.25rem;
    margin-right: -1.25rem;
    padding: 0 1.25rem 1rem;

    &:last-child {
      border-bottom: none;
      padding-bottom: 0;
    }
  }
}
