/*
 * Phase-specific frontend rules belong here after approval. Homepage sections
 * and the final footer remain intentionally unimplemented.
 */

.darbin-entry {
	min-width: 0;
}

.darbin-entry__content > :first-child,
.darbin-entry__summary > :first-child {
	margin-block-start: 0;
}

.darbin-entry__content > :last-child,
.darbin-entry__summary > :last-child {
	margin-block-end: 0;
}
