/* Comfortable, chat-like reading size on phones without changing desktop typography. */
@media (max-width: 720px) {
	html { font-size: 16px; -webkit-text-size-adjust: 100%; }
	body { font-size: 16px; line-height: 1.65; }
	p, li, label, input, select, textarea, button { font-size: 16px; }
	.gff-primary a, .gff-mobile-nav a { font-size: 16px; }
	.gff-button, button, input[type="submit"], .button { min-height: 42px; font-size: 15px; line-height: 1.25; }

	.gff-card p, .gff-card small,
	.golf-community-feed article p,
	.golf-community-feed article footer a,
	.golf-community-left nav a,
	.golf-community-left .golf-community-me span,
	.golf-dashboard-welcome span,
	.golf-dashboard-profile__content p,
	.golf-dashboard-feed p,
	.golf-dashboard-events p,
	.golf-member-post-list p,
	.golf-message-bubbles p,
	.golf-answer>div,
	.gff-sidebar--journal li,
	.gff-sidebar--journal .gff-sidebar-recent article span { font-size: 15px; line-height: 1.6; }

	.golf-dashboard-welcome p,
	.golf-dashboard-level,
	.golf-dashboard-stats span,
	.golf-dashboard-stats small,
	.golf-dashboard-actions b,
	.golf-dashboard-actions small,
	.golf-dashboard-card header p,
	.golf-dashboard-card header>a,
	.golf-dashboard-feed small,
	.golf-dashboard-events time span,
	.golf-community-score-dashboard>header small,
	.golf-community-score-overview li,
	.golf-community-mini-trend h3,
	.golf-community-dashboard-link,
	.golf-feed-scorecard>header small,
	.golf-feed-scorecard>footer,
	.golf-message-bubbles time,
	.golf-message-thread>header small,
	.golf-member-post-list small { font-size: 12px; }

	.golf-community-feed>header h2,
	.golf-community-side h2,
	.golf-dashboard-card h2,
	.golf-member-post-editor h2,
	.golf-member-post-list h2 { font-size: 20px; }
	.golf-community-feed article h3,
	.golf-dashboard-feed h3,
	.golf-dashboard-events h3,
	.golf-member-post-list h3 { font-size: 17px; line-height: 1.45; }

	.golf-front-profile__fields label>span,
	.golf-front-profile__level>span,
	.golf-member-post-editor label,
	.golf-member-article-meta select,
	.golf-member-article-meta input,
	.golf-message-thread textarea { font-size: 15px; }
	.golf-front-profile__fields input,
	.golf-front-profile__fields select,
	.golf-front-profile__fields textarea { font-size: 16px; }

	.golf-article-breadcrumbs { gap: 10px; margin-bottom: 22px; font-size: 15px; line-height: 1.5; }
	.golf-article-breadcrumbs i { font-size: 10px; }
	.gff-sidebar--journal h2 { font-size: 20px; }
	.gff-sidebar--journal h2 small { font-size: 11px; }
	.gff-sidebar--journal .gff-sidebar-recent article span { font-size: 16px; line-height: 1.5; }
	.gff-sidebar--journal .gff-sidebar-recent article small { font-size: 13px; line-height: 1.5; }
	.gff-sidebar--journal .gff-sidebar-recent article { padding-block: 17px; }

	/* Dense score tables remain compact, but are enlarged enough to read and scroll. */
	.golf-feed-scorecard th,
	.golf-feed-scorecard td,
	.golf-single-round-entry .golf-feed-scorecard th,
	.golf-single-round-entry .golf-feed-scorecard td { font-size: 12px; }
}
