/* Copied from main app static/style.css (mobile-first responsive styles)
	 Trimmed for scaffold use inside ci4absen/public/assets/css */

/* Base responsive styles */
* { box-sizing: border-box; }
body { margin: 0; padding: 0; overflow-x: hidden; font-family: Arial, Helvetica, sans-serif; color: #222; }
h1 { color: #333; padding: 1rem; }

/* Basic utilities (trimmed) */
.attendance-table-wrapper { width: 100%; overflow-x: auto; -webkit-overflow-scrolling: touch; }
.overtime-btn { font-size: 1rem; padding: 0.75rem 1.5rem; min-height: 48px; }

@media (max-width: 768px) {
	.overtime-btn { width: 100%; }
	h1 { font-size: 1.25rem; }
}
