/* Veshaalta Site Kit, frontend (RTL) */

.vsk-share {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	gap: 8px;
	margin: 28px 0 8px;
	padding: 14px 16px;
	border: 1px solid rgba(0, 0, 0, 0.08);
	border-radius: 12px;
	background: rgba(0, 0, 0, 0.02);
}

.vsk-share-title {
	font-weight: 700;
	margin-inline-end: 6px;
}

.vsk-share-count {
	font-weight: 400;
	opacity: 0.65;
	font-size: 0.9em;
}

.vsk-btn {
	display: inline-flex;
	align-items: center;
	gap: 6px;
	padding: 7px 12px;
	border-radius: 999px;
	border: 1px solid rgba(0, 0, 0, 0.12);
	background: #fff;
	text-decoration: none;
	font-size: 0.9em;
	line-height: 1;
	color: inherit;
	transition: transform 0.12s ease, box-shadow 0.12s ease;
}

.vsk-btn:hover,
.vsk-btn:focus {
	transform: translateY(-1px);
	box-shadow: 0 2px 8px rgba(0, 0, 0, 0.12);
	text-decoration: none;
}

.vsk-btn .vsk-ic {
	flex: 0 0 auto;
}

.vsk-whatsapp:hover { color: #1da851; }
.vsk-telegram:hover { color: #2597d0; }

.vsk-related {
	margin: 28px 0;
	padding: 16px 20px;
	border-inline-start: 4px solid rgba(0, 0, 0, 0.2);
	background: rgba(0, 0, 0, 0.025);
	border-radius: 8px;
}

.vsk-related h3 {
	margin: 0 0 10px;
	font-size: 1.05em;
}

.vsk-related ul {
	margin: 0;
	padding-inline-start: 18px;
}

.vsk-related li {
	margin: 4px 0;
}

.vsk-year {
	opacity: 0.65;
	font-size: 0.9em;
}

.vsk-reading-time {
	opacity: 0.7;
	font-size: 0.9em;
	margin-bottom: 12px;
}

.vsk-edition-note {
	padding: 10px 14px;
	background: rgba(255, 200, 60, 0.12);
	border-radius: 8px;
}

/* vsk-parasha-index הבסיסי (ul/li/count) הוחלף בכרטיסי-בלוב בתבנית (veshaalta-theme/style.css), הכללים כאן הוסרו כדי שלא יתנגשו/יידרסו חלקית עם עיצוב הבלוב (רקע-שטוח ישן מול כרטיס-לבן-מוגבה חדש). */

.vsk-legal-links {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	gap: 10px;
	font-size: 0.85em;
	opacity: 0.8;
	padding: 10px 0;
}

@media (max-width: 480px) {
	.vsk-btn .vsk-label { display: none; }
	.vsk-btn { padding: 9px; }
	.vsk-copy .vsk-label,
	.vsk-share-title { display: inline; }
}

/* טפסי שאל-את-הרב / תיאום-שיעור, שדות מעוגלים ורכים, לא תיבות ברירת-מחדל מרובעות של הדפדפן.
   רדיוס+ריפוד תואמים למערכת-העיגול הגלובלית של התבנית (כרטיסים 22px, כפתורים 999px). */
.vsk-ask-form input[type="text"],
.vsk-ask-form input[type="email"],
.vsk-ask-form select,
.vsk-ask-form textarea,
.vsk-shiur-form input[type="text"],
.vsk-shiur-form select,
.vsk-shiur-form textarea {
	display: block;
	width: 100%;
	max-width: 480px;
	margin-top: 6px;
	padding: 12px 16px;
	border: 2px solid rgba(0, 0, 0, 0.1);
	border-radius: 14px;
	font-size: 1rem;
	font-family: inherit;
	background: #fff;
	transition: border-color 0.15s ease, box-shadow 0.15s ease;
}

.vsk-ask-form textarea,
.vsk-shiur-form textarea {
	max-width: 100%;
	resize: vertical;
}

.vsk-ask-form input:focus,
.vsk-ask-form select:focus,
.vsk-ask-form textarea:focus,
.vsk-shiur-form input:focus,
.vsk-shiur-form select:focus,
.vsk-shiur-form textarea:focus {
	outline: none;
	border-color: var(--wp--preset--color--primary, #4C4FEA);
	box-shadow: 0 0 0 4px rgba(76, 79, 234, 0.14);
}

.vsk-ask-form label,
.vsk-shiur-form label {
	font-weight: 600;
	font-size: 0.92rem;
}

.vsk-ask-submit.wp-block-button__link,
.vsk-shiur-form button[type="submit"] {
	border: none;
	cursor: pointer;
}
