.rbr-ae-card {
    background: #fff;
    border: 1px solid #dbe7df;
    border-radius: 8px;
    padding: 30px;
    box-shadow: 0 18px 50px rgba(15, 42, 28, .08);
}

.rbr-ae-card--plain {
    background: transparent;
    border: 0;
    box-shadow: none;
    padding: 0;
}

.rbr-ae-title-breadcrumb {
    margin: 0 0 14px;
    color: #14532d;
    font-size: 14px;
    font-weight: 800;
}

.rbr-ae-title-breadcrumb a {
    color: inherit;
    text-decoration: none;
}

.rbr-ae-title-kicker {
    margin: 0 0 12px;
    color: #0e7490;
    font-size: 15px;
    font-weight: 900;
    letter-spacing: .04em;
    text-transform: uppercase;
}

.rbr-ae-title-heading {
    margin: 0;
    color: #10201b;
    font-size: clamp(34px, 5vw, 62px);
    font-weight: 900;
    line-height: 1.05;
}

.rbr-ae-price-actions {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    gap: 22px;
}

.rbr-ae-price-actions--fill,
.elementor-widget-rbr_ae_price_actions,
.elementor-widget-rbr_ae_price_actions > .elementor-widget-container {
    height: 100%;
}

.rbr-ae-price {
    color: #14532d;
    font-size: clamp(34px, 4vw, 58px);
    font-weight: 900;
    line-height: 1;
}

.rbr-ae-actions {
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
}

.rbr-ae-action,
.rbr-ae-contact-button {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 48px;
    border-radius: 8px;
    padding: 13px 18px;
    color: #fff;
    font-weight: 900;
    line-height: 1.1;
    text-align: center;
    text-decoration: none;
}

.rbr-ae-action:hover,
.rbr-ae-contact-button:hover {
    color: #fff;
}

.rbr-ae-action-primary,
.rbr-ae-contact-button {
    background: #14532d;
}

.rbr-ae-action-secondary {
    background: #10201b;
}

.rbr-ae-price-note,
.rbr-ae-contact-text {
    margin: 0;
    color: #52655c;
    font-size: 18px;
    line-height: 1.5;
}

.rbr-ae-text-title,
.rbr-ae-feature-title,
.rbr-ae-contact-title {
    margin: 0 0 18px;
    color: #14532d;
    font-size: 30px;
    line-height: 1.15;
}

.rbr-ae-text-content {
    color: #52655c;
    font-size: 18px;
    line-height: 1.55;
}

.rbr-ae-text-content > :first-child {
    margin-top: 0;
}

.rbr-ae-text-content > :last-child {
    margin-bottom: 0;
}

.rbr-ae-feature-list {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 10px;
}

.rbr-ae-feature-item {
    display: flex;
    align-items: center;
    gap: 11px;
    min-height: 64px;
    padding: 12px 14px;
    border: 1px solid #dbe7df;
    border-radius: 8px;
    background: #f8fbf9;
    color: #10201b;
    font-weight: 900;
    line-height: 1.2;
}

.rbr-ae-feature-badge {
    display: grid;
    flex: 0 0 auto;
    place-items: center;
    width: 38px;
    height: 38px;
    border-radius: 8px;
    background: #0e7490;
    color: #fff;
    font-size: 11px;
    font-weight: 900;
    line-height: 1;
}

.rbr-ae-feature-list--no-icons .rbr-ae-feature-item {
    display: block;
}

.rbr-ae-contact-card {
    display: flex;
    flex-direction: column;
    gap: 16px;
}

.rbr-ae-contact-title {
    margin-bottom: 0;
}

.rbr-ae-contact-button {
    align-self: flex-start;
}

.rbr-ae-specs {
    background: #fff;
    border: 1px solid #dbe7df;
    border-radius: 8px;
    padding: 30px;
}

.rbr-ae-specs-title {
    margin: 0 0 22px;
    color: #14532d;
    font-size: 30px;
    line-height: 1.15;
}

.rbr-ae-spec-grid,
.rbr-ae-icon-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 10px;
}

.rbr-ae-spec-item {
    display: grid;
    gap: 5px;
    min-height: 64px;
    padding: 14px 16px;
    border: 1px solid #dbe7df;
    border-radius: 8px;
    background: #f8fbf9;
}

.rbr-ae-spec-label,
.rbr-ae-icon-label {
    display: block;
    color: #607169;
    font-size: 12px;
    font-weight: 800;
    line-height: 1.2;
    text-transform: uppercase;
}

.rbr-ae-spec-value,
.rbr-ae-icon-value {
    display: block;
    color: #10201b;
    font-size: 17px;
    font-weight: 800;
    line-height: 1.2;
    overflow-wrap: anywhere;
}

.rbr-ae-icon-item {
    display: grid;
    grid-template-columns: auto minmax(0, 1fr);
    gap: 12px;
    align-items: center;
    min-height: 64px;
    padding: 12px 14px;
    border: 1px solid #dbe7df;
    border-radius: 8px;
    background: #f8fbf9;
}

