/* استایل پایه المان‌های آموزینو - در تم/المنتور قابل بازنویسی است */

.amoozino-reserve-box {
	margin: 16px 0;
}

.amoozino-reserve-form {
	display: flex;
	align-items: center;
	gap: 12px;
	flex-wrap: wrap;
}

.amoozino-seats-label {
	display: flex;
	align-items: center;
	gap: 6px;
	font-size: 14px;
}

.amoozino-btn {
	display: inline-block;
	padding: 12px 28px;
	border: none;
	border-radius: 8px;
	font-size: 16px;
	font-weight: 700;
	cursor: pointer;
}

.amoozino-btn-primary {
	background: #17b26a;
	color: #fff;
}

.amoozino-btn-primary:hover {
	background: #129258;
}

.amoozino-btn-disabled {
	background: #e2e2e2;
	color: #888;
	cursor: not-allowed;
}

.amoozino-seats-left {
	display: inline-block;
	font-size: 13px;
	color: #666;
}

.amoozino-class-grid,
.amoozino-instructor-grid {
	display: grid;
	grid-template-columns: repeat(auto-fill, minmax(220px, 1fr));
	gap: 20px;
	margin: 20px 0;
}

.amoozino-class-card {
	border: 1px solid #e5e5e5;
	border-radius: 10px;
	padding: 12px;
	background: #fff;
}

.amoozino-class-card img {
	width: 100%;
	height: auto;
	border-radius: 8px;
	margin-bottom: 8px;
}

.amoozino-class-card h4 {
	margin: 6px 0;
	font-size: 16px;
}

.amoozino-class-time,
.amoozino-class-seats {
	font-size: 13px;
	color: #666;
	margin: 2px 0;
}

.amoozino-class-price {
	font-weight: 700;
	color: #17b26a;
	margin: 4px 0;
}

.amoozino-instructor-card {
	display: flex;
	flex-direction: column;
	align-items: center;
	text-align: center;
	text-decoration: none;
	border: 1px solid #e5e5e5;
	border-radius: 10px;
	padding: 16px;
	color: inherit;
}

.amoozino-instructor-card img {
	border-radius: 50%;
	width: 80px;
	height: 80px;
	object-fit: cover;
	margin-bottom: 8px;
}

.amoozino-instructor-name {
	font-weight: 600;
}
