.evc-call-button,
.evc-call-room,
.evc-expert-dashboard,
.evc-client-history {
	max-width: 640px;
	font-family: inherit;
}

.evc-rate-notice {
	font-size: 0.9em;
	color: #555;
	margin-bottom: 0.75em;
}

.evc-buttons-row {
	display: flex;
	gap: 0.5em;
	flex-wrap: wrap;
}

.evc-btn {
	display: inline-block;
	padding: 0.6em 1.2em;
	border-radius: 4px;
	border: 1px solid transparent;
	cursor: pointer;
	font-size: 0.95em;
	text-decoration: none;
	line-height: 1.2;
}

.evc-btn-primary {
	background: #2563eb;
	color: #fff;
	border-color: #2563eb;
}
.evc-btn-primary:hover {
	background: #1d4ed8;
}

.evc-btn-secondary {
	background: #fff;
	color: #2563eb;
	border-color: #2563eb;
}

.evc-btn-danger {
	background: #dc2626;
	color: #fff;
	border-color: #dc2626;
}

.evc-btn-link {
	background: none;
	border: none;
	color: #555;
	text-decoration: underline;
	padding: 0.6em 0.4em;
}

.evc-request-status,
.evc-inline-message {
	margin-top: 0.75em;
	padding: 0.5em 0.75em;
	background: #f0f9f0;
	border-left: 3px solid #2e7d32;
}
.evc-request-status.evc-error,
.evc-inline-message.evc-error {
	background: #fdecea;
	border-left-color: #dc2626;
}

.evc-schedule-modal {
	position: fixed;
	inset: 0;
	background: rgba(0, 0, 0, 0.5);
	z-index: 9999;
	display: flex;
	align-items: center;
	justify-content: center;
}
.evc-schedule-modal-inner {
	background: #fff;
	padding: 1.5em;
	border-radius: 6px;
	max-width: 700px;
	width: 90%;
	max-height: 90vh;
	overflow-y: auto;
	position: relative;
}
.evc-modal-close {
	position: absolute;
	top: 0.5em;
	right: 0.75em;
	background: none;
	border: none;
	font-size: 1.5em;
	cursor: pointer;
}
.evc-schedule-note {
	font-size: 0.8em;
	color: #777;
	margin-top: 0.5em;
}

.evc-timer-wrap {
	text-align: center;
	margin: 1.5em 0;
}
.evc-timer {
	font-size: 2.5em;
	font-weight: 700;
	font-variant-numeric: tabular-nums;
}
.evc-timer-note {
	font-size: 0.8em;
	color: #777;
}

.evc-call-controls {
	display: flex;
	gap: 0.5em;
	margin: 1em 0;
	flex-wrap: wrap;
}

.evc-summary ul {
	list-style: disc;
	margin-left: 1.5em;
}

.evc-waive-form textarea {
	width: 100%;
	margin: 0.5em 0;
}

.evc-dashboard-section {
	margin-bottom: 2em;
}

.evc-session-list {
	list-style: none;
	margin: 0;
	padding: 0;
}
.evc-session-row {
	display: flex;
	align-items: center;
	gap: 0.75em;
	flex-wrap: wrap;
	padding: 0.6em 0;
	border-bottom: 1px solid #e5e5e5;
}
.evc-meeting-link-input {
	flex: 1 1 200px;
	min-width: 180px;
}

.evc-status-badge,
.evc-type-badge {
	font-size: 0.75em;
	text-transform: uppercase;
	padding: 0.15em 0.5em;
	border-radius: 3px;
	background: #eee;
}
.evc-type-scheduled {
	background: #e0edff;
	color: #1d4ed8;
}
.evc-type-adhoc {
	background: #fef3c7;
	color: #92400e;
}

.evc-payment-gate,
.evc-continue-banner {
	margin: 1em 0;
	padding: 1em;
	border: 1px solid var(--border, #e5e5e5);
	border-radius: 6px;
	background: #fff8e6;
}
.evc-continue-banner {
	background: #fff4f0;
}
.evc-continue-message {
	font-weight: 600;
	margin-bottom: 0.5em;
}

.evc-manual-booking-form {
	display: flex;
	gap: 0.5em;
	flex-wrap: wrap;
	align-items: center;
	margin-bottom: 0.5em;
}
.evc-manual-booking-form input {
	flex: 1 1 160px;
}

.evc-history-table {
	width: 100%;
	border-collapse: collapse;
}
.evc-history-table th,
.evc-history-table td {
	text-align: left;
	padding: 0.5em;
	border-bottom: 1px solid #e5e5e5;
}

.evc-empty {
	color: #888;
	font-style: italic;
}
