/**
 * Custom Component Styles
 * Global reusable component styles for various sections and pages
 * @package Sylla
 */

/* ========================================
   Tab Content Container
   ======================================== */
.tab-container-bordered {
	background-color: #ffffff;
	border: 1px solid #7cd746;
	border-radius: 0.75rem;
	padding: 2rem;
}

/* ========================================
   Typography
   ======================================== */
.heading-large-hebrew {
	font-weight: 700;
	font-size: var(--text-heading);
	line-height: 120%;
	text-align: right;
	color: #121212;
}

.heading-medium-hebrew {
	font-weight: 600;
	font-size: var(--text-medium);
	line-height: 150%;
	color: #000000;
	text-align: center;
}

/* ========================================
   Timeline Components
   ======================================== */
.timeline-line-yellow {
	background-color: #f7d016;
	height: 7px;
}

.timeline-dot-yellow {
	width: 30px;
	height: 30px;
	border-radius: 50%;
	background-color: #f7d016;
}

.timeline-box-gray {
	background-color: #edeeef;
	border: 1px solid #f7d016;
	border-radius: 0.75rem;
	padding: 1.25rem;
}

/* ========================================
   CTA Blocks
   ======================================== */
.cta-block-dark {
	background-color: #122f2a;
	border-radius: 0.75rem;
	padding: 2rem;
}
.dark-cta-button {
	font-size: var(--text-semibase);
	font-weight: 600;
}
@media screen and (max-width: 769px) {
	.dark-cta-button {
		font-size: var(--text-base);
	}
}

/* ========================================
   Corporate Page Styles
   ======================================== */

.corporate h4,
.corporate h3 {
	font-weight: 800;
	font-size: var(--text-h4);
	line-height: 150%;
}
.corporate ul {
	list-style: disc;
	margin-right: 20px;
}
.timeline-holder .heading-medium-hebrew {
	font-weight: 600;
	font-size: var(--text-h4);
}
/* Background Colors */
.bg-corporate-light-green {
	background-color: #e0fbd0;
}

.bg-corporate-light-gray {
	background-color: #edeeef;
}

/* Border Colors */
.border-brand-green {
	border-color: #7cd746;
}

/* Typography - Headings */
.heading-corporate-title {
	font-size: var(--text-heading);
	line-height: 120%;
	color: #121212;
}

.heading-corporate-subtitle {
	font-size: var(--text-large);
	line-height: 120%;
	color: #121212;
}

.heading-corporate-card-title {
	font-size: var(--text-semibase);
	line-height: 120%;
	color: #00715d;
}

.heading-corporate-leading {
	font-weight: 500;
	font-size: var(--text-subheading);
	line-height: 100%;
	letter-spacing: 0%;
	text-align: right;
	color: #121212;
}

/* Typography - Body Text */
.text-corporate-content {
	font-weight: 400;
	font-size: var(--text-base);
	line-height: 130%;
	letter-spacing: 0%;
	text-align: right;
	color: #121212;
}

.text-corporate-content-large {
	font-weight: 400;
	font-size: var(--text-base);
	line-height: 150%;
	color: #121212;
}

.text-corporate-label {
	font-weight: 400;
	font-size: var(--text-semibase);
	line-height: 150%;
	letter-spacing: 0%;
	text-align: right;
	color: #121212;
}

.text-corporate-list-heading {
	font-weight: 700;
	font-size: var(--text-medium);
	line-height: 150%;
	letter-spacing: 0%;
	text-align: right;
	color: #00715d;
}

.text-corporate-body-small {
	font-size: 1rem;
	line-height: 150%;
	color: #121212;
}

/* FAQ Styles */
.faq-question {
	font-weight: 800;
	font-size: var(--text-h4);
	line-height: 150%;
	letter-spacing: 0%;
	text-align: right;
	color: #121212;
}

.faq-answer {
	font-weight: 700;
	font-size: var(--text-medium);
	line-height: 150%;
	letter-spacing: 0%;
	text-align: right;
	color: #121212;
}

.faq-answer-content ul {
	list-style: disc;
	margin-right: 15px;
}

.faq-answer-content p {
	margin-block: 10px;
}
.faq-item-border {
	border-bottom: 1px solid #000000;
	padding-bottom: 2rem;
	padding-left: 1.25rem;
	padding-right: 1.25rem;
}

