/*
Theme Name: Twenty Twenty-Four
Theme URI: https://wordpress.org/themes/twentytwentyfour/
Author: the WordPress team
Author URI: https://wordpress.org
Description: Twenty Twenty-Four is designed to be flexible, versatile and applicable to any website. Its collection of templates and patterns tailor to different needs, such as presenting a business, blogging and writing or showcasing work. A multitude of possibilities open up with just a few adjustments to color and typography. Twenty Twenty-Four comes with style variations and full page designs to help speed up the site building process, is fully compatible with the site editor, and takes advantage of new design tools introduced in WordPress 6.4.
Requires at least: 6.4
Tested up to: 6.8
Requires PHP: 7.0
Version: 1.3
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: twentytwentyfour
Tags: one-column, custom-colors, custom-menu, custom-logo, editor-style, featured-images, full-site-editing, block-patterns, rtl-language-support, sticky-post, threaded-comments, translation-ready, wide-blocks, block-styles, style-variations, accessibility-ready, blog, portfolio, news
*/

/* Header refresh: supply-inspired structure */
:root {
	--sf-navy: #0b1f30;
	--sf-deep: #123c5f;
	--sf-blue: #0f7cc4;
	--sf-accent: #00a3e0;
	--sf-cloud: #f3f6fa;
	--sf-border: #d5e2ef;
	--sf-ink: #0f1f2f;
}

.sf-header-shell {
	background: linear-gradient(120deg, var(--sf-navy), var(--sf-deep));
	color: #eaf2ff;
	padding: 6px 0 12px;
}

.sf-header-shell a {
	color: #eaf2ff;
}

.sf-header-top {
	font-size: 0.9rem;
	opacity: 0.9;
	gap: 12px;
}

.sf-header-top p {
	margin: 0;
}

.sf-header-main {
	padding: 12px 0 4px;
	gap: 14px;
}

.sf-brand {
	gap: 12px;
	align-items: center;
}

.sf-brand .wp-block-site-title {
	margin: 0;
	font-weight: 700;
	color: #ffffff;
}

.sf-header-search .wp-block-search__inside-wrapper {
	display: flex;
	align-items: center;
	gap: 10px;
	background: rgba(255, 255, 255, 0.08);
	border: 1px solid rgba(255, 255, 255, 0.15);
	border-radius: 12px;
	padding: 8px 10px;
}

.sf-header-search .wp-block-search__input {
	background: transparent;
	border: 0;
	color: #ffffff;
	padding: 8px 6px;
}

.sf-header-search .wp-block-search__input::placeholder {
	color: rgba(255, 255, 255, 0.7);
}

.sf-header-search .wp-block-search__button {
	background: var(--sf-accent);
	color: #1c2535;
	border: 0;
	border-radius: 10px;
	padding: 10px 14px;
	font-weight: 700;
	box-shadow: 0 8px 16px rgba(245, 165, 36, 0.3);
}

.sf-header-actions {
	gap: 14px;
}

.sf-header-actions .wp-block-navigation__container {
	gap: 18px;
}

.sf-header-actions .wp-block-navigation-item__content {
	color: #eaf2ff;
	font-weight: 600;
}

.sf-header-actions .wp-block-navigation-item__content:hover {
	color: #ffffff;
	text-decoration: underline;
}

.sf-header-ctas {
	gap: 8px;
}

.sf-link-pill .wp-block-button__link {
	border-radius: 999px;
	border: 1px solid rgba(255, 255, 255, 0.45);
	color: #ffffff;
	background: transparent;
	padding: 10px 14px;
}

