:root {
--secondary: var(--brand-soft, var(--turquoise-200));
--secondary-foreground: var(--turquoise-900, var(--brand-deep));
}
.sitesalt-expertise-columns {
display: grid;
grid-template-columns: repeat(2, minmax(0, 1fr));
-moz-column-gap: 1.5rem;
column-gap: 1.5rem;
}
@media (min-width: 40rem) {
.sitesalt-expertise-columns {
-moz-column-gap: 2rem;
column-gap: 2rem;
}
}
.section-kicker {
color: var(--turquoise-800, var(--brand-deep)) !important;
}
.sitesalt-pricing-featured-button {
border: 1px solid rgba(255, 255, 255, 0.96);
background: #fff;
color: var(--foreground);
box-shadow: 0 16px 34px -24px rgba(0, 50, 73, 0.72);
}
.sitesalt-pricing-featured-button:hover {
background: var(--background);
color: var(--foreground);
transform: translateY(-1px);
}
.sitesalt-rich-text strong,
.sitesalt-rich-text b,
.prose-block strong,
.prose-block b,
main strong,
main b,
.site-footer strong,
.site-footer b {
font-weight: 700;
}
.sitesalt-rich-text a,
.prose-block a {
color: var(--secondary-foreground, var(--brand-deep));
font-weight: 700;
text-decoration-line: underline;
text-decoration-color: color-mix(in srgb, currentColor 38%, transparent);
text-decoration-thickness: 0.08em;
text-underline-offset: 0.18em;
}
.sitesalt-rich-text a:hover,
.prose-block a:hover {
color: var(--brand-deep);
text-decoration-color: currentColor;
}
.sitesalt-inline-link {
color: var(--secondary-foreground, var(--brand-deep));
font-weight: 700;
text-decoration-line: underline;
text-decoration-color: color-mix(in srgb, currentColor 38%, transparent);
text-decoration-thickness: 0.08em;
text-underline-offset: 0.18em;
}
.sitesalt-inline-link:hover {
color: var(--brand-deep);
text-decoration-color: currentColor;
}
.sitesalt-rich-text > :first-child {
margin-top: 0;
}
.sitesalt-rich-text > :last-child {
margin-bottom: 0;
}