.elementor-kit-5{--e-global-color-primary:#211E18;--e-global-color-secondary:#413A2C;--e-global-color-text:#5C5446;--e-global-color-accent:#8A7862;--e-global-color-5417cfe:#C6B7A3;--e-global-color-ca52f91:#E0D6C7;--e-global-color-05c5d62:#F4F1EC;--e-global-color-c68dcb9:#FCFBF9;--e-global-color-15567d4:#4A4436;--e-global-typography-primary-font-family:"Schibsted Grotesk";--e-global-typography-primary-font-weight:600;--e-global-typography-secondary-font-family:"Schibsted Grotesk";--e-global-typography-secondary-font-weight:400;--e-global-typography-text-font-family:"Schibsted Grotesk";--e-global-typography-text-font-weight:400;--e-global-typography-accent-font-family:"Schibsted Grotesk";--e-global-typography-accent-font-weight:500;}.elementor-kit-5 e-page-transition{background-color:#FFBC7D;}.elementor-section.elementor-section-boxed > .elementor-container{max-width:1140px;}.e-con{--container-max-width:1140px;}.elementor-widget:not(:last-child){--kit-widget-spacing:20px;}.elementor-element{--widgets-spacing:20px 20px;--widgets-spacing-row:20px;--widgets-spacing-column:20px;}{}h1.entry-title{display:var(--page-title-display);}.site-header .site-branding{flex-direction:column;align-items:stretch;}.site-header{padding-inline-end:0px;padding-inline-start:0px;}.site-footer .site-branding{flex-direction:column;align-items:stretch;}@media(max-width:1024px){.elementor-section.elementor-section-boxed > .elementor-container{max-width:1024px;}.e-con{--container-max-width:1024px;}}@media(max-width:767px){.elementor-section.elementor-section-boxed > .elementor-container{max-width:767px;}.e-con{--container-max-width:767px;}}
/* Start custom CSS */.bellano-specs {
    display: flex;
    flex-direction: column;
}

.bellano-spec-row {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 12px 0;

}

.bellano-spec-row:last-child {
    border-bottom: none;
}

.bellano-spec-label {
    font-size: 13px;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    color: #9a8f7f; 
    font-weight: 500;
}

.bellano-spec-value {
    font-size: 16px;
    font-weight: 600;
    color: #1a1a1a;
    text-align: right;
}
.bellano-why-specify {
    display: flex;
    flex-wrap: wrap;
    gap: 40px;
}

.bellano-why-column {
    flex: 1 1 250px;
}

.bellano-why-number {
    display: block;
    font-size: 32px;
    font-weight: 700;
    color: rgba(255,255,255,0.4); /* muted against dark background */
    margin-bottom: 12px;
}

.bellano-why-title {
    font-size: 20px;
    font-weight: 700;
    color: #fff;
    margin-bottom: 8px;
}

.bellano-why-description {
    font-size: 15px;
    color: rgba(255,255,255,0.75);
    line-height: 1.5;
}/* End custom CSS */