article h2,
article h3 {
	font-family: system-ui;
	font-weight: bold;
}

.w-100 {
	width: 100%;
}

.top-banner{
	background-attachment: fixed;
	margin-bottom: -40px;
}
.top-banner .color-scheme-light h1,
.top-banner .color-scheme-light p,
.top-banner .color-scheme-light li,
.top-banner .info-box-content {
	color: #fff!important;
	font-weight: bold;
	text-shadow: 0 0 10px #001;
}

.top-banner h1 {
  font-size: 2em;
  font-family: system-ui;
}

.top-banner .wd-info-box {
    background: #fff2;
    border-radius: 6px;
    border: 1px solid #fff;
}

.top-banner .btn {
	text-transform: none;
	font-size: 1em;
  font-weight: 700;
  padding-block: 1.5em;
}

.top-banner .btn-red {
	background: #CC0000!important;
}

.rc-bordered-row h3 {
	margin-block: 10px;
}

.rc-bordered-row .wd-button-wrapper {
	margin-bottom: 30px;
}

#filter_section .wd-info-box {
	margin-bottom: 10px;
}

.rc-grey-row .wd-info-box {
	background: #fff;
}

.model-features-card {
	position: relative;
	border: 1px solid #ccc;
	border-radius: 10px;
	padding: 10px 10px 10px 20px;
}
.model-features-card pre {
	position: absolute;
    right: 10px;
    top: 10px;
    border-radius: 8px;
    padding: 5px 15px;
}
.model-features-card .columns{
	column-count: 2;
	gap: 1rem;
}
.model-features-card .columns>div {
	break-inside: avoid;
}
.model-features-card h4 {
	margin-bottom: 2px;
}

#benefits {
	padding-bottom: 2rem;
}
#filter_section {
	margin-top: 2rem;
}
#filter_result_price {
	font-size: 2rem;
}
#filter_result_price,
#filter_result_title {
	font-weight: bold;
	margin-bottom: 0;
}
@media(min-width: 921px){
	.top-banner h1{
		font-size: 3rem;
	}
}

.overtitle {
	text-align: center;
    font-weight: bold;
    font-size: 0.8rem;
    margin-top: var(--wd-tags-mb, 20px);
    letter-spacing: 1px;
}

.horizontal-selector{
	display: flex;
	gap: 10px;
	flex-wrap: wrap;
	margin-bottom: 1rem;
}

.horizontal-selector .title{
	font-weight: bold;
	width: 100%;
	margin-bottom: 0;
}

/* Hide the native radio circle completely */
.horizontal-selector input[type=radio] {
  display: none;
}

/* Style labels to look like horizontal clickable buttons */
.horizontal-selector label {
	flex-grow: 1;
    flex-basis: 20%;
    white-space: normal;
    border: 1px solid #ccc;
    padding: 8px;
    margin: 0;
    text-align: center;
    line-height: 1.2;
    cursor: pointer;
    border-radius: 5px;
    transition: background-color 0.2s, color 0.2s;
}

/* Active style applied when the hidden radio button is :checked */
.horizontal-selector label:has(input[type=radio]:checked) {
  background-color: var(--wd-primary-color);
  border-color: var(--wd-primary-color);
  color: #fff;
  font-weight: 600;
}

/* Hover feedback */
.horizontal-selector label:hover {
  background-color: rgba(255, 255, 255, 0.5);
}

.horizontal-selector label>small {
	display: block;
}

.vc_message_box {
	display: flex;
  gap: 10px;
  justify-content: center;
  border: 1px solid #ccc;
  border-radius: 10px;
  color: var(--wd-entities-title-color);
  background: #F3F7FA;
  padding-block: 1.5em;
}

.vc_message_box p {
	margin-bottom: 0;
}

#rc_promo_filter button {
	margin-top: 1rem;
}

.promo-price {
	font-size: 1.5em;
	line-height: 1.25;
	color: var(--wd-primary-color);
}

#promo_variants p,
#promo_variants .wd-images-gallery {
	margin-bottom: 5px;
}

#promo_variants .wd-images-gallery .wd-btn-arrow {
	background: #fff4;
    border-radius: 3em;
}

#promo_variants .price-overtitle {
	text-align: left;
}

#promo_variants .price-row {
	display: flex;
	gap: 5px;
	justify-content: space-between;
}

#promo_variants .price-row:last-of-type{
	margin-bottom: 5px;
}

#promo_variants .price-row + .price-row {
	border-top: .1px solid #ccc;
}

#promo_variants .price-row p {
	margin-bottom: 0;
	font-size: .8rem;
}

#promo_variants .price-row .price {
	flex-shrink: 0;
	color: inherit;
}

#promo_variants h3 {
	margin-bottom: 5px;
}

#promo_variants .price-overtitle {
	margin: 5px 0;
	font-weight: bold;
    font-size: 0.8rem;
}

#how .wd-info-box .info-box-icon {
	width: 1.2em;
    line-height: 1.2em;
    display: inline-block;
    border-radius: 2em;
    background: var(--wd-primary-color);
    color: #fff;
    text-align: center;
}

#how .wd-info-box.last {
	border: 1px solid var(--wd-primary-color);
}

@media(min-width: 521px) {
	.rc-bordered-row .wd-button-wrapper {
		margin-bottom: 0;
	}
}

@media(min-width: 1201px) {
	.wpcf7 form {
		column-count: 2;
	}
	
	.wpcf7 p:has(.wpcf7-form-control-wrap[data-name="privacy-policy"]) {
		break-before: column;
	}
}