.wec-wrap {
	max-width: 480px;
	margin: 0 auto;
	padding: 16px;
	font-size: 18px;
}

.wec-title {
	text-align: center;
	margin-bottom: 16px;
}

.wec-denied {
	text-align: center;
	color: #b32d2e;
}

.wec-search-form {
	display: flex;
	gap: 8px;
	margin-bottom: 16px;
}

.wec-search-input {
	flex: 1;
	font-size: 20px;
	padding: 14px;
	border: 2px solid #ccc;
	border-radius: 8px;
}

.wec-btn {
	font-size: 18px;
	padding: 14px 20px;
	border: none;
	border-radius: 8px;
	cursor: pointer;
	font-weight: 600;
	touch-action: manipulation;
}

.wec-btn-search {
	background: #2c3e50;
	color: #fff;
	white-space: nowrap;
}

.wec-btn-search:active {
	background: #1a252f;
}

.wec-message {
	text-align: center;
	min-height: 24px;
	margin-bottom: 8px;
	color: #b32d2e;
	font-weight: 600;
}

.wec-card {
	border: 2px solid #e0e0e0;
	border-radius: 12px;
	padding: 20px;
	margin-top: 8px;
}

.wec-card-row {
	margin-bottom: 14px;
}

.wec-item-row {
	margin-bottom: 4px;
}

.wec-item-divider {
	border: none;
	border-top: 1px solid #e0e0e0;
	margin: 16px 0;
}

.wec-card-label {
	display: block;
	font-size: 14px;
	text-transform: uppercase;
	letter-spacing: 0.05em;
	color: #777;
	margin-bottom: 2px;
}

.wec-card-value {
	font-size: 20px;
	font-weight: 600;
}

.wec-status-badge {
	display: inline-block;
	padding: 8px 16px;
	border-radius: 999px;
	font-weight: 700;
	font-size: 18px;
}

.wec-status-yes {
	background: #e3f6e5;
	color: #1e7d32;
}

.wec-status-no {
	background: #fdeaea;
	color: #b32d2e;
}

.wec-btn-checkin {
	display: block;
	width: 100%;
	background: #1e7d32;
	color: #fff;
	font-size: 22px;
	padding: 18px;
	margin-top: 16px;
}

.wec-btn-checkin:active {
	background: #145a24;
}

.wec-already {
	display: block;
	width: 100%;
	text-align: center;
	background: #f0f0f0;
	color: #555;
	font-size: 20px;
	font-weight: 700;
	padding: 18px;
	margin-top: 16px;
	border-radius: 8px;
}

.wec-loading {
	text-align: center;
	color: #777;
}

@media (max-width: 480px) {
	.wec-wrap {
		padding: 12px;
	}
	.wec-search-form {
		flex-direction: column;
	}
	.wec-btn-search {
		width: 100%;
	}
}
