.ecaios-ept-employee-time {
	max-width: 480px;
	margin: 0 auto;
	padding: 0 1em;
	font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif;
}

.ecaios-ept-account-bar {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 0.75em;
	margin-bottom: 1em;
}

.ecaios-ept-welcome {
	font-weight: 600;
}

.ecaios-ept-logout {
	display: inline-block;
	padding: 0.5em 1em;
	background: #d63638;
	color: #fff;
	border-radius: 4px;
	text-decoration: none;
	font-weight: 600;
	white-space: nowrap;
}

.ecaios-ept-logout:hover,
.ecaios-ept-logout:focus {
	background: #b32d2e;
	color: #fff;
}

.ecaios-ept-week-range {
	font-weight: 600;
}

.ecaios-ept-nav {
	margin-bottom: 1em;
}

.ecaios-ept-nav a {
	text-decoration: none;
}

.ecaios-ept-week-table {
	width: 100%;
	border-collapse: collapse;
}

.ecaios-ept-week-table th,
.ecaios-ept-week-table td {
	padding: 0.5em;
	border-bottom: 1px solid #ddd;
	text-align: left;
}

.ecaios-ept-week-table tfoot th {
	border-top: 2px solid #333;
}

.ecaios-ept-last-updated {
	color: #666;
	font-size: 0.9em;
	margin-top: 1em;
}

@media (max-width: 480px) {
	.ecaios-ept-week-table th,
	.ecaios-ept-week-table td {
		padding: 0.4em;
		font-size: 0.95em;
	}

	.ecaios-ept-account-bar {
		flex-direction: column;
		align-items: stretch;
		text-align: center;
	}

	.ecaios-ept-logout {
		width: 100%;
		text-align: center;
		box-sizing: border-box;
	}
}
