/* Fix brand link color: WINE should be red #d71840, RE is already gold via inline style */
.elementor-element-42e370b a,
.elementor-element-42e370b a:visited {
    color: #d71840 !important;
    text-decoration: none !important;
}

/* Header section subtle shadow like original */
.elementor-element-8c8b4d1 {
    box-shadow: rgba(0, 0, 0, 0.2) 0px 0px 10px 0px;
}

/* Remove Astra container padding that creates side borders */
.ast-container {
    padding-left: 0 !important;
    padding-right: 0 !important;
}

/* Remove any body background tint */
body {
    background-color: #fff !important;
}
