/* تنسيقات نماذج الواجهة الأمامية الخاصة بإضافة Saudi Tour Guide */

.tg-form {
	max-width: 480px;
	margin: 0 auto;
	display: flex;
	flex-direction: column;
	gap: 14px;
}

.tg-form__field {
	display: flex;
	flex-direction: column;
	gap: 6px;
	margin: 0;
}

.tg-form__field label {
	font-weight: 600;
}

.tg-form__field input[type="text"],
.tg-form__field input[type="email"],
.tg-form__field input[type="tel"],
.tg-form__field input[type="password"] {
	padding: 10px 12px;
	border: 1px solid #d0d5dd;
	border-radius: 6px;
	font-size: 15px;
}

.tg-form__field--checkbox label {
	display: flex;
	align-items: center;
	gap: 8px;
	font-weight: normal;
}

.tg-button {
	display: inline-block;
	padding: 12px 24px;
	border-radius: 6px;
	border: 1px solid #d0d5dd;
	background: #fff;
	color: #1f2937;
	cursor: pointer;
	font-size: 16px;
	font-weight: 600;
	text-decoration: none;
}

.tg-button--primary {
	background: #0f6b53; /* أخضر مستوحى من الطبيعة السعودية */
	color: #fff;
	border-color: #0f6b53;
}

.tg-button--primary:hover {
	background: #0c5643;
}

.tg-notice {
	padding: 12px 16px;
	border-radius: 6px;
	margin-bottom: 16px;
	max-width: 480px;
	margin-inline: auto;
}

.tg-notice--success {
	background: #e6f4ea;
	color: #1e7e34;
	border: 1px solid #b6e3c4;
}

.tg-notice--error {
	background: #fdecea;
	color: #c0392b;
	border: 1px solid #f5c6cb;
}

.tg-notice--info {
	background: #eaf2fb;
	color: #1a5490;
	border: 1px solid #c3ddf4;
}
