.servicehive-auth,
.servicehive-dashboard {
	max-width: 920px;
	width: 100%;
}

.servicehive-section {
	border: 1px solid #dcdcde;
	border-radius: 8px;
	margin: 0 0 24px;
	padding: 20px;
}

.servicehive-section h2 {
	font-size: 1.35rem;
	margin: 0 0 16px;
}

.servicehive-form {
	display: grid;
	gap: 14px;
}

.servicehive-form label {
	display: grid;
	gap: 6px;
}

.servicehive-form label span {
	font-size: 0.92rem;
	font-weight: 600;
}

.servicehive-form input,
.servicehive-form textarea,
.servicehive-form select {
	border: 1px solid #c3c4c7;
	border-radius: 6px;
	box-sizing: border-box;
	font: inherit;
	min-height: 42px;
	padding: 8px 12px;
	width: 100%;
}

.servicehive-form select {
	height: 42px;
	line-height: 1.2;
	padding-top: 0;
	padding-bottom: 0;
	vertical-align: middle;
}

.servicehive-form textarea {
	min-height: 96px;
	resize: vertical;
}

.servicehive-button {
	align-items: center;
	background: #1f6f58;
	border: 1px solid #1f6f58;
	border-radius: 6px;
	color: #fff;
	cursor: pointer;
	display: inline-flex;
	font: inherit;
	font-weight: 600;
	justify-content: center;
	line-height: 1.2;
	min-height: 42px;
	padding: 9px 16px;
	text-decoration: none;
	width: fit-content;
}

.servicehive-button:hover,
.servicehive-button:focus {
	background: #185744;
	border-color: #185744;
	color: #fff;
}

.servicehive-button:disabled {
	cursor: progress;
	opacity: 0.65;
}

.servicehive-button-secondary {
	background: #fff;
	border-color: #b3261e;
	color: #b3261e;
}

.servicehive-button-secondary:hover,
.servicehive-button-secondary:focus {
	background: #b3261e;
	border-color: #b3261e;
	color: #fff;
}

.servicehive-grid {
	display: grid;
	gap: 14px;
	grid-template-columns: repeat(2, minmax(0, 1fr));
}

.servicehive-form-message {
	border-radius: 6px;
	display: none;
	padding: 10px 12px;
}

.servicehive-form-message.is-error,
.servicehive-form-message.is-success {
	display: block;
}

.servicehive-form-message.is-error {
	background: #fcf0f1;
	color: #8a2424;
}

.servicehive-form-message.is-success {
	background: #edf7ed;
	color: #1f5f2f;
}

.servicehive-muted {
	color: #646970;
	margin: 0;
}

.servicehive-service-list {
	display: grid;
	gap: 16px;
	margin-top: 18px;
}

.servicehive-service-card {
	border: 1px solid #dcdcde;
	border-radius: 8px;
	display: grid;
	gap: 14px;
	padding: 16px;
}

.servicehive-service-card h3,
.servicehive-booking-card h3 {
	font-size: 1.05rem;
	margin: 4px 0 8px;
}

.servicehive-meta {
	display: flex;
	flex-wrap: wrap;
	gap: 12px;
	margin: 0 0 12px;
}

.servicehive-booking-list {
	display: grid;
	gap: 14px;
}

.servicehive-booking-card {
	border: 1px solid #dcdcde;
	border-radius: 8px;
	display: grid;
	gap: 14px;
	padding: 16px;
}

.servicehive-booking-actions {
	align-items: center;
	display: flex;
	flex-wrap: wrap;
	gap: 10px;
}

.servicehive-status {
	background: #f0f0f1;
	border-radius: 999px;
	display: inline-flex;
	font-size: 0.85rem;
	font-weight: 600;
	line-height: 1;
	padding: 7px 10px;
	width: fit-content;
}

.servicehive-pagination {
	display: flex;
	flex-wrap: wrap;
	gap: 8px;
	margin-top: 18px;
}

.servicehive-pagination a {
	align-items: center;
	border: 1px solid #c3c4c7;
	border-radius: 6px;
	color: inherit;
	display: inline-flex;
	justify-content: center;
	min-height: 36px;
	min-width: 36px;
	padding: 6px 10px;
	text-decoration: none;
}

.servicehive-pagination a.is-current {
	background: #1f6f58;
	border-color: #1f6f58;
	color: #fff;
}

.servicehive-actions {
	display: flex;
	flex-wrap: wrap;
	gap: 10px;
}

.servicehive-availability {
	display: grid;
	gap: 10px;
}

.servicehive-availability-row {
	align-items: center;
	display: grid;
	gap: 10px;
	grid-template-columns: minmax(140px, 1fr) 150px 150px;
}

.servicehive-checkbox {
	align-items: center;
	display: flex;
	gap: 8px;
}

.servicehive-checkbox input {
	min-height: auto;
	width: auto;
}

@media (max-width: 700px) {
	.servicehive-section {
		padding: 16px;
	}

	.servicehive-grid,
	.servicehive-availability-row {
		grid-template-columns: 1fr;
	}

	.servicehive-button {
		width: 100%;
	}
}

.servicehive-reviewed-badge {
	background: #edf7ed;
	border-radius: 6px;
	color: #1f5f2f;
	display: inline-flex;
	font-size: 0.85rem;
	font-weight: 600;
	padding: 8px 12px;
	width: fit-content;
}
