/*
 * document-meta.css — Place/date line at start of legal content
 * Standalone: move with page-header.css to centralized repo if needed.
 */

.document-place-date {
    margin: 0 0 1.25rem;
    padding: 0;
    text-align: right;
    font-family: var(--font-body, "Source Sans 3", sans-serif);
    font-weight: 700;
    font-size: clamp(0.9375rem, 2vw, 1.0625rem);
    line-height: 1.45;
    color: var(--color-text, #0f172a);
}

@media (max-width: 767.98px) {
    .document-place-date {
        margin-bottom: 1rem;
    }
}