.sf-primary-pill .wp-block-button__link {
	border-radius: 999px;
	background: linear-gradient(90deg, var(--sf-accent), #f6c343);
	color: #1b2432;
	font-weight: 700;
	padding: 10px 16px;
	box-shadow: 0 10px 20px rgba(245, 165, 36, 0.35);
}

@media (max-width: 960px) {
	.sf-header-main {
		flex-direction: column;
		align-items: stretch;
	}

	.sf-header-actions {
		justify-content: space-between;
	}

	.sf-header-search .wp-block-search__inside-wrapper {
		width: 100%;
	}
}

/* Business Identity page */
.page-id-137 .entry-content,
.page-id-137 .entry-content > * {
	max-width: none;
	padding: 0;
}

.sf-identity {
	background:
		radial-gradient(1200px 780px at 78% 8%, rgba(0, 163, 224, 0.16), rgba(17, 47, 80, 0)),
		linear-gradient(180deg, #0d2437 0%, #123652 26%, #e9f0f7 58%, #ffffff 100%);
	color: var(--sf-ink);
	padding: 0 0 110px;
}

.sf-id-container {
	max-width: 1240px;
	margin: 0 auto;
	padding: 0 32px;
	box-sizing: border-box;
}

.sf-id-hero {
	background:
		repeating-linear-gradient(90deg, rgba(255, 255, 255, 0.03), rgba(255, 255, 255, 0.03) 1px, rgba(255, 255, 255, 0) 1px, rgba(255, 255, 255, 0) 16px),
		radial-gradient(160% 120% at 85% 20%, rgba(0, 163, 224, 0.24), rgba(15, 31, 47, 0)),
		linear-gradient(135deg, #0c304c, #0b1f30);
	color: #f2f6ff;
	padding: 86px 0 74px;
	position: relative;
	overflow: hidden;
}

.sf-hex {
	background-image:
		linear-gradient(30deg, rgba(255, 255, 255, 0.04) 12%, transparent 12.5%, transparent 87%, rgba(255, 255, 255, 0.04) 87.5%, rgba(255, 255, 255, 0.04)),
		linear-gradient(150deg, rgba(255, 255, 255, 0.04) 12%, transparent 12.5%, transparent 87%, rgba(255, 255, 255, 0.04) 87.5%, rgba(255, 255, 255, 0.04)),
		linear-gradient(90deg, rgba(255, 255, 255, 0.04) 2%, transparent 0%, transparent 98%, rgba(255, 255, 255, 0.04) 98%, rgba(255, 255, 255, 0.04));
	background-size: 60px 104px;
	background-position: 0 0, 0 0, 30px 52px;
}

.sf-id-hero::after {
	content: "";
	position: absolute;
	width: 420px;
	height: 420px;
	border-radius: 50%;
	background: radial-gradient(circle, rgba(255, 255, 255, 0.08), rgba(255, 255, 255, 0));
	top: -80px;
	right: -120px;
	pointer-events: none;
}

.sf-id-hero::before {
	content: "";
	position: absolute;
	width: 320px;
	height: 320px;
	border-radius: 50%;
	background: radial-gradient(circle, rgba(31, 93, 144, 0.4), rgba(31, 93, 144, 0));
	bottom: -120px;
	left: -80px;
	filter: blur(18px);
	pointer-events: none;
}

.sf-id-hero-grid {
	display: grid;
	grid-template-columns: 1.25fr 0.75fr;
	gap: 32px;
	align-items: center;
	position: relative;
	z-index: 1;
}

.sf-id-kicker {
	text-transform: uppercase;
	letter-spacing: 1px;
	font-size: 0.85rem;
	color: rgba(255, 255, 255, 0.76);
	margin: 0 0 10px;
}

.sf-id-hero h1 {
	margin: 0 0 12px;
	font-size: 2.7rem;
	line-height: 1.18;
	color: #ffffff;
}

.sf-id-lead {
	margin: 0 0 18px;
	color: #d7e6ff;
	font-size: 1.08rem;
	line-height: 1.6;
}

.sf-id-badges {
	display: flex;
	flex-wrap: wrap;
	gap: 10px;
}

.sf-id-badge {
	display: inline-flex;
	align-items: center;
	gap: 6px;
	padding: 10px 12px;
	border-radius: 999px;
	background: rgba(255, 255, 255, 0.1);
	border: 1px solid rgba(255, 255, 255, 0.24);
	color: #ffffff;
	font-weight: 600;
	transition: transform 0.2s ease, box-shadow 0.2s ease, border-color 0.2s ease;
	box-shadow: 0 12px 26px rgba(0, 0, 0, 0.16);
}

.sf-id-badge:hover {
	transform: translateY(-2px);
	border-color: rgba(245, 165, 36, 0.8);
	box-shadow: 0 14px 28px rgba(0, 0, 0, 0.18);
}

.sf-id-hero-panel {
	align-self: stretch;
}

.sf-id-panel-card {
	background: rgba(255, 255, 255, 0.08);
	border: 1px solid rgba(255, 255, 255, 0.16);
	border-radius: 18px;
	padding: 20px;
	color: #eaf1ff;
	box-shadow: 0 18px 40px rgba(5, 12, 24, 0.35);
	backdrop-filter: blur(4px);
	position: relative;
	overflow: hidden;
}

.sf-id-panel-card::after {
	content: "";
	position: absolute;
	inset: -40px;
	background: radial-gradient(200px 200px at 30% 20%, rgba(245, 165, 36, 0.28), rgba(255, 255, 255, 0));
	opacity: 0.8;
	pointer-events: none;
}

.sf-id-eyebrow {
	margin: 0 0 8px;
	text-transform: uppercase;
	font-size: 0.78rem;
	letter-spacing: 0.08em;
	color: #9ad4ff;
}

.sf-id-panel-card h3 {
	margin: 0 0 10px;
	color: #ffffff;
	font-size: 1.3rem;
}

.sf-id-note {
	margin: 0 0 12px;
	color: #d7e6ff;
}

.sf-id-checklist {
	list-style: none;
	padding: 0;
	margin: 0;
	display: grid;
	gap: 8px;
}

.sf-id-checklist li {
	position: relative;
	padding-left: 18px;
	color: #eaf1ff;
}

.sf-id-checklist li::before {
	content: "\2713";
	position: absolute;
	left: 0;
	color: var(--sf-accent);
	font-weight: 700;
}

.sf-id-body {
	margin-top: -46px;
	position: relative;
	z-index: 1;
	padding: 6px 0 0;
}

.sf-id-body-wrap {
	position: relative;
	padding: 38px 32px 24px;
	border-radius: 24px;
	border: 1px solid rgba(12, 28, 46, 0.08);
	background:
		linear-gradient(135deg, #ffffff, #f8fbff);
	box-shadow: 0 26px 60px rgba(12, 28, 46, 0.12);
	overflow: hidden;
	color: var(--sf-ink);
}

.sf-id-body-wrap::before {
	content: "";
	position: absolute;
	inset: -160px -140px auto auto;
	height: 360px;
	width: 440px;
	background: radial-gradient(260px 260px at 80% 20%, rgba(0, 163, 224, 0.2), rgba(255, 255, 255, 0));
	opacity: 0.55;
	pointer-events: none;
}

.sf-id-body-wrap::after {
	content: "";
	position: absolute;
	inset: 32px;
	border: 1px solid rgba(223, 229, 238, 0.7);
	border-radius: 22px;
	pointer-events: none;
	opacity: 0.6;
}

.sf-id-section-label {
	display: inline-flex;
	align-items: center;
	gap: 8px;
	padding: 9px 14px;
	border-radius: 14px;
	background: rgba(15, 124, 196, 0.12);
	color: var(--sf-blue);
	font-weight: 700;
	letter-spacing: 0.02em;
	margin: 0 0 18px;
}

.sf-id-section-label::before {
	content: "";
	width: 8px;
	height: 8px;
	border-radius: 50%;
	background: var(--sf-accent);
	box-shadow: 0 0 0 6px rgba(245, 165, 36, 0.18);
}

.sf-id-content {
	background: #ffffff;
	border: 1px solid var(--sf-border);
	border-radius: 18px;
	padding: 32px 28px 20px;
	box-shadow: 0 18px 42px rgba(17, 47, 80, 0.1);
	position: relative;
	overflow: hidden;
}

.sf-id-content::before {
	content: "";
	position: absolute;
	left: 0;
	top: 0;
	height: 100%;
	width: 8px;
	background: linear-gradient(180deg, var(--sf-blue), rgba(15, 124, 196, 0.08));
	opacity: 0.7;
}

.sf-id-story-grid {
	display: grid;
	grid-template-columns: 1.35fr 0.65fr;
	gap: 22px;
	align-items: start;
	position: relative;
}

.sf-id-emphasis {
	margin: 0 0 10px;
	font-weight: 800;
	color: var(--sf-deep);
	letter-spacing: 0.01em;
	font-size: 1.2rem;
}

.sf-id-paragraph {
	font-size: 1.05rem;
	line-height: 1.8;
	color: #122236;
	margin: 0 0 18px;
}

.sf-id-story-aside {
	background: linear-gradient(160deg, rgba(15, 124, 196, 0.16), rgba(15, 124, 196, 0));
	border: 1px dashed rgba(15, 124, 196, 0.32);
	border-radius: 14px;
	padding: 16px 18px;
	box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.25);
}

.sf-id-mini-heading {
	margin: 0 0 10px;
	text-transform: uppercase;
	letter-spacing: 0.08em;
	font-size: 0.8rem;
	color: var(--sf-blue);
	font-weight: 800;
}

.sf-id-aside-list {
	margin: 0;
	padding: 0;
	list-style: none;
	display: grid;
	gap: 10px;
}

.sf-id-aside-list li {
	position: relative;
	padding-left: 16px;
	color: var(--sf-ink);
	line-height: 1.55;
}

.sf-id-aside-list li::before {
	content: "";
	position: absolute;
	left: 0;
	top: 10px;
	width: 6px;
	height: 6px;
	border-radius: 50%;
	background: var(--sf-accent);
	box-shadow: 0 0 0 5px rgba(245, 165, 36, 0.16);
}

.sf-id-stats {
	display: grid;
	grid-template-columns: repeat(auto-fit, minmax(240px, 1fr));
	gap: 16px;
	margin-top: 20px;
}

.sf-id-stat {
	display: grid;
	grid-template-columns: auto 1fr;
	gap: 12px;
	align-items: center;
	background: #ffffff;
	border: 1px solid #cfdceb;
	border-radius: 18px;
	padding: 18px 18px;
	box-shadow: 0 18px 36px rgba(17, 47, 80, 0.12);
	position: relative;
	overflow: hidden;
}

.sf-id-stat-icon {
	width: 42px;
	height: 42px;
	border-radius: 12px;
	border: 1px solid rgba(31, 93, 144, 0.35);
	background: linear-gradient(140deg, rgba(31, 93, 144, 0.2), rgba(31, 93, 144, 0));
	box-shadow: 0 10px 18px rgba(17, 47, 80, 0.12);
	position: relative;
}

.sf-id-stat-icon::before {
	content: "";
	position: absolute;
	inset: 10px;
	border-radius: 8px;
	background: linear-gradient(120deg, var(--sf-accent), rgba(245, 165, 36, 0.4));
	opacity: 0.85;
}

.sf-id-stat-value {
	margin: 0;
	font-size: 1.7rem;
	font-weight: 800;
	color: var(--sf-blue);
}

.sf-id-stat-label {
	margin: 4px 0 0;
	color: #1c2c3d;
	line-height: 1.6;
}

.sf-id-steps {
	display: grid;
	gap: 14px;
	margin: 26px 0 12px;
}

.sf-id-timeline {
	position: relative;
}

.sf-id-timeline .sf-id-step {
	display: grid;
	grid-template-columns: auto 1fr;
	gap: 12px;
	align-items: flex-start;
	background: #ffffff;
	border: 1px solid var(--sf-border);
	border-radius: 16px;
	padding: 15px 18px 15px 15px;
	box-shadow: 0 14px 28px rgba(17, 47, 80, 0.1);
	position: relative;
	overflow: hidden;
}

.sf-id-step::before {
	content: "";
	position: absolute;
	inset: 0;
	background: linear-gradient(120deg, rgba(245, 165, 36, 0.12), rgba(255, 255, 255, 0));
	opacity: 0.2;
	transition: opacity 0.2s ease;
	pointer-events: none;
}

.sf-id-step:hover::before {
	opacity: 0.5;
}

.sf-id-timeline .sf-id-step:not(:last-child)::after {
	content: "";
	position: absolute;
	left: 29px;
	top: 46px;
	bottom: -14px;
	width: 2px;
	background: linear-gradient(180deg, rgba(15, 124, 196, 0.4), rgba(31, 93, 144, 0));
}

.sf-id-step-badge {
	width: 34px;
	height: 34px;
	border-radius: 50%;
	background: linear-gradient(140deg, var(--sf-blue), #1e8fd8);
	color: #ffffff;
	font-weight: 800;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	box-shadow: 0 10px 20px rgba(17, 47, 80, 0.18);
	position: relative;
	z-index: 1;
}

.sf-id-step-label {
	margin: 0 0 6px;
	font-weight: 800;
	color: var(--sf-blue);
	letter-spacing: 0.02em;
}

.sf-id-step-text {
	margin: 0;
	color: var(--sf-ink);
	line-height: 1.55;
}

.sf-id-ribbon {
	display: flex;
	gap: 10px;
	margin: 18px 0 12px;
	padding: 4px 2px;
	overflow-x: auto;
	scroll-snap-type: x mandatory;
	-webkit-overflow-scrolling: touch;
}

.sf-id-ribbon::-webkit-scrollbar {
	height: 6px;
}

.sf-id-ribbon::-webkit-scrollbar-thumb {
	background: rgba(31, 93, 144, 0.35);
	border-radius: 99px;
}

.sf-id-chip {
	scroll-snap-align: start;
	background: linear-gradient(120deg, rgba(15, 124, 196, 0.12), rgba(15, 124, 196, 0.04));
	border: 1px solid #cfdceb;
	border-radius: 999px;
	padding: 10px 14px;
	color: var(--sf-ink);
	font-weight: 700;
	box-shadow: 0 12px 22px rgba(17, 47, 80, 0.08);
	white-space: nowrap;
	transition: transform 0.2s ease, box-shadow 0.2s ease, border-color 0.2s ease;
}

.sf-id-chip:hover {
	transform: translateY(-2px);
	border-color: rgba(31, 93, 144, 0.45);
	box-shadow: 0 16px 26px rgba(17, 47, 80, 0.1);
}

.sf-id-grid {
	display: grid;
	grid-template-columns: repeat(auto-fit, minmax(240px, 1fr));
	gap: 14px;
	margin-top: 18px;
}

.sf-id-card {
	background: #ffffff;
	border: 1px solid var(--sf-border);
	border-radius: 14px;
	padding: 18px;
	box-shadow: 0 12px 28px rgba(17, 47, 80, 0.06);
	display: flex;
	flex-direction: column;
	gap: 10px;
	position: relative;
	overflow: hidden;
	transition: transform 0.2s ease, box-shadow 0.2s ease, border-color 0.2s ease;
}

.sf-id-card::before {
	content: "";
	position: absolute;
	inset: 0;
	border-radius: inherit;
	background: linear-gradient(120deg, rgba(245, 165, 36, 0.15), rgba(255, 255, 255, 0));
	opacity: 0;
	transition: opacity 0.2s ease;
	pointer-events: none;
}

.sf-id-card:hover {
	transform: translateY(-3px);
	border-color: rgba(31, 93, 144, 0.45);
	box-shadow: 0 16px 32px rgba(17, 47, 80, 0.12);
}

.sf-id-card:hover::before {
	opacity: 1;
}

.sf-id-tiles {
	display: grid;
	grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
	gap: 14px;
	margin-top: 12px;
}

.sf-id-tile {
	position: relative;
	border-radius: 16px;
	overflow: hidden;
	background-size: 200% 200%;
	background-position: center;
	min-height: 230px;
	box-shadow: 0 18px 34px rgba(0, 0, 0, 0.2);
	transition: transform 0.2s ease, box-shadow 0.2s ease, border-color 0.2s ease;
	border: 1px solid rgba(255, 255, 255, 0.14);
}

.sf-id-tile::before {
	content: "";
	position: absolute;
	inset: -20% -10% 40% 50%;
	background: linear-gradient(120deg, rgba(255, 255, 255, 0.12), rgba(255, 255, 255, 0));
	transform: rotate(-8deg);
	opacity: 0.6;
}

.sf-id-tile::after {
	content: "";
	position: absolute;
	inset: 0;
	background: radial-gradient(260px 200px at 24% 18%, rgba(0, 163, 224, 0.28), rgba(0, 0, 0, 0.05));
	opacity: 0.85;
	pointer-events: none;
}

.sf-id-tile:hover {
	transform: translateY(-4px);
	box-shadow: 0 22px 42px rgba(0, 0, 0, 0.24);
	border-color: rgba(255, 255, 255, 0.2);
}

.sf-id-tile-copy {
	position: absolute;
	inset: 0;
	display: flex;
	flex-direction: column;
	justify-content: flex-end;
	padding: 18px;
	color: #ffffff;
	gap: 6px;
}

.sf-id-tile-label {
	margin: 0;
	font-weight: 800;
}

.sf-id-tile-text {
	margin: 0;
	line-height: 1.5;
	opacity: 0.92;
}

.sf-id-tile:nth-child(1) {
	background-image: linear-gradient(180deg, rgba(12, 22, 33, 0.35), rgba(12, 22, 33, 0.7)), url('https://images.unsplash.com/photo-1521737604893-ff08c07ccd0d?auto=format&fit=crop&w=1400&q=80');
	background-size: cover;
	background-position: center;
}

.sf-id-tile:nth-child(2) {
	background-image: linear-gradient(180deg, rgba(12, 22, 33, 0.35), rgba(12, 22, 33, 0.7)), url('https://images.unsplash.com/photo-1522071820081-009f0129c71c?auto=format&fit=crop&w=1400&q=80');
	background-size: cover;
	background-position: center;
}

.sf-id-tile:nth-child(3) {
	background-image: linear-gradient(180deg, rgba(12, 22, 33, 0.35), rgba(12, 22, 33, 0.7)), url('https://images.unsplash.com/photo-1524504388940-b1c1722653e1?auto=format&fit=crop&w=1400&q=80');
	background-size: cover;
	background-position: center;
}

.sf-id-card h4 {
	margin: 0;
	color: var(--sf-ink);
	font-size: 1.15rem;
}

.sf-id-list {
	margin: 0;
	padding-left: 18px;
	color: var(--sf-ink);
	line-height: 1.6;
}

.sf-id-cta {
	background: linear-gradient(180deg, #fefaf2, #ffffff);
	border-color: #f2dca4;
}

.sf-id-cta-actions {
	display: flex;
	flex-wrap: wrap;
	gap: 10px;
}

.sf-id-pill {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	padding: 10px 16px;
	border-radius: 999px;
	background: linear-gradient(90deg, var(--sf-accent), #37c2ff);
	color: #0b2f4a;
	font-weight: 700;
	text-decoration: none;
	box-shadow: 0 10px 22px rgba(0, 163, 224, 0.25);
}

.sf-id-link {
	font-weight: 700;
	color: var(--sf-blue);
}

.sf-id-cta-slab {
	margin-top: 22px;
	padding: 22px;
	border-radius: 18px;
	border: 1px solid #cfdceb;
	background: linear-gradient(120deg, #0d304d, #0b1f30 40%, #11426b 100%);
	box-shadow: 0 18px 34px rgba(5, 12, 24, 0.3);
	display: grid;
	grid-template-columns: 1fr auto;
	gap: 12px;
	align-items: center;
	position: relative;
	overflow: hidden;
}

.sf-id-cta-slab::before {
	content: "";
	position: absolute;
	inset: 0;
	background: radial-gradient(500px 300px at 18% 20%, rgba(0, 163, 224, 0.22), rgba(0, 0, 0, 0));
	opacity: 0.9;
	pointer-events: none;
}

.sf-id-cta-kicker {
	margin: 0 0 6px;
	text-transform: uppercase;
	letter-spacing: 0.08em;
	font-size: 0.78rem;
	color: var(--sf-blue);
	font-weight: 800;
}

.sf-id-cta-text h3 {
	margin: 0 0 6px;
}

.sf-id-cta-text p {
	margin: 0;
	color: #dbe9f7;
	line-height: 1.6;
}

@media (max-width: 960px) {
	.sf-id-hero-grid {
		grid-template-columns: 1fr;
	}

	.sf-id-hero {
		padding: 60px 0 48px;
	}

	.sf-id-story-grid {
		grid-template-columns: 1fr;
	}

	.sf-id-body-wrap {
		padding: 26px 20px 14px;
	}

	.sf-id-cta-slab {
		grid-template-columns: 1fr;
	}
}

@media (max-width: 640px) {
	.sf-id-container {
		padding: 0 16px;
	}

	.sf-id-hero {
		padding: 50px 0 40px;
	}

	.sf-id-body-wrap {
		padding: 20px 14px 10px;
	}

	.sf-id-chip {
		white-space: normal;
	}

	.sf-id-cta-actions {
		justify-content: flex-start;
	}
}

@media (max-width: 640px) {
	.sf-header-top {
		justify-content: center;
		text-align: center;
	}

	.sf-header-main {
		gap: 10px;
	}

	.sf-header-actions {
		flex-direction: column;
		align-items: stretch;
	}

	.sf-header-ctas .wp-block-button {
		width: 100%;
	}
}
