.mlwc-portal {
	max-width: 480px;
	margin: 20px auto;
	text-align: right;
}

.mlwc-login-step h2,
.mlwc-list-step h2 {
	margin-bottom: 8px;
}

.mlwc-login-step p {
	color: #555;
	margin-bottom: 16px;
}

.mlwc-mobile-input,
.mlwc-otp-input {
	width: 100%;
	padding: 9px 12px;
	border: 1px solid #ccc;
	border-radius: 4px;
	box-sizing: border-box;
	margin-bottom: 10px;
}

.mlwc-send-otp-btn,
.mlwc-verify-otp-btn {
	width: 100%;
	padding: 10px;
	border: none;
	border-radius: 4px;
	background: #204ce5;
	color: #fff;
	cursor: pointer;
}

.mlwc-send-otp-btn:hover,
.mlwc-verify-otp-btn:hover {
	background: #1738b0;
}

.mlwc-otp-row {
	margin-top: 12px;
}

.mlwc-portal-message {
	margin-top: 10px;
	font-size: 14px;
	min-height: 18px;
}

.mlwc-tire-card,
.mlwc-claim-card {
	border: 1px solid #e2e2e2;
	border-radius: 8px;
	padding: 14px 16px;
	margin-bottom: 12px;
	display: flex;
	justify-content: space-between;
	align-items: center;
	flex-wrap: wrap;
	gap: 10px;
}

.mlwc-claim-card {
	display: block;
}

.mlwc-tire-info {
	display: flex;
	flex-direction: column;
	gap: 4px;
}

.mlwc-tire-info span {
	color: #666;
	font-size: 13px;
}

.mlwc-claim-header {
	display: flex;
	justify-content: space-between;
	margin-bottom: 6px;
}

.mlwc-claim-status {
	font-weight: 600;
	color: #204ce5;
}

.mlwc-claim-btn {
	display: inline-block;
	margin-top: 10px;
	padding: 8px 16px;
	border-radius: 4px;
	background: #204ce5;
	color: #fff !important;
	text-decoration: none;
	font-size: 14px;
}

.mlwc-claim-btn:hover {
	background: #1738b0;
}

.mlwc-lab-files {
	margin-top: 10px;
	display: flex;
	flex-direction: column;
	gap: 6px;
}

.mlwc-list-header {
	display: flex;
	justify-content: space-between;
	align-items: center;
	margin-bottom: 16px;
	flex-wrap: wrap;
	gap: 10px;
}

.mlwc-list-header h2 {
	margin: 0;
}

.mlwc-add-tire-btn {
	white-space: nowrap;
}

.mlwc-tire-card {
	align-items: flex-start;
}

.mlwc-tire-action {
	display: flex;
	flex-direction: column;
	align-items: flex-end;
	gap: 8px;
}

.mlwc-claim-status-badge {
	display: inline-block;
	padding: 6px 12px;
	border-radius: 4px;
	background: #fff3cd;
	color: #7a5b00;
	font-size: 13px;
	font-weight: 600;
	white-space: nowrap;
}

.mlwc-lab-files a {
	color: #204ce5;
	text-decoration: underline;
}
