
:root{--wp-block-synced-color:#7a00df;--wp-block-synced-color--rgb:122,0,223;--wp-bound-block-color:var(--wp-block-synced-color);--wp-editor-canvas-background:#ddd;--wp-admin-theme-color:#007cba;--wp-admin-theme-color--rgb:0,124,186;--wp-admin-theme-color-darker-10:#006ba1;--wp-admin-theme-color-darker-10--rgb:0,107,160.5;--wp-admin-theme-color-darker-20:#005a87;--wp-admin-theme-color-darker-20--rgb:0,90,135;--wp-admin-border-width-focus:2px}@media (min-resolution:192dpi){:root{--wp-admin-border-width-focus:1.5px}}.wp-element-button{cursor:pointer}:root .has-very-light-gray-background-color{background-color:#eee}:root .has-very-dark-gray-background-color{background-color:#313131}:root .has-very-light-gray-color{color:#eee}:root .has-very-dark-gray-color{color:#313131}:root .has-vivid-green-cyan-to-vivid-cyan-blue-gradient-background{background:linear-gradient(135deg,#00d084,#0693e3)}:root .has-purple-crush-gradient-background{background:linear-gradient(135deg,#34e2e4,#4721fb 50%,#ab1dfe)}:root .has-hazy-dawn-gradient-background{background:linear-gradient(135deg,#faaca8,#dad0ec)}:root .has-subdued-olive-gradient-background{background:linear-gradient(135deg,#fafae1,#67a671)}:root .has-atomic-cream-gradient-background{background:linear-gradient(135deg,#fdd79a,#004a59)}:root .has-nightshade-gradient-background{background:linear-gradient(135deg,#330968,#31cdcf)}:root .has-midnight-gradient-background{background:linear-gradient(135deg,#020381,#2874fc)}:root{--wp--preset--font-size--normal:16px;--wp--preset--font-size--huge:42px}.has-regular-font-size{font-size:1em}.has-larger-font-size{font-size:2.625em}.has-normal-font-size{font-size:var(--wp--preset--font-size--normal)}.has-huge-font-size{font-size:var(--wp--preset--font-size--huge)}.has-text-align-center{text-align:center}.has-text-align-left{text-align:left}.has-text-align-right{text-align:right}.has-fit-text{white-space:nowrap!important}#end-resizable-editor-section{display:none}.aligncenter{clear:both}.items-justified-left{justify-content:flex-start}.items-justified-center{justify-content:center}.items-justified-right{justify-content:flex-end}.items-justified-space-between{justify-content:space-between}.screen-reader-text{border:0;clip-path:inset(50%);height:1px;margin:-1px;overflow:hidden;padding:0;position:absolute;width:1px;word-wrap:normal!important}.screen-reader-text:focus{background-color:#ddd;clip-path:none;color:#444;display:block;font-size:1em;height:auto;left:5px;line-height:normal;padding:15px 23px 14px;text-decoration:none;top:5px;width:auto;z-index:100000}html :where(.has-border-color){border-style:solid}html :where([style*=border-top-color]){border-top-style:solid}html :where([style*=border-right-color]){border-right-style:solid}html :where([style*=border-bottom-color]){border-bottom-style:solid}html :where([style*=border-left-color]){border-left-style:solid}html :where([style*=border-width]){border-style:solid}html :where([style*=border-top-width]){border-top-style:solid}html :where([style*=border-right-width]){border-right-style:solid}html :where([style*=border-bottom-width]){border-bottom-style:solid}html :where([style*=border-left-width]){border-left-style:solid}html :where(img[class*=wp-image-]){height:auto;max-width:100%}:where(figure){margin:0 0 1em}html :where(.is-position-sticky){--wp-admin--admin-bar--position-offset:var(--wp-admin--admin-bar--height,0px)}@media screen and (max-width:600px){html :where(.is-position-sticky){--wp-admin--admin-bar--position-offset:0px}}


/* ═══════════════════════════════════════════════════════════════
   KÖZÖS
═══════════════════════════════════════════════════════════════ */
.suncooler-section-wrap {
	max-width: 1420px;
	margin-left: auto;
	margin-right: auto;
	padding-left: 20px;
	padding-right: 20px;
	box-sizing: border-box;
	width: 100%;
}

/* ═══════════════════════════════════════════════════════════════
   FEJLÉC
═══════════════════════════════════════════════════════════════ */
#sc-header-bar {
	display: block;
	background-color: #0f4295;
	min-height: 60px;
}
#sc-header-bar > .suncooler-section-wrap {
	padding-top: 12px;
	padding-bottom: 12px;
	min-height: 60px;
	box-sizing: border-box;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	gap: 6px;
}

