/* Gulf Jobs — Custom Styles */

/* Smooth scroll */
html { scroll-behavior: smooth; }

/* Ad placement container */
.ad-placement { min-height: 90px; display: flex; align-items: center; justify-content: center; }

/* Prose content from AI (job descriptions) */
.prose-sm { font-size: 0.875rem; line-height: 1.7; }

/* Ensure tap targets are large enough on mobile */
a, button { min-height: 44px; display: inline-flex; align-items: center; }
a.block, a.flex, a.inline-flex { min-height: 44px; }

/* Prose override for whitespace */
.whitespace-pre-line { white-space: pre-line; }