@media (min-width: 1024px) {
	.faq-item-border {
		border-bottom: none;
		border-left: 1px solid #000000;
		padding-bottom: 0;
		padding-left: 2rem;
		padding-right: 2rem;
		margin-top: 0;
	}

	.faq-item-border.no-border-desktop {
		border-left: none;
	}
}

/* Button Styles */
.btn-corporate-primary {
	background-color: #f7d016;
	color: #121212;
	font-size: var(--text-base);
}

/* Video Player Styles */
.video-cover-image {
	aspect-ratio: 4/3;
	object-fit: cover;
}

/* ========================================
   Volunteering Page Styles
   ======================================== */

/* Job Card Styles */
.job-card-title {
	font-weight: 700;
	font-size: var(--text-large);
	line-height: 120%;
	text-align: right;
	color: #00715d;
}
@media (max-width: 600px) {
	.job-card-title {
		font-size: var(--text-semibase);
	}
}
.job-card-subtitle {
	font-weight: 600;
	font-size: var(--text-medium);
	line-height: 150%;
	text-align: right;
	color: #00715d;
}

@media (min-width: 768px) and (max-width: 1023px) {
	.job-card-title {
		font-size: var(--text-h4);
	}

	.job-card-subtitle {
		font-size: 1rem;
	}
}

.job-card-section-heading {
	font-weight: 700;
	font-size: var(--text-medium);
	line-height: 150%;
	text-align: right;
	color: #00715d;
}

.job-card-tags-bg {
	background-color: #122f2a;
}

.job-card-button-shadow {
	box-shadow: 4px 4px 20px 0px #f7d01680;
}

/* Volunteering Steps Styles */
.bg-volunteering-light-green {
	background-color: #e0fbd0;
}

.volunteering-step-border {
	border-color: #7cd746;
}

.volunteering-step-number-bg {
	background-color: #e0fbd0;
	color: #121212;
}

.text-volunteering-dark {
	color: #121212;
}
.text-volunteering-content {
	font-size: var(--text-medium);
	line-height: 150%;
	font-weight: 500;
}

.text-volunteering-gray {
	color: #666;
}

.btn-volunteering-dark {
	background-color: #00715d;
	color: #ffffff;
	font-size: var(--text-semibase);
	font-weight: 600;
}
@media screen and (max-width: 600px) {
	.btn-volunteering-dark {
		font-size: 0.9375rem;
	}
}
.card-icon-holder {
	width: 100%;
	max-width: 272px;
}
@media screen and (min-width: 1023px) and (max-width: 1440px) {
	.card-icon-holder {
		max-width: 210px;
	}
	.contact-form-holder-grid {
		gap: 10px;
	}
	.contact-form-holder-grid h2 {
		font-size: var(--text-subheading);
	}
}
.right-column-contact-details {
	position: relative;
}
.right-column-contact-details::before {
	content: '';
	height: 100%;
	display: block;
	background: #000;
	width: 1px;
	position: absolute;
	left: 5%;
}
@media screen and (max-width: 1000px) {
	.right-column-contact-details::before {
		display: none;
	}
}
@media screen and (min-width: 1000px) and (max-width: 1440px) {
	.right-column-contact-details::before {
		left: -3%;
	}
}
.btn-volunteering-primary {
	background-color: #00715d;
}

/* Offers Gallery Styles */
.offer-gallery-image {
	border-radius: 20px;
	width: 100%;
	aspect-ratio: 1/1;
	object-fit: cover;
}

.offer-gallery-title {
	font-weight: 700;
	font-size: var(--text-large);
	line-height: 120%;
	letter-spacing: 0%;
	text-align: center;
}

/* ========================================
   Contact Page Styles
   ======================================== */

/* Contact Form Styles */
.contact-form h2 {
	font-weight: 700;
	font-size: var(--text-subheading);
	line-height: 120%;
	letter-spacing: 0%;
	text-align: center;
	color: #121212;
	margin-bottom: 20px;
}

@media (min-width: 1024px) {
	.contact-form h2 {
		font-size: var(--text-title);
	}
}

.contact-form .frm_fields_container {
	display: flex;
	flex-wrap: wrap;
	gap: 2%;
	font-family: 'Noto Sans Hebrew';
}

.contact-form .frm_fields_container .frm_form_field {
	flex: 0 0 100%;
	margin-bottom: 15px;
}

@media (min-width: 1024px) {
	.contact-form .frm_fields_container .frm_form_field {
		flex: 0 0 49%;
	}

	.contact-form
		.frm_fields_container
		.frm_form_field.frm_top_container:has(textarea),
	.contact-form .frm_fields_container .frm_form_field:has(.frm_html_container),
	.contact-form .frm_fields_container .frm_form_field:has(.frm_submit) {
		flex: 0 0 100%;
	}
}

.contact-form .frm_fields_container .frm_form_field .frm_primary_label {
	text-align: right;
	font-size: var(--text-medium);
}

.contact-form .frm_fields_container .frm_form_field input[type='text'],
.contact-form .frm_fields_container .frm_form_field input[type='email'],
.contact-form .frm_fields_container .frm_form_field input[type='tel'],
.contact-form .frm_fields_container .frm_form_field input[type='url'],
.contact-form .frm_fields_container .frm_form_field select {
	border: 1px solid #828282;
	height: 50px;
	font-size: var(--text-medium);
	color: #121212;
}
.contact-form .frm_fields_container .frm_form_field:has(select) {
	position: relative;
}

.contact-form .frm_fields_container .frm_form_field select {
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	position: relative;
	padding-left: 50px;
}

.contact-form .frm_fields_container .frm_form_field select::-ms-expand {
	display: none;
}

.contact-form .frm_fields_container .frm_form_field:has(select)::before {
	content: '';
	position: absolute;
	left: 16px;
	top: 70%;
	-webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	width: 20px;
	height: 20px;
	background-image: url("data:image/svg+xml,%3Csvg width='20' height='20' viewBox='0 0 20 20' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M9.99995 15.7004C9.64151 15.7004 9.28311 15.5635 9.00983 15.2904L0.410283 6.69072C-0.136761 6.14368 -0.136761 5.25674 0.410283 4.70992C0.957105 4.1631 1.84387 4.1631 2.39095 4.70992L9.99995 12.3194L17.609 4.71019C18.156 4.16336 19.0427 4.16336 19.5895 4.71019C20.1368 5.25701 20.1368 6.14395 19.5895 6.69099L10.9901 15.2906C10.7166 15.5638 10.3583 15.7004 9.99995 15.7004Z' fill='black'/%3E%3C/svg%3E");
	background-repeat: no-repeat;
	background-size: contain;
	pointer-events: none;
	-webkit-transition: -webkit-transform 0.3s ease;
	-moz-transition: -moz-transform 0.3s ease;
	transition: transform 0.3s ease;
	z-index: 1;
}

.contact-form
	.frm_fields_container
	.frm_form_field:has(select).select-open::before {
	-webkit-transform: translateY(-50%) rotate(180deg);
	-moz-transform: translateY(-50%) rotate(180deg);
	-ms-transform: translateY(-50%) rotate(180deg);
	transform: translateY(-50%) rotate(180deg);
}

.contact-form .frm_fields_container .frm_form_field textarea {
	font-size: var(--text-medium);
	color: #121212;
	border: 1px solid #828282;
}

/* Gallery Slider Navigation Arrows */
.gallery-slider {
	position: relative;
}

.gallery-slider .embla__viewport {
	overflow: hidden;
}

.gallery-slider .embla__container {
	display: flex;
}

.gallery-slider .embla__slide {
	flex: 0 0 100%;
	min-width: 0;
}
.gallery-slider .embla__viewport {
	position: relative;
}
.gallery-slider__button {
	position: absolute;
	bottom: 0;
	transform: translateY(-50%);
	z-index: 10;
	width: 69px;
	height: 50px;
	background: #f7d016;
	border: none;
	display: flex;
	align-items: center;
	justify-content: center;
	cursor: pointer;
	transition: all 0.3s ease;
	bottom: 0;
}

.gallery-slider__button:hover {
	background-color: rgba(255, 255, 255, 1);
	box-shadow: 0 4px 12px rgba(0, 0, 0, 0.2);
	transform: translateY(-50%) scale(1.1);
}

.gallery-slider__button:disabled {
	opacity: 0.3;
	cursor: not-allowed;
}

.gallery-slider__button--prev {
	left: 16px;
	border-radius: 5px 0px 0px 5px;
}

.gallery-slider__button--next {
	left: 85px;
	border-radius: 0px 5px 5px 0px;
}