.rbr-ae-icon-badge {
    display: grid;
    place-items: center;
    width: 42px;
    height: 42px;
    border-radius: 8px;
    background: #0e7490;
    color: #fff;
    font-size: 11px;
    font-weight: 900;
}

.rbr-ae-icon-item--no-icon .rbr-ae-icon-text {
    grid-column: 1 / -1;
}

.rbr-ae-icon-badge svg,
.rbr-ae-custom-badge svg {
    display: block;
    width: 24px;
    height: 24px;
}

.rbr-ae-empty {
    padding: 14px;
    border: 1px dashed #cbd5e1;
    border-radius: 8px;
    color: #64748b;
    background: #f8fafc;
}

.rbr-ae-custom-values {
    background: #fff;
    border: 1px solid #dbe7df;
    border-radius: 8px;
    padding: 30px;
}

.rbr-ae-custom-title {
    margin: 0 0 22px;
    color: #14532d;
    font-size: 30px;
    line-height: 1.15;
}

.rbr-ae-custom-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 10px;
}

.rbr-ae-custom-item {
    display: grid;
    grid-template-columns: auto minmax(0, 1fr);
    gap: 8px 12px;
    align-items: center;
    min-height: 64px;
    padding: 12px 14px;
    border: 1px solid #dbe7df;
    border-radius: 8px;
    background: #f8fbf9;
    overflow: hidden;
}

.rbr-ae-custom-badge {
    display: grid;
    place-items: center;
    width: 42px;
    height: 42px;
    border-radius: 8px;
    background: #0e7490;
    color: #fff;
    font-size: 11px;
    font-weight: 900;
    line-height: 1;
    text-transform: uppercase;
}

.rbr-ae-custom-label {
    display: block;
    grid-column: 1 / -1;
    min-width: 0;
    color: #607169;
    font-size: 12px;
    font-weight: 800;
    line-height: 1.2;
    text-transform: uppercase;
    text-align: left;
    overflow-wrap: normal;
    word-break: normal;
}

.rbr-ae-custom-value {
    display: block;
    min-width: 0;
    color: #10201b;
    font-size: 17px;
    font-weight: 800;
    line-height: 1.2;
    text-align: left;
    overflow-wrap: break-word;
    word-break: normal;
    hyphens: auto;
}

.rbr-ae-custom-item--no-icon .rbr-ae-custom-value {
    grid-column: 1 / -1;
}

.rbr-ae-dimensions {
    background: #fff;
    border: 1px solid #dbe7df;
    border-radius: 8px;
    padding: 30px;
}

.rbr-ae-dim-title {
    margin: 0 0 22px;
    color: #14532d;
    font-size: 30px;
    line-height: 1.15;
}

.rbr-ae-dim-visual {
    position: relative;
    margin: 0 0 22px;
    border: 1px solid #dbe7df;
    border-radius: 8px;
    background: #f4fbf7;
    overflow: hidden;
}

.rbr-ae-dim-svg {
    display: block;
    width: 100%;
    height: auto;
    min-height: 280px;
    color: #0f766e;
    font-family: inherit;
}

.rbr-ae-dim-svg--perspective {
    min-height: 320px;
}

.rbr-ae-dim-panel {
    fill: rgba(255, 255, 255, .44);
    stroke: rgba(15, 118, 110, .12);
}

.rbr-ae-dim-body,
.rbr-ae-dim-front-body {
    fill: rgba(255, 255, 255, .62);
    stroke: currentColor;
    stroke-width: 4;
    stroke-linejoin: round;
}

.rbr-ae-dim-window-shape,
.rbr-ae-dim-front-window {
    fill: rgba(14, 116, 144, .09);
    stroke: currentColor;
    stroke-width: 2;
    stroke-linejoin: round;
}

.rbr-ae-dim-wheel-svg {
    fill: #fff;
    stroke: currentColor;
    stroke-width: 5;
}

.rbr-ae-dim-wheel-inner,
.rbr-ae-dim-dot,
.rbr-ae-dim-fill {
    fill: currentColor;
}

.rbr-ae-dim-guide {
    stroke: rgba(16, 32, 27, .28);
    stroke-width: 1.5;
    stroke-dasharray: 4 4;
}

.rbr-ae-dim-measure,
.rbr-ae-dim-stroke {
    stroke: currentColor;
    stroke-width: 3;
    stroke-linecap: round;
}

.rbr-ae-dim-measure-label {
    fill: #10201b;
    font-size: 15px;
    font-weight: 900;
    text-anchor: middle;
    text-transform: uppercase;
}

.rbr-ae-dim-measure-label--vertical {
    dominant-baseline: middle;
    text-anchor: start;
}

.rbr-ae-dim-ground {
    fill: rgba(15, 23, 42, .13);
}

.rbr-ae-dim-ground--perspective {
    fill: rgba(15, 23, 42, .12);
}

.rbr-ae-dim-car-3q {
    transform-box: fill-box;
    transform-origin: center;
}

.rbr-ae-dim-3q-side,
.rbr-ae-dim-3q-front {
    stroke: #c6ced1;
    stroke-width: 3;
    stroke-linejoin: round;
}

.rbr-ae-dim-3q-bonnet {
    fill: rgba(255, 255, 255, .36);
    stroke: rgba(15, 23, 42, .16);
    stroke-width: 2;
    stroke-linejoin: round;
}

.rbr-ae-dim-body-real,
.rbr-ae-dim-front-body-real {
    stroke: #c6ced1;
    stroke-width: 3;
    stroke-linejoin: round;
}

.rbr-ae-dim-body-soft {
    fill: rgba(148, 163, 184, .22);
}

.rbr-ae-dim-window-real,
.rbr-ae-dim-front-window-real {
    stroke: rgba(15, 23, 42, .35);
    stroke-width: 2;
    stroke-linejoin: round;
    opacity: .75;
}

.rbr-ae-dim-window-real--3q,
.rbr-ae-dim-windshield {
    opacity: .86;
}

.rbr-ae-dim-detail {
    fill: none;
    stroke: rgba(15, 23, 42, .18);
    stroke-width: 2;
    stroke-linecap: round;
}

.rbr-ae-dim-detail--3q,
.rbr-ae-dim-door-handle {
    fill: none;
    stroke: rgba(15, 23, 42, .2);
    stroke-width: 2;
    stroke-linecap: round;
}

.rbr-ae-dim-door-handle {
    stroke-width: 3;
}

.rbr-ae-dim-grille {
    fill: rgba(15, 23, 42, .6);
}

.rbr-ae-dim-headlight {
    fill: rgba(255, 255, 255, .82);
    stroke: rgba(15, 23, 42, .13);
    stroke-width: 1;
}

.rbr-ae-dim-mirror {
    fill: #dbe4e7;
    stroke: #a9b7bc;
    stroke-width: 2;
}

.rbr-ae-dim-light {
    fill: rgba(15, 23, 42, .34);
}

.rbr-ae-dim-light--rear {
    fill: rgba(220, 38, 38, .45);
}

.rbr-ae-dim-wheel-real circle:first-child {
    fill: #111827;
}

.rbr-ae-dim-wheel-real circle:nth-child(2) {
    fill: #d7dde0;
    stroke: #f8fafc;
    stroke-width: 7;
}

.rbr-ae-dim-wheel-real circle:nth-child(3) {
    fill: #374151;
}

.rbr-ae-dim-wheel-real ellipse:nth-child(2) {
    fill: #d7dde0;
    stroke: #f8fafc;
    stroke-width: 8;
}

.rbr-ae-dim-wheel-real ellipse:nth-child(3) {
    fill: #374151;
}

.rbr-ae-dim-front-wheel {
    fill: #111827;
}

.rbr-ae-dim-measure--arrow {
    marker-start: inherit;
    marker-end: inherit;
}

.rbr-ae-dim-big-label {
    fill: #111827;
    font-size: 38px;
    font-weight: 900;
    letter-spacing: .02em;
    text-anchor: middle;
}

.rbr-ae-dim-small-label {
    fill: #111827;
    font-size: 20px;
    font-weight: 900;
    text-anchor: middle;
    text-transform: uppercase;
}

.rbr-ae-dim-vertical-label {
    fill: #111827;
    font-size: 24px;
    font-weight: 900;
    text-transform: uppercase;
    writing-mode: sideways-rl;
    text-anchor: middle;
}

.rbr-ae-dim-width-label {
    font-size: 19px;
}

.rbr-ae-dim-note {
    margin: 0 0 18px;
    padding: 12px 14px;
    border: 1px solid #dbe7df;
    border-radius: 8px;
    background: #f8fbf9;
    color: #52655c;
    font-size: 14px;
    line-height: 1.45;
}

.rbr-ae-dimension-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 10px;
}

.rbr-ae-dim-item {
    display: grid;
    gap: 5px;
    min-height: 64px;
    padding: 12px 14px;
    border: 1px solid #dbe7df;
    border-radius: 8px;
    background: #f8fbf9;
}

.rbr-ae-dim-label {
    display: block;
    color: #607169;
    font-size: 12px;
    font-weight: 800;
    line-height: 1.2;
    text-transform: uppercase;
}

.rbr-ae-dim-value {
    display: block;
    color: #10201b;
    font-size: 17px;
    font-weight: 800;
    line-height: 1.2;
    overflow-wrap: anywhere;
}

@media (max-width: 767px) {
    .rbr-ae-spec-grid,
    .rbr-ae-custom-grid,
    .rbr-ae-dimension-grid,
    .rbr-ae-feature-list {
        grid-template-columns: 1fr;
    }

    .rbr-ae-actions,
    .rbr-ae-action {
        width: 100%;
    }

    .rbr-ae-dim-visual {
        min-height: 0;
    }

    .rbr-ae-dim-svg {
        min-height: 210px;
    }

    .rbr-ae-dim-measure-label {
        font-size: 13px;
    }

    .rbr-ae-dim-big-label {
        font-size: 46px;
    }

    .rbr-ae-dim-small-label,
    .rbr-ae-dim-vertical-label {
        font-size: 20px;
    }
}
