/* Visible package-card prices are supplied by the teacher record. */
.fb-package-field .ff-el-form-check-label[data-fb-price]::before {
    content: attr(data-fb-price) !important;
}

.fb-package-field .ff-el-form-check-label[data-fb-description]::after {
    content: attr(data-fb-description) !important;
    white-space: pre-line !important;
}