.gallery-slider__button svg {
	width: 24px;
	height: 24px;
	color: #000;
}

/* Gallery Thumbnails */
.gallery-thumbs {
	margin-top: 20px;
	grid-column: 1 / -1;
}

.gallery-thumbs ul {
	display: flex;
	gap: 12px;
	justify-content: center;
	flex-wrap: wrap;
	list-style: none;
	padding: 0;
	margin: 0;
}

.gallery-thumbs li {
	flex: 0 0 auto;
}

.gallery-thumbs button {
	display: block;
	padding: 0;
	border: 3px solid transparent;
	border-radius: 8px;
	cursor: pointer;
	transition: all 0.3s ease;
	overflow: hidden;
	background: none;
}

.gallery-thumbs button:hover {
	border-color: rgba(0, 113, 93, 0.5);
	transform: scale(1.05);
}

.gallery-thumbs button[aria-current='true'] {
	border-color: #00715d;
}
.gallery-slider .embla__slide figure {
	width: 650px;
	height: 604px;
	border-radius: 8px;
}
.gallery-slider .embla__slide figure img {
	width: 100%;
	height: 100%;
	object-fit: contain;
}
@media (max-width: 1024px) {
	.gallery-slider .embla__slide figure {
		width: 100%;
		height: 100%;
	}
}

.gallery-thumbs figure {
	margin: 0;
	width: 380px;
	height: 380px;
	display: flex;
	align-items: center;
	justify-content: center;
	overflow: hidden;
}

.gallery-thumbs img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	display: block;
}
@media (max-width: 1024px) {
	.gallery-thumbs figure {
		width: 280px;
		height: 280px;
	}
}
@media (max-width: 768px) {
	.gallery-thumbs figure {
		width: 180px;
		height: 180px;
	}
}
@media (max-width: 600px) {
	.gallery-thumbs figure {
		width: 80px;
		height: 80px;
	}
}
/* Popup Offer Modal */
.popup-offer {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: rgba(0, 0, 0, 0.8);
	z-index: 9999;
	display: none;
	opacity: 0;
	transition: opacity 0.3s ease;
}

.popup-offer.active {
	display: block;
	opacity: 1;
}

.popup-offer-inner {
	position: fixed;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	max-width: 1400px;
	width: calc(100% - 40px);
	max-height: 90vh;
	overflow-y: auto;
	z-index: 10000;
}

.popup-offer-inner > button {
	position: fixed;
	top: 20px;
	right: 20px;
	background: white;
	border: none;
	border-radius: 50%;
	width: 60px;
	height: 60px;
	display: flex;
	align-items: center;
	justify-content: center;
	cursor: pointer;
	z-index: 10001;
	transition:
		transform 0.2s ease,
		background-color 0.2s ease;
}

.popup-offer-inner > button:hover {
	background-color: #f0f0f0;
	transform: scale(1.1);
}

.popup-offer .gallery-slider {
	background: white;
	border-radius: 16px;
	width: 100%;
	position: relative;
	padding: 40px;
	box-shadow: 0 20px 60px rgba(0, 0, 0, 0.3);
}

.popup-offer .grid {
	gap: 40px;
}

/* Offer Gallery Image - Make clickable */
.offer-gallery-image {
	cursor: pointer;
	transition:
		transform 0.3s ease,
		box-shadow 0.3s ease;
	border-radius: 8px;
}

.offer-gallery-image:hover {
	transform: scale(1.05);
	box-shadow: 0 8px 20px rgba(0, 0, 0, 0.15);
}

/* Popup Content Styling */
.popup-offer .popup-content {
	display: flex;
	flex-direction: column;
	gap: 20px;
}
.popup-offer .popup-content.popup-content-inner {
	padding: 24px;
	border-radius: 12px;
	border: 1px solid #7cd746;
}
.popup-offer .popup-content.popup-content-inner p {
	font-size: var(--text-medium);
	font-weight: 700;
}
.popup-offer .logo img {
	height: auto;
}

.popup-offer .popup-title h3 {
	font-weight: bold;
	color: #121212;
	font-size: var(--text-large);
	margin: 0;
}

.popup-offer .popup-content > .popup-content {
	font-size: 1rem;
	line-height: 1.6;
	color: #333;
}

