.star-portal-service-banners{box-sizing:border-box;display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:20px;width:min(calc(100% - 32px),1220px);max-width:1220px;margin:32px auto;clear:both;font-family:inherit}
.star-portal-service-banners:has(> :only-child){grid-template-columns:minmax(0,1fr);max-width:760px}
@media(max-width:1023px){.star-portal-service-banners{grid-template-columns:minmax(0,1fr);gap:16px}}
@media print{.star-portal-service-banners{display:none!important}}
.star-portal-service-card,
.star-portal-service-card * {
	box-sizing: border-box;
}

/* Article typography must not justify, hyphenate or underline the house banner. */
.star-portal-service-card {
	display: grid;
	grid-template-columns: minmax(0, 1fr);
	align-items: center;
	gap: 16px;
	width: 100%;
	max-width: 100%;
	margin: 0;
	padding: 24px;
	border: 1px solid #d7e3da;
	border-radius: 18px;
	background: #fff;
	box-shadow: 0 6px 24px rgba(20, 83, 45, .04);
	font-family: inherit;
}

.star-portal-service-card--illustrated {
	grid-template-columns: minmax(0, 1fr) min(32%, 220px);
}

.star-portal-service-card .star-portal-service-card__copy {
	min-width: 0;
}

.star-portal-service-card :is(span, h2, p, a) {
	text-align: left !important;
	text-justify: auto !important;
	hyphens: none !important;
	-webkit-hyphens: none !important;
	word-break: normal;
	overflow-wrap: normal;
}

.star-portal-service-card .star-portal-service-card__label {
	display: block;
	margin: 0 0 8px;
	color: #536058;
	font-size: 10px;
	font-weight: 700;
	line-height: 1.4;
	letter-spacing: .1em;
	text-transform: uppercase;
}

.star-portal-service-card .star-portal-service-card__title {
	margin: 0 0 10px !important;
	padding: 0 !important;
	color: #171b18 !important;
	font-size: 28px !important;
	font-weight: 800;
	line-height: 1.15 !important;
	letter-spacing: -.025em;
}

.star-portal-service-card .star-portal-service-card__text {
	max-width: 40ch;
	margin: 0 0 18px;
	padding: 0;
	color: #536058;
	font-size: 15px;
	line-height: 1.55;
}

.star-portal-service-card .star-portal-service-card__button {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	gap: 12px;
	max-width: 100%;
	min-height: 46px;
	margin: 0;
	padding: 11px 16px;
	border: 1px solid #006b2d;
	border-radius: 10px;
	background: #006b2d;
	color: #fff;
	font-size: 14px;
	font-weight: 750;
	line-height: 1.4;
	letter-spacing: normal;
	white-space: normal;
	text-align: center !important;
	text-decoration: none !important;
	box-shadow: none;
}

.star-portal-service-card .star-portal-service-card__button:hover {
	background: #004d21;
	border-color: #004d21;
	color: #fff;
}

.star-portal-service-card .star-portal-service-card__button:focus-visible {
	outline: 3px solid #1b75d0;
	outline-offset: 4px;
}

/* Keep all house-banner CTAs legible through theme link rules and mobile tap feedback. */
body :is(.star-service-banners .star-service-banner__button, .star-portal-service-card .star-portal-service-card__button, .star-classifieds-article-banner .star-classifieds-article-banner__button) {
	color: #fff !important;
	-webkit-text-fill-color: #fff !important;
	background-color: #006b2d !important;
	background-image: none !important;
	border-color: #006b2d !important;
	opacity: 1 !important;
	filter: none !important;
	text-decoration: none !important;
	-webkit-tap-highlight-color: transparent;
	transition: background-color .15s ease, border-color .15s ease;
}
body :is(.star-service-banners .star-service-banner__button, .star-portal-service-card .star-portal-service-card__button, .star-classifieds-article-banner .star-classifieds-article-banner__button):is(:hover, :focus, :active) {
	color: #fff !important;
	-webkit-text-fill-color: #fff !important;
	background-color: #004d21 !important;
	border-color: #004d21 !important;
}
body :is(.star-service-banners .star-service-banner__button, .star-portal-service-card .star-portal-service-card__button, .star-classifieds-article-banner .star-classifieds-article-banner__button) > span {
	color: inherit !important;
	-webkit-text-fill-color: currentColor !important;
	opacity: 1 !important;
}
body :is(.star-service-banners .star-service-banner__button, .star-portal-service-card .star-portal-service-card__button, .star-classifieds-article-banner .star-classifieds-article-banner__button):focus-visible {
	outline: 3px solid #1b75d0 !important;
	outline-offset: 4px;
}
@media (prefers-reduced-motion: reduce) {
	body :is(.star-service-banners .star-service-banner__button, .star-portal-service-card .star-portal-service-card__button, .star-classifieds-article-banner .star-classifieds-article-banner__button) { transition: none; }
}

.star-portal-service-card .star-portal-service-card__image {
	display: block;
	width: 100%;
	max-width: 100%;
	height: auto;
	aspect-ratio: 1;
	object-fit: contain;
	margin: 0;
	border: 0;
	border-radius: 0;
}

@media (max-width: 479px) {
	.star-portal-service-card {
		padding: 20px 16px;
		gap: 6px;
	}
	.star-portal-service-card--illustrated {
		grid-template-columns: minmax(0, 1fr) 30%;
	}
	.star-portal-service-card .star-portal-service-card__title { font-size: 24px !important; }
	.star-portal-service-card .star-portal-service-card__text { font-size: 14px; }
	.star-portal-service-card .star-portal-service-card__button {
		padding: 11px 12px;
		font-size: 13px;
		gap: 8px;
	}
}
