.wpc-login-widget {
	max-width: 380px;
	font-family: inherit;
	background: #fff;
	border: 1px solid #eceff3;
	border-radius: 14px;
	padding: 24px 26px;
	box-shadow: 0 1px 3px rgba( 16, 24, 40, 0.06 );
}

.wpc-login-title {
	margin: 0 0 6px;
	font-size: 20px;
	font-weight: 700;
	color: #111827;
}

.wpc-login-subtitle {
	margin: 0 0 20px;
	color: #6b7280;
	font-size: 14px;
	line-height: 1.5;
}

.wpc-input {
	display: block;
	width: 100%;
	box-sizing: border-box;
	padding: 10px 12px;
	margin-bottom: 12px;
	border: 1px solid #d7dbe2;
	border-radius: 8px;
	font-size: 15px;
}

.wpc-input:focus {
	outline: none;
	border-color: var( --wpc-accent, #2f80ed );
	box-shadow: 0 0 0 3px rgba( 47, 128, 237, 0.15 );
}

/* Merged country-code + phone-number field (Option A). */
.wpc-phone-group {
	display: flex;
	border: 1px solid #d7dbe2;
	border-radius: 8px;
	margin-bottom: 16px;
	overflow: hidden;
}

.wpc-phone-group:focus-within {
	border-color: var( --wpc-accent, #2f80ed );
	box-shadow: 0 0 0 3px rgba( 47, 128, 237, 0.15 );
}

.wpc-country-select {
	flex: 0 0 92px;
	border: none;
	border-right: 1px solid #d7dbe2;
	border-radius: 0;
	padding: 10px 8px;
	font-size: 15px;
	background: #f9fafb;
	color: #111827;
}

.wpc-country-select:focus {
	outline: none;
}

.wpc-phone-number-input {
	flex: 1;
	border: none;
	border-radius: 0;
	padding: 10px 12px;
	font-size: 15px;
	min-width: 0;
}

.wpc-phone-number-input:focus {
	outline: none;
}

.wpc-btn {
	display: inline-block;
	padding: 10px 18px;
	border-radius: 6px;
	border: 1px solid transparent;
	font-size: 14px;
	cursor: pointer;
	margin-right: 8px;
	text-decoration: none;
}

.wpc-btn--block {
	display: block;
	width: 100%;
	box-sizing: border-box;
	margin-right: 0;
	padding: 12px 18px;
	font-size: 15px;
	font-weight: 600;
}

.wpc-btn--primary {
	background: var( --wpc-accent, #2f80ed );
	color: #fff;
}

.wpc-btn--primary:disabled {
	opacity: 0.6;
	cursor: default;
}

.wpc-btn--secondary {
	background: #f3f3f3;
	color: #222;
	border-color: #ddd;
}

.wpc-btn--link {
	background: transparent;
	color: #555;
	text-decoration: underline;
	padding: 10px 4px;
}

.wpc-login-error {
	color: #b32d2e;
	font-size: 13px;
	min-height: 1em;
	margin: 8px 0 0;
}

.wpc-login-success {
	color: #1a7e3a;
	font-weight: 600;
}

.wpc-tenant-list {
	display: flex;
	flex-direction: column;
	gap: 8px;
	margin-bottom: 12px;
}

.wpc-tenant-option {
	text-align: left;
	width: 100%;
}

.wpc-admin-notice {
	background: #fff8e5;
	border-left: 4px solid #dba617;
	padding: 8px 12px;
	font-size: 13px;
}

/* Dashboard */

.wpc-dashboard-section {
	margin-bottom: 28px;
}

.wpc-dashboard-section h3 {
	margin-bottom: 10px;
}

.wpc-empty-state {
	color: #777;
	font-style: italic;
}

.wpc-package-list,
.wpc-booking-list {
	list-style: none;
	margin: 0;
	padding: 0;
}

.wpc-package-item,
.wpc-booking-item {
	display: flex;
	flex-wrap: wrap;
	gap: 12px;
	align-items: center;
	padding: 10px 0;
	border-bottom: 1px solid #eee;
}

.wpc-package-name,
.wpc-booking-name {
	font-weight: 600;
	flex-basis: 100%;
}

.wpc-package-meta,
.wpc-booking-meta {
	color: #666;
	font-size: 13px;
}

.wpc-booking-status {
	font-size: 12px;
	padding: 2px 8px;
	border-radius: 999px;
	background: #f0f0f1;
	text-transform: capitalize;
}

.wpc-booking-status--confirmed {
	background: #e6f4ea;
	color: #1a7e3a;
}

.wpc-booking-status--cancelled {
	background: #fbe9e7;
	color: #b32d2e;
}

.wpc-dashboard-notice {
	background: #fbe9e7;
	border-left: 4px solid #b32d2e;
	padding: 10px 14px;
	margin-bottom: 20px;
	font-size: 14px;
}

.wpc-dashboard-manage-link {
	margin-bottom: 20px;
}

.wpc-dashboard-manage-link a {
	font-weight: 600;
	color: var( --wpc-accent, #2f80ed );
	text-decoration: none;
}

.wpc-dashboard-link-widget {
	margin: 8px 0;
}

.wpc-btn--small {
	padding: 6px 14px;
	font-size: 13px;
}

.wpc-btn:disabled {
	opacity: 0.55;
	cursor: not-allowed;
}

.wpc-book-result {
	font-size: 12px;
	margin-left: 8px;
}

.wpc-is-error {
	color: #b32d2e;
}

.wpc-is-success {
	color: #1a7e3a;
}
