.elementor-widget-heading .elementor-heading-title{font-family:var( --e-global-typography-primary-font-family ), Sans-serif;font-weight:var( --e-global-typography-primary-font-weight );color:var( --e-global-color-primary );}.elementor-2 .elementor-element.elementor-element-06d18cc{text-align:center;}.elementor-2 .elementor-element.elementor-element-06d18cc .elementor-heading-title{font-family:var( --e-global-typography-accent-font-family ), Sans-serif;font-size:var( --e-global-typography-accent-font-size );font-weight:var( --e-global-typography-accent-font-weight );text-transform:var( --e-global-typography-accent-text-transform );color:#0DB398;}.elementor-2 .elementor-element.elementor-element-a253c18{padding:20px 0px 0px 0px;text-align:center;}.elementor-2 .elementor-element.elementor-element-a253c18 .elementor-heading-title{color:#1A1A1A;}.elementor-2 .elementor-element.elementor-element-6704f32{padding:20px 0px 0px 0px;}.elementor-2 .elementor-element.elementor-element-14074da{--display:flex;--padding-top:0px;--padding-bottom:60px;--padding-left:0px;--padding-right:0px;}.elementor-2 .elementor-element.elementor-element-1e56396{padding:20px 0px 0px 0px;}.elementor-2 .elementor-element.elementor-element-1e56396 .elementor-heading-title{font-family:"Outfit", Sans-serif;font-size:20px;font-weight:700;color:#1A1A1A;}.elementor-2 .elementor-element.elementor-element-00ec76f{padding:20px 0px 0px 0px;}body.elementor-page-2:not(.elementor-motion-effects-element-type-background), body.elementor-page-2 > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-color:#F7F5F0;}:root{--page-title-display:none;}@media(min-width:768px){.elementor-2 .elementor-element.elementor-element-14074da{--content-width:1140px;}}@media(max-width:1024px){.elementor-2 .elementor-element.elementor-element-06d18cc .elementor-heading-title{font-size:var( --e-global-typography-accent-font-size );}}@media(max-width:767px){.elementor-2 .elementor-element.elementor-element-06d18cc .elementor-heading-title{font-size:var( --e-global-typography-accent-font-size );}}/* Start custom CSS *//* ---- Scoped search ---- */
.vsb-search {
	display: flex;
	align-items: center;
	max-width: 620px;
	margin: 0 auto;
	background: #fff;
	border: 1px solid #e7e4dc;
	border-radius: 16px;
	padding: 6px 6px 6px 20px;
	box-shadow: 0 8px 30px rgba(13, 179, 152, 0.10);
	transition: border-color .15s ease, box-shadow .15s ease;
}
.vsb-search:focus-within {
	border-color: #0DB398;
	box-shadow: 0 0 0 4px rgba(13, 179, 152, 0.14);
}
.vsb-search__input {
	flex: 1;
	border: 0;
	outline: 0;
	background: transparent;
	font-family: "DM Sans", system-ui, sans-serif;
	font-size: 16px;
	color: #1a1a1a;
	padding: 12px 8px;
}
.vsb-search__input::placeholder { color: #9a978f; font-style: italic; }
.vsb-search__btn {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 46px; height: 46px;
	border: 0;
	border-radius: 12px;
	background: #0DB398;
	color: #fff;
	cursor: pointer;
	transition: background .15s ease;
}
.vsb-search__btn:hover { background: #0a8f7a; }
.vsb-search__btn:focus-visible { outline: 2px solid #0a8f7a; outline-offset: 2px; }

/* ---- Topic cards grid ---- */
.vsb-topics-grid {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	gap: 20px;
	margin: 0 auto;
}
.vsb-topic-card {
	background: #fff;
	border: 1px solid #e7e4dc;
	border-radius: 16px;
	padding: 32px 24px;
	text-align: center;
	transition: transform .15s ease, box-shadow .15s ease, border-color .15s ease;
}
.vsb-topic-card:hover {
	transform: translateY(-3px);
	box-shadow: 0 8px 30px rgba(13, 179, 152, 0.10);
	border-color: rgba(13, 179, 152, 0.35);
}
.vsb-topic-card__icon {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 58px; height: 58px;
	margin-bottom: 14px;
	color: #0DB398;
	background: rgba(13, 179, 152, 0.10);
	border-radius: 50%;
}
.vsb-topic-card__title {
	font-family: "Outfit", sans-serif;
	font-size: 19px;
	font-weight: 600;
	margin: 0 0 10px;
}
.vsb-topic-card__title a { color: #1a1a1a; text-decoration: none; }
.vsb-topic-card__title a:hover { color: #0DB398; }
.vsb-topic-card__lead {
	display: inline-block;
	font-family: "DM Sans", system-ui, sans-serif;
	font-size: 15px;
	font-weight: 500;
	color: #0DB398;
	text-decoration: none;
}
.vsb-topic-card__lead:hover { text-decoration: underline; }

@media (max-width: 820px) {
	.vsb-topics-grid { grid-template-columns: 1fr 1fr; }
}
@media (max-width: 560px) {
	.vsb-topics-grid { grid-template-columns: 1fr; }
}
@media (prefers-reduced-motion: reduce) {
	.vsb-topic-card, .vsb-search, .vsb-search__btn { transition: none; }
	.vsb-topic-card:hover { transform: none; }
}



/* ==================================================================
   VSB Support — Home fixes
   1) Search input reset (kills the theme's "box inside a box")
   2) Multi-article link list styles for [vsb_topics links="3"]
   Add AFTER vsb-support-home.css so these win.
   ================================================================== */

/* ---- 1. Search input reset -------------------------------------- */
/* The theme styles input[type=search] with its own border/background.
   Reset it firmly and scope to .vsb-search so nothing else is touched. */
.vsb-search .vsb-search__input,
.vsb-search input[type="search"] {
	-webkit-appearance: none !important;
	appearance: none !important;
	border: 0 !important;
	outline: 0 !important;
	box-shadow: none !important;
	background: transparent !important;
	border-radius: 0 !important;
	height: auto !important;
	min-height: 0 !important;
	margin: 0 !important;
	padding: 12px 8px !important;
	font-family: "DM Sans", system-ui, sans-serif;
	font-size: 16px;
	line-height: 1.4;
	color: #1a1a1a;
}
.vsb-search .vsb-search__input:focus,
.vsb-search input[type="search"]:focus {
	border: 0 !important;
	outline: 0 !important;
	box-shadow: none !important;
}
/* Remove the native search clear/decoration in WebKit */
.vsb-search input[type="search"]::-webkit-search-decoration,
.vsb-search input[type="search"]::-webkit-search-cancel-button,
.vsb-search input[type="search"]::-webkit-search-results-button {
	-webkit-appearance: none;
}
/* Keep the container tidy */
.vsb-search { gap: 0; }

/* ---- 2. Multiple article links per card ------------------------- */
.vsb-topic-card__links {
	list-style: none;
	margin: 4px 0 0;
	padding: 0;
	display: grid;
	gap: 8px;
}
.vsb-topic-card__links li { margin: 0; }
.vsb-topic-card__links a {
	font-family: "DM Sans", system-ui, sans-serif;
	font-size: 15px;
	font-weight: 500;
	color: #0DB398;
	text-decoration: none;
	line-height: 1.4;
}
.vsb-topic-card__links a:hover { text-decoration: underline; }

/* ---- 3. "View all" button on each card -------------------------- */
/* Make the card a column so the button can pin to the bottom, keeping
   buttons aligned across a row even when article lists differ in length. */
.vsb-topic-card {
	display: flex;
	flex-direction: column;
	align-items: center;
}
.vsb-topic-card__all {
	margin-top: auto;      /* pushes the button to the bottom of the card */
	display: inline-flex;
	align-items: center;
	gap: 6px;
	padding: 9px 18px;
	border: 1px solid rgba(13, 179, 152, 0.45);
	border-radius: 999px;
	font-family: "DM Sans", system-ui, sans-serif;
	font-size: 14px;
	font-weight: 600;
	color: #0DB398;
	text-decoration: none;
	transition: background .15s ease, border-color .15s ease;
}
.vsb-topic-card__all:hover {
	background: #0DB398;
	border-color: #0DB398;
	color: #fff;
}
.vsb-topic-card__all svg { transition: transform .15s ease; }
.vsb-topic-card__all:hover svg { transform: translateX(2px); }
.vsb-topic-card__all:focus-visible { outline: 2px solid #0DB398; outline-offset: 2px; }

/* Give the links/lead a little breathing room above the button */
.vsb-topic-card__lead,
.vsb-topic-card__links { margin-bottom: 20px; }

@media (prefers-reduced-motion: reduce) {
	.vsb-topic-card__all, .vsb-topic-card__all svg { transition: none; }
	.vsb-topic-card__all:hover svg { transform: none; }
}/* End custom CSS */