﻿/*
 * SiteExpress custom adjustments
 *
 * Edit this file for small manual visual changes.
 * Keep selectors specific and avoid editing shared generic elements
 * unless the change is intentionally global.
 */

/* Text utilities */

.text-accent {
    color: var(--primary);
}
.sx-inner-hero__title .sx-home-slider__title {
    font-size: 2.5rem;
}
.scw-section-included .scw-included-grid {
    gap: 1px;
}

.scw-section-included .scw-included-card {
    margin: 0;
}

.scw-section-included .scw-included-card {
    background:
        url("../img/siteexpress/backgrounds/dark-opacity90.png")
        center / cover no-repeat;
    color: #fff;
    opacity: 0.9;
}

.scw-section-included .scw-included-card h3,
.scw-section-included .scw-included-card p {
    color: inherit;
}