/* Units-scoped general styles (from original theme), placed first for lower priority */

/* Headings */
.units h1 { font-size: 30px; }
.units h2 { font-size: 28px; }
.units h3 { font-size: 24px; }
.units h4 { font-size: 20px; }
.units h5 { font-size: 18px; }
.units h6 { font-size: 16px; }

@media screen and (min-width: 992px) {
	.units h1 { font-size: 34px; }
	.units h2 { font-size: 30px; }
	.units h3 { font-size: 26px; }
	.units h4 { font-size: 22px; }
	.units h5 { font-size: 20px; }
	.units h6 { font-size: 18px; }
}

/* Typography helpers */
.units b, .units strong { font-weight: 700; }

/* Title component */
.units .title { position: relative; margin-bottom: 30px; }
.units .title h1,
.units .title h2,
.units .title h3,
.units .title h4,
.units .title h5 { margin: 0; }
.units .title span { color: var(--bs-primary); }
.units .title p { margin: 0; margin-top: 8px; }
.units .title .btn { margin-top: 32px; }
.units .title .subtitle { font-family: 'SuisseIntlMono', monospace; margin: 0; text-transform: uppercase; font-size: 12px; }
.units .title .description { font-size: 18px; }
@media screen and (min-width: 992px){
	.units .title { margin-bottom: 50px; }
	.units .title .description { font-size: 21px; }
	.units .title .btn { margin-top: 50px; }
	.units .title .subtitle { font-size: 14px; }
}

/* Small uppercase text utility from theme */
.units .t-small { font-family: 'SuisseIntlMono', monospace; text-transform: uppercase; font-size: 14px; }

/* Module tabs base copied & scoped */
.units.module-tabs .tabs { min-height: 55px; }
.units.module-tabs .tabs .nav { margin: 0 -15px; padding: 0 15px; }

/* Buttons base copied & scoped (complements the specific .units .btn below) */
.units .btn { min-width: 150px; --bs-btn-padding-x: 30px; --bs-btn-padding-y: 10px; --bs-btn-font-weight: 500; border-radius: 30px; border: solid 1px #000; font-family: 'SuisseIntlMono', monospace; text-transform: uppercase; font-size: 14px; display: inline-flex; justify-content: space-between; align-items: center; }
.units .btn .arrow { display: inline-block; vertical-align: middle; content: ''; width: 25px; height: 8px; background: url("data:image/svg+xml,%3Csvg width='25' height='8' viewBox='0 0 25 8' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M21.1716 0.464442L24.3536 3.64642C24.5488 3.84168 24.5488 4.15827 24.3536 4.35353L21.1716 7.53551C20.9763 7.73077 20.6597 7.73077 20.4645 7.53551C20.2692 7.34025 20.2692 7.02366 20.4645 6.8284L22.7929 4.49998L-3.656e-07 4.49997L-2.78178e-07 3.49997L22.7929 3.49998L20.4645 1.17155C20.2692 0.976286 20.2692 0.659704 20.4645 0.464442C20.6597 0.269179 20.9763 0.269179 21.1716 0.464442Z' fill='black'/%3E%3C/svg%3E%0A") no-repeat center; background-size: contain; transition: all 0.3s; margin-left: 5px; }
.units .btn:hover .arrow { filter: invert(1); }

/* Units module specific styles extracted from original theme */

.section.units{
	background-color: #fff;
}

.units .buttons{
	display: flex;
	gap: 15px;
}

.units .img-placeholders{
	display: block;
	margin: 0 auto;
}

.units .legal p{
	font-size: 10px;
	color: #656565;
	text-transform: uppercase;
}

.units.module-tabs .tabs .nav{
	white-space: normal;
	flex-wrap: wrap;
	margin: 0;
}

.units.module-tabs .buttons{
	margin: 30px 0;
}

.units.module-tabs .tabs .nav li a{
	font-size: 12px;
	padding: 3px 10px;
}

.units .tab-content article .title h2{
	text-transform: uppercase;
	font-size: 21px;
}
.units .tab-content article .title p{
	color: #656565;
}
.units .tabs article ul li{
	display: flex;
	justify-content: space-between;
	border-top: solid 1px var(--bs-dark);
	padding: 10px 0;
}

.units .content-unit ul li,
.units .content-unit-mobile ul li{
	display: flex;
	justify-content: space-between;
	border-top: 0;
	border-bottom: solid 1px var(--bs-dark);
	padding: 10px 0;
}

@media screen and (min-width: 992px){
	.units.module-tabs .tabs .data .buttons{
		position: relative;
		display: flex;
	}
	.units.module-tabs .tabs .nav{
		margin-left: 0;
	}
}

@media screen and (max-width: 992px){
	.section.units .buttons .btn{
		margin-bottom: 32px;
	}
}

.units.module-tabs .tabs .nav li a.active, .module-tabs .tabs .nav li a:hover {
    color: #fff;
    background: #9d8ef7;
    border-color: #9d8ef7;
}

.units.module-tabs .tabs .nav li a {
    display: block;
    position: relative;
    border: solid 1px #000;
    border-radius: 40px;
}

.units.module-tabs .tabs .nav {
    padding: 0 15px;
    overflow: auto;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    gap: 10px;
    scrollbar-width: none;
    scroll-behavior: smooth;
    width: 100%;
}

.units .btn {
    min-width: 150px;
    --bs-btn-padding-x: 30px;
    --bs-btn-padding-y: 10px;
    --bs-btn-font-weight: 500;
    border-radius: 30px;
    border: solid 1px #000;
    font-family: 'SuisseIntlMono', monospace;
    text-transform: uppercase;
    font-size: 14px;
    display: inline-flex;
    justify-content: space-between;
    align-items: center;
}