/**
 * VEstora Core Utility Styles
 *
 * @package VEstora
 */

.vestora-container {
	max-width: 1240px;
	margin: 0 auto;
	padding: 0 20px;
	box-sizing: border-box;
}

/* Badges */
.vestora-badge {
	display: inline-flex;
	align-items: center;
	padding: 4px 10px;
	border-radius: 6px;
	font-size: 11px;
	font-weight: 700;
	text-transform: uppercase;
	letter-spacing: 0.5px;
	line-height: 1;
}

.vestora-purpose-for-sale, .vestora-status-available {
	background: #10b981;
	color: #ffffff;
}

.vestora-purpose-for-rent, .vestora-status-rented {
	background: #2563eb;
	color: #ffffff;
}

.vestora-badge-featured {
	background: #f59e0b;
	color: #ffffff;
}

.vestora-badge-verified {
	background: #06b6d4;
	color: #ffffff;
}

.vestora-badge-code {
	background: #64748b;
	color: #ffffff;
}

/* Alert Boxes */
.vestora-alert {
	padding: 15px 20px;
	border-radius: 8px;
	font-size: 14px;
	margin-bottom: 20px;
}

.vestora-alert-warning {
	background: #fef3c7;
	color: #92400e;
	border: 1px solid #fde68a;
}

.vestora-alert-success {
	background: #d1fae5;
	color: #065f46;
	border: 1px solid #a7f3d0;
}

.vestora-alert-error {
	background: #fee2e2;
	color: #991b1b;
	border: 1px solid #fca5a5;
}