/* Responsive adjustments */
@media (max-width: 768px) {
	.popup-offer-inner {
		width: calc(100% - 20px);
		max-height: 95vh;
	}

	.popup-offer .gallery-slider {
		padding: 20px;
	}

	.popup-offer .grid {
		grid-template-columns: 1fr !important;
	}

	.popup-offer-inner > button {
		top: 10px;
		right: 10px;
		width: 50px;
		height: 50px;
	}

	.gallery-slider__button {
		width: 40px;
		height: 40px;
	}

	.gallery-slider__button--prev {
		left: 8px;
	}

	.gallery-slider__button--next {
		right: 8px;
	}
}

.contact-form .frm_submit {
	padding-top: 33px;
}

.contact-form .frm_submit button,
.contact-form .frm_submit input[type='submit'] {
	background: #f7d016;
	box-shadow: 4px 4px 20px 0px #f7d01680;
	color: #121212;
	font-size: var(--text-medium);
	font-weight: 700;
	width: 100%;
	padding: 10px;
	border-radius: 8px;
}

/* Social Buying Form - Select field full width */
.socialbuying-form .frm_fields_container .frm_form_field:has(select) {
	flex: 0 0 100% !important;
}

/* Map Embed - Make iframe fill container */
.map-embed-container iframe {
	width: 100% !important;
	height: 100% !important;
	border: 0;
}

/* ========================================
   Podcasts Page Styles
   ======================================== */

/* Podcast Tab Styles */
.podcast-tab {
	border-color: #00715d;
}

.podcast-tab.active {
	background-color: #00715d;
	border-color: #00715d;
}

.podcast-tab:not(.active) {
	background-color: transparent;
	border-color: #122f2a !important;
	color: #121212 !important;
}

/* Podcast Holder */
.holder-podcast {
	background-color: #edeeef;
}

/* Image Holder */
.podcast-image-holder {
	max-width: 200px;
	width: 100%;
}
@media screen and (max-width: 600px) {
	.podcast-image-holder {
		max-width: 100%;
		text-align: center;
		display: flex;
		justify-content: center;
		padding-top: 30px;
	}
}
/* Podcast Title */
.podcast-title {
	color: #121212;
	font-weight: 700;
	font-size: var(--text-large);
	line-height: 120%;
	letter-spacing: 0%;
	text-align: right;
}

/* Platform Button Styles */
.platform-btn {
	border: 1px solid #122f2a;
}

.platform-btn-label {
	color: #121212;
	font-size: 0.9375rem;
	font-weight: 600;
}

@media (min-width: 1024px) {
	.platform-btn-label {
		font-size: var(--text-semibase);
	}
}

.platform-btn-badge {
	background-color: white;
	border: 1px solid #a6a6a6;
	font-size: var(--text-base);
	line-height: 14px;
	font-weight: 500;
	color: #000000;
}

@media (min-width: 768px) and (max-width: 1023px) {
	.platform-btn-badge {
		font-size: 0.75rem;
	}
}

/* Form h3 titles - smaller on mobile */
@media (max-width: 767px) {
	.text-subheading {
		line-height: normal;
	}
	h3.text-subheading {
		font-size: 1.5rem;
	}
}

/* Form error and message text alignment */
.frm_error,
.frm_message {
	text-align: right;
}

/* Podcast Content iframe */
.podcast-content iframe {
	max-width: 100% !important;
}

/* ========================================
   About Page Styles
   ======================================== */
.about-header {
	background-position: left;
}
@media (max-width: 600px) {
	.about-header-content h1 {
		font-size: var(--text-large);
	}
}
@media (min-width: 600px) and (max-width: 1024px) {
	.about-header {
	}
}
@media (min-width: 1024px) {
	.about-header {
		padding-top: 20%;
		padding-bottom: 100px;
	}
	.about-header-content {
		max-width: 70%;
	}
}

@media (min-width: 1441px) {
	.about-header {
	}
}

/* About Content Title */
.about-content-title {
	color: #121212;
	font-weight: 700;
	font-size: var(--text-large);
	line-height: 120%;
	letter-spacing: 0%;
	text-align: right;
}

/* About Content Link */
.about-content-link {
	font-weight: 700;
	font-size: var(--text-medium);
	line-height: 150%;
	letter-spacing: 0%;
	vertical-align: middle;
}

/* About Team Border Colors */
.border-team-yellow {
	border-color: #f7d016;
}

