.deliveryboy-driver-form,
.deliveryboy-driver-dashboard {
	max-width: 520px;
	margin: 0 auto;
	font-size: 15px;
	line-height: 1.5;
}

.deliveryboy-driver-form p {
	margin: 0 0 18px;
}

.deliveryboy-driver-form label,
.deliveryboy-driver-dashboard h3 {
	display: block;
	margin-bottom: 6px;
	font-weight: 600;
}

.deliveryboy-driver-form input[type="text"],
.deliveryboy-driver-form input[type="email"],
.deliveryboy-driver-form input[type="password"],
.deliveryboy-driver-form input[type="file"],
.deliveryboy-driver-form select {
	width: 100%;
	box-sizing: border-box;
	padding: 10px 12px;
	border: 1px solid #d5d8dc;
	border-radius: 6px;
	font-size: 15px;
	background: #fff;
}

.deliveryboy-driver-form input:focus,
.deliveryboy-driver-form select:focus {
	outline: none;
	border-color: #2563eb;
	box-shadow: 0 0 0 3px rgba(37, 99, 235, 0.15);
}

.deliveryboy-driver-form button[type="submit"] {
	padding: 12px 28px;
	background: #1f2937;
	color: #fff;
	border: none;
	border-radius: 6px;
	font-size: 15px;
	font-weight: 600;
	cursor: pointer;
}

.deliveryboy-driver-form button[type="submit"]:hover {
	background: #111827;
}

.deliveryboy-notice {
	padding: 14px 16px;
	border-radius: 6px;
	margin-bottom: 20px;
	background: #eff6ff;
	border: 1px solid #bfdbfe;
}

.deliveryboy-notice--success {
	background: #ecfdf5;
	border-color: #a7f3d0;
}

.deliveryboy-notice--error {
	background: #fef2f2;
	border-color: #fecaca;
}

.deliveryboy-notice--error ul {
	margin: 0;
	padding-left: 18px;
}

.deliveryboy-driver-dashboard .deliveryboy-availability {
	margin-bottom: 28px;
}

.deliveryboy-availability-btn {
	display: inline-block;
	padding: 8px 18px;
	margin-right: 8px;
	border: 1px solid #d5d8dc;
	border-radius: 999px;
	background: #fff;
	cursor: pointer;
	font-size: 14px;
	font-weight: 600;
	color: #374151;
}

.deliveryboy-availability-btn.is-active {
	background: #1f2937;
	border-color: #1f2937;
	color: #fff;
}

.deliveryboy-profile,
.deliveryboy-section {
	margin-bottom: 24px;
	padding-bottom: 20px;
	border-bottom: 1px solid #eee;
}

.deliveryboy-section--placeholder p {
	color: #6b7280;
	font-style: italic;
}

.deliveryboy-field-hint {
	display: block;
	font-size: 13px;
	color: #6b7280;
	margin-bottom: 6px;
}

.deliveryboy-dashboard-header {
	display: flex;
	align-items: center;
	justify-content: space-between;
	margin-bottom: 8px;
}

.deliveryboy-dashboard-header h2 {
	margin: 0;
}

.deliveryboy-logout-link {
	font-size: 14px;
	font-weight: 600;
	color: #6b7280;
	text-decoration: none;
	border: 1px solid #d5d8dc;
	border-radius: 6px;
	padding: 6px 14px;
}

.deliveryboy-logout-link:hover {
	color: #111827;
	border-color: #9ca3af;
}

.deliveryboy-driver-signup-callout {
	max-width: 420px;
	margin: 0 auto 24px;
	padding: 16px;
	border: 1px dashed #d5d8dc;
	border-radius: 8px;
	text-align: center;
}

.deliveryboy-driver-signup-callout p {
	margin: 0 0 10px;
	color: #374151;
}

.deliveryboy-driver-signup-btn {
	display: inline-block;
	padding: 8px 18px;
	background: #1f2937;
	color: #fff;
	border-radius: 6px;
	text-decoration: none;
	font-weight: 600;
	font-size: 14px;
}

.deliveryboy-driver-signup-btn:hover {
	background: #111827;
	color: #fff;
}

.deliveryboy-photo-field {
	display: flex;
	align-items: center;
	gap: 16px;
}

.deliveryboy-photo-preview {
	width: 72px;
	height: 72px;
	border-radius: 50%;
	object-fit: cover;
	flex-shrink: 0;
	border: 1px solid #e5e7eb;
}

.deliveryboy-photo-field label {
	margin-bottom: 4px;
}