/* Mobil szöveges sor – alapból rejtett */
#sc-div-141 {
	width: 100%;
	display: none;
}
#sc-text-142 {
	color: #ffffff;
	font-size: 8px;
	font-family: "IBM Plex Sans", sans-serif;
	line-height: 14px;
	letter-spacing: 0.12px;
	text-align: left;
}

/* Asztali / tablet sor */
#sc-div-143 {
	width: 100%;
	display: flex;
	flex-direction: row;
	justify-content: space-between;
	align-items: center;
	gap: 20px;
}
#sc-image-144 {
	width: 110px;
	height: auto;
	flex-shrink: 0;
}
#sc-text-145 {
	color: #ffffff;
	font-size: 12px;
	font-family: "Inter", sans-serif;
	line-height: 1.3;
	letter-spacing: 0.12px;
	text-align: center;
	flex: 1;
}

/* Ajánlat gomb (fejlécben) */
.sc-ajanlat-button {
	display: flex;
	flex-direction: row;
	align-items: center;
	justify-content: center;
	gap: 8px;
	text-decoration: none;
	background-color: #ffea81;
	border-radius: 30px;
	height: 35px;
	width: 153px;
	flex-shrink: 0;
	transition: background-color 0.2s ease;
}
.sc-ajanlat-button:hover {
	background-color: #ffe14d;
}
.sc-ajanlat-text {
	color: #0f4295;
	font-size: 13px;
	font-family: "Inter", sans-serif;
	font-weight: 600;
	white-space: nowrap;
}
#sc-image-148 {
	width: 14px;
	height: auto;
}

/* ═══════════════════════════════════════════════════════════════
   TÉRKÉP SZEKCIÓ
═══════════════════════════════════════════════════════════════ */
#sc-map-section {
	width: 100%;
	display: block;
	background-size: cover;
	background-repeat: repeat;
}
#sc-map-section > .suncooler-section-wrap {
	padding-left: 0;
	padding-right: 0;
	max-width: 100%;
}
#sc-map-block {
	width: 100%;
}
#sc-map-block iframe {
	display: block;
}

/* ═══════════════════════════════════════════════════════════════
   LÁBLÉC 1 – logó sáv
═══════════════════════════════════════════════════════════════ */
#sc-footer-logo {
	display: block;
	background-color: #162c50;
}
#sc-footer-logo > .suncooler-section-wrap {
	padding-top: 56px;
	padding-bottom: 56px;
	display: flex;
	flex-direction: row;
	align-items: center;
	justify-content: space-between;
	gap: 20px;
}
#sc-text-156 {
	color: #ffffff;
	font-size: 16px;
	font-family: "IBM Plex Sans", sans-serif;
	line-height: 26px;
	letter-spacing: 0.16px;
	text-align: center;
	font-weight: 400;
}
#sc-image-157 {
	height: 53px;
	width: auto;
	flex-shrink: 0;
}

/* ═══════════════════════════════════════════════════════════════
   LÁBLÉC 2 – fő info
═══════════════════════════════════════════════════════════════ */
#sc-footer-main {
	display: block;
	background-color: #0f4295;
}
#sc-footer-main > .suncooler-section-wrap {
	padding-top: 62px;
	padding-bottom: 62px;
	display: flex;
	flex-direction: row;
	justify-content: space-between;
	gap: 20px;
}

/* Bal oszlop: logó + CTA */
#sc-div-159 {
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	gap: 73px;
}
#sc-image-160 {
	width: 238px;
	height: auto;
}
#sc-div-161 {
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	gap: 24px;
}
#sc-text-162 {
	color: #ffffff;
	font-weight: 500;
	font-size: 16px;
	line-height: 26px;
	letter-spacing: 0.16px;
}

/* Csak mobilon látszik */
#sc-link-163 {
	display: none;
	color: #ffffff;
	font-size: 14px;
	text-decoration: underline;
}

/* ── Tovább gomb (animált) ── */
#sc-link-164 {
	display: inline-flex;
	flex-direction: row;
	align-items: center;
	text-decoration: none;
	position: relative;
	margin-right: 58px;
}
#sc-text-165 {
	color: #ffffff;
	font-size: 16px;
	font-family: "IBM Plex Sans", sans-serif;
	font-weight: 500;
	position: relative;
	z-index: 8;
	padding-right: 14px;
	transition: color 0.4s;
}
#sc-link-164:hover #sc-text-165 {
	color: #2c4b82;
}
#sc-div-166 {
	display: flex;
	flex-direction: column;
	align-items: flex-end;
	justify-content: center;
	width: 48px;
	height: 48px;
	background-color: #ffea81;
	border-radius: 48px;
	position: absolute;
	right: -58px;
	z-index: 7;
	padding-right: 14px;
	padding-left: 14px;
	box-sizing: border-box;
	transition: width 0.4s ease-in;
}
#sc-link-164:hover #sc-div-166 {
	width: calc(100% + 77px);
	align-items: flex-end;
	padding-right: 14px;
	transition: width 0.4s ease-out;
}
#sc-image-167 {
	width: 21px;
	height: auto;
	position: relative;
	z-index: 9;
}

