/**
 * The Aisle Vendor Lifecycle — dashboard styles.
 * Single consolidated stylesheet (see claude.md). All classes are .theaisle-*.
 */

.theaisle-vl-notices {
	margin: 0 0 24px;
}

.theaisle-vl-notice {
	display: flex;
	align-items: center;
	flex-wrap: wrap;
	gap: 10px;
	padding: 14px 16px;
	margin-bottom: 10px;
	background-color: #fff8ed;
	border: 1px solid #f6d9a8;
	border-left: 4px solid #ED1C24;
	border-radius: 8px;
	font-size: 14px;
	line-height: 1.4;
}

.theaisle-vl-notice-text {
	flex: 1 1 auto;
	color: #4a3b1f;
}

.theaisle-vl-btn {
	display: inline-block;
	padding: 8px 16px;
	background-color: #ED1C24;
	color: #fff;
	border-radius: 8px;
	font-weight: 600;
	text-decoration: none;
	font-size: 13px;
}

.theaisle-vl-btn:hover {
	opacity: 0.9;
	color: #fff;
}

.theaisle-vl-dismiss {
	color: #b08a4a;
	text-decoration: none;
	font-size: 18px;
	line-height: 1;
	padding: 0 4px;
}

.theaisle-vl-dismiss:hover {
	color: #ED1C24;
}

.theaisle-vl-referral {
	margin: 24px 0;
	padding: 20px;
	background-color: #fafafa;
	border: 1px solid #e6e6e6;
	border-radius: 10px;
}

.theaisle-vl-referral h3 {
	margin: 0 0 8px;
	font-size: 18px;
}

.theaisle-vl-referral p {
	margin: 0 0 12px;
	font-size: 14px;
	color: #555;
}

.theaisle-vl-referral-input {
	width: 100%;
	padding: 12px 14px;
	border: 1px solid #d0d0d0;
	border-radius: 8px;
	font-size: 14px;
	background-color: #fff;
	box-sizing: border-box;
}
