.esk-wrap {
	max-width: 100%;
	font-size: 15px;
}

.esk-title {
	margin-bottom: 4px;
}

.esk-phone {
	margin-top: 0;
	color: #444;
}

.esk-table-wrap {
	overflow-x: auto;
	margin: 16px 0;
	border: 1px solid #ddd;
	border-radius: 6px;
}

.esk-table {
	width: 100%;
	border-collapse: collapse;
	min-width: 900px;
}

.esk-table th,
.esk-table td {
	padding: 8px 10px;
	border-bottom: 1px solid #eee;
	text-align: left;
	vertical-align: middle;
}

.esk-table thead th {
	background: #f5f5f5;
	font-weight: 600;
	white-space: nowrap;
}

.esk-table tbody tr.esk-row:hover {
	background: #fafafa;
}

.esk-empty-row td {
	text-align: center;
	color: #888;
	padding: 20px;
}

th.esk-actions-col,
td.esk-actions-col {
	min-width: 170px;
}

.esk-input {
	width: 100%;
	min-width: 100px;
	box-sizing: border-box;
	padding: 4px 6px;
	border: 1px solid #ccc;
	border-radius: 4px;
}

.esk-btn {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	padding: 7px 14px;
	margin: 2px 6px 2px 0;
	font-size: 13px;
	font-weight: 600;
	line-height: 1.2;
	border: 1px solid transparent;
	border-radius: 5px;
	cursor: pointer;
	white-space: nowrap;
	transition: background-color 0.15s ease, border-color 0.15s ease, color 0.15s ease;
}

.esk-btn-edit {
	background: #2271b1;
	border-color: #2271b1;
	color: #fff;
}

.esk-btn-edit:hover {
	background: #135e96;
	border-color: #135e96;
}

.esk-btn-primary {
	background: #2271b1;
	border-color: #2271b1;
	color: #fff;
	font-size: 14px;
	padding: 8px 16px;
}

.esk-btn-primary:hover {
	background: #135e96;
}

.esk-btn-save {
	background: #2e7d32;
	border-color: #2e7d32;
	color: #fff;
}

.esk-btn-save:hover {
	background: #256428;
	border-color: #256428;
}

.esk-btn-cancel {
	background: #f0f0f0;
	border-color: #ccc;
	color: #333;
}

.esk-btn-cancel:hover {
	background: #e2e2e2;
}

.esk-message {
	margin: 10px 0;
	padding: 10px 14px;
	border-radius: 4px;
	background: #eafaea;
	border: 1px solid #b7e4b7;
	color: #205020;
}

.esk-message.esk-error {
	background: #fbeaea;
	border-color: #eab7b7;
	color: #6b1f1f;
}

.esk-add-heading {
	margin-top: 28px;
	margin-bottom: 10px;
}

.esk-form-grid {
	display: grid;
	grid-template-columns: repeat(auto-fit, minmax(180px, 1fr));
	gap: 10px 16px;
	margin-bottom: 12px;
}

.esk-form-grid label {
	display: flex;
	flex-direction: column;
	font-size: 13px;
	color: #333;
	gap: 4px;
}

.esk-form-grid input {
	padding: 7px 8px;
	border: 1px solid #ccc;
	border-radius: 4px;
	font-size: 14px;
}

.esk-honeypot {
	position: absolute;
	left: -9999px;
	width: 1px;
	height: 1px;
	overflow: hidden;
}

.esk-notes {
	margin-top: 24px;
	padding-top: 12px;
	border-top: 1px solid #eee;
	font-size: 13px;
	color: #555;
}

.esk-notes p {
	margin: 4px 0;
}

@media (max-width: 600px) {
	.esk-table {
		min-width: 760px;
	}
}