/* Jobb oszlop: kapcsolat + partnerek */
#sc-div-168 {
	display: flex;
	flex-direction: row;
	text-align: left;
	gap: 90px;
}
#sc-text-170 {
	color: #ffffff;
	font-size: 16px;
	line-height: 26px;
	letter-spacing: 0.16px;
	font-weight: 400;
	text-align: left;
	font-family: "IBM Plex Sans", sans-serif;
}
#sc-text-170 a {
	color: #ffffff;
}
#sc-div-171 {
	max-width: 209px;
}
#sc-text-172 {
	color: rgba(255,255,255,0.7);
	font-size: 12px;
	font-weight: 600;
	text-transform: uppercase;
	letter-spacing: 0.1em;
	margin-bottom: 12px;
}
.sc-footer-menu-link {
	display: block;
	color: #ffffff;
	text-decoration: none;
	font-size: 15px;
	line-height: 28px;
	transition: opacity 0.2s ease;
}
.sc-footer-menu-link:hover {
	opacity: 0.75;
}

/* ═══════════════════════════════════════════════════════════════
   LÁBLÉC 3 – aljsor
═══════════════════════════════════════════════════════════════ */
#sc-footer-bottom {
	display: block;
	background-color: #162c50;
}
#sc-footer-bottom > .suncooler-section-wrap {
	padding-top: 22px;
	padding-bottom: 25px;
	display: flex;
	flex-direction: row;
	align-items: center;
	justify-content: space-between;
}
#sc-div-181 {
	display: flex;
	flex-direction: row;
	gap: 5px;
}
.sc-footer-link {
	color: rgba(255,255,255,0.7);
	font-size: 14px;
	text-decoration: none;
	transition: color 0.2s ease;
}
.sc-footer-link:hover {
	color: #ffffff;
}
.sc-footer-sep {
	color: rgba(255,255,255,0.4);
	font-size: 14px;
}
#sc-text-185 {
	color: rgba(255,255,255,0.7);
	font-weight: 500;
	letter-spacing: 0.14px;
	line-height: 26px;
	font-size: 14px;
}

/* ═══════════════════════════════════════════════════════════════
   RESZPONZÍV – tablet (max 991px)
═══════════════════════════════════════════════════════════════ */
@media (max-width: 991px) {
	#sc-footer-logo > .suncooler-section-wrap {
		padding-top: 33px;
		padding-bottom: 47px;
		flex-direction: column-reverse;
	}
	#sc-div-168 {
		gap: 20px;
	}
	#sc-footer-bottom > .suncooler-section-wrap {
		flex-direction: column;
		gap: 5px;
	}
	#sc-text-185 {
		text-align: center;
	}
}

/* ═══════════════════════════════════════════════════════════════
   RESZPONZÍV – mobil (max 767px)
═══════════════════════════════════════════════════════════════ */
@media (max-width: 767px) {
	/* Fejléc */
	#sc-header-bar {
		min-height: 73px;
	}
	#sc-header-bar > .suncooler-section-wrap {
		padding-top: 9px;
		padding-bottom: 14px;
		min-height: 73px;
		flex-direction: column;
		align-items: flex-end;
	}
	#sc-div-141 {
		display: block;
		width: 100%;
	}
	#sc-text-142 {
		display: block;
		width: 100%;
	}
	#sc-div-143 {
		justify-content: flex-end;
	}
	#sc-text-145 {
		display: none;
	}
	#sc-image-148 {
		width: 11px;
	}

	/* Lábléc 1 */
	#sc-text-156 {
		width: 100%;
		font-size: 10px;
		letter-spacing: 0.1px;
		line-height: 16px;
	}

	/* Lábléc 2 */
	#sc-footer-main > .suncooler-section-wrap {
		padding-top: 34px;
		padding-bottom: 60px;
		flex-direction: column;
	}
	#sc-div-159 {
		gap: 20px;
	}
	#sc-div-168 {
		flex-direction: column;
	}
	#sc-link-163 {
		display: block;
	}
	#sc-link-164 {
		display: none;
	}
	#sc-image-160 {
		height: 51px;
		width: auto;
	}
	#sc-text-170 {
		font-size: 14px;
		letter-spacing: 0.14px;
	}
}



/*# sourceURL=wp-block-library-inline-css */