.border-team-teal {
	border-color: #007c84;
}

.border-team-orange {
	border-color: #d4622a;
}

.border-team-purple {
	border-color: #483f99;
}

@media (min-width: 1440px) {
	.main-hero {
		min-height: 75vh;
	}
}
@media (max-width: 1280px) {
	.main-hero {
		min-height: 50vh;
		padding-top: 4rem;
		padding-bottom: 3rem;
	}
}

@media (min-width: 1440px) {
	.wysiwyg--large ul {
		margin-bottom: 60px;
	}
	.wysiwyg--large p,
	.wysiwyg--large ul li {
		font-size: var(--text-medium);
	}
}
.social-buying-small-content h4 {
	font-size: var(--text-h4);
	color: #122f2a;
	font-weight: 800;
	margin-bottom: 5px;
}
.social-buying-small-content ul {
	list-style: disc;
	margin-right: 20px;
}
.social-buying-small-content ul li {
	font-size: var(--text-base);
}

/* ========================================
   Responsive Font Scaling (<= 1439px) — compact zone
   ~12-15% reduction; extended from <=1280 to cover narrow-desktop band
   ======================================== */
@media (max-width: 1439px) {
	/* Heading tier: 40-43px → 34px */
	.heading-large-hebrew,
	.heading-corporate-title {
		font-size: var(--text-subheading);
	}

	/* Subheading tier: 30-35px → 26px */
	.heading-corporate-subtitle,
	.heading-corporate-leading,
	.job-card-title,
	.offer-gallery-title,
	.popup-offer .popup-title h3,
	.podcast-title,
	.about-content-title {
		font-size: var(--text-regular);
	}

	/* Medium tier: 23-28px → 20px */
	.dark-cta-button,
	.corporate h4,
	.corporate h3,
	.heading-corporate-card-title,
	.text-corporate-label,
	.faq-question,
	.contact-form h2,
	.btn-volunteering-dark,
	.platform-btn-label,
	.social-buying-small-content h4 {
		font-size: var(--text-medium);
	}

	/* Base tier: 18-22px → 16px */
	.heading-medium-hebrew,
	.timeline-holder .heading-medium-hebrew,
	.text-corporate-content,
	.text-corporate-content-large,
	.text-corporate-list-heading,
	.faq-answer,
	.btn-corporate-primary,
	.job-card-subtitle,
	.job-card-section-heading,
	.text-volunteering-content,
	.contact-form .frm_fields_container .frm_form_field .frm_primary_label,
	.contact-form .frm_fields_container .frm_form_field textarea,
	.popup-offer .popup-content.popup-content-inner p,
	.platform-btn-badge,
	.about-content-link,
	.contact-form .frm_submit button,
	.contact-form .frm_submit input[type='submit'],
	.social-buying-small-content ul li {
		font-size: 1rem;
	}
}

/* Mobile font scaling (<= 768px) */
@media (max-width: 768px) {
	.heading-large-hebrew,
	.heading-corporate-title {
		font-size: var(--text-subheading);
	}

	.heading-corporate-subtitle,
	.heading-corporate-leading,
	.job-card-title,
	.offer-gallery-title,
	.popup-offer .popup-title h3,
	.podcast-title,
	.about-content-title {
		font-size: var(--text-h4);
	}

	.dark-cta-button,
	.corporate h4,
	.corporate h3,
	.heading-corporate-card-title,
	.text-corporate-label,
	.faq-question,
	.contact-form h2,
	.btn-volunteering-dark,
	.platform-btn-label,
	.social-buying-small-content h4 {
		font-size: var(--text-base);
	}

	.heading-medium-hebrew,
	.timeline-holder .heading-medium-hebrew,
	.text-corporate-content,
	.text-corporate-content-large,
	.text-corporate-list-heading,
	.faq-answer,
	.btn-corporate-primary,
	.job-card-subtitle,
	.job-card-section-heading,
	.text-volunteering-content,
	.contact-form .frm_fields_container .frm_form_field .frm_primary_label,
	.contact-form .frm_fields_container .frm_form_field textarea,
	.popup-offer .popup-content.popup-content-inner p,
	.platform-btn-badge,
	.about-content-link,
	.contact-form .frm_submit button,
	.contact-form .frm_submit input[type='submit'],
	.social-buying-small-content ul li {
		font-size: 0.9375rem;
	}
}
