@layer bricks {.brxe-shortcode{width:100%}}@layer bricks {.brxe-code{width:100%}}@layer bricks {@keyframes load8{0%{-webkit-transform:rotate(0deg);transform:rotate(0deg)}to{-webkit-transform:rotate(1turn);transform:rotate(1turn)}}@keyframes spin{to{-webkit-transform:rotate(1turn);transform:rotate(1turn)}}@keyframes scrolling{0%{opacity:1}to{opacity:0;-webkit-transform:translateY(10px);transform:translateY(10px)}}a.brxe-image{display:inline-block}figure.brxe-image{margin:0}:where(.brxe-image).tag{display:inline-block;height:fit-content;position:relative;width:auto}:where(.brxe-image).caption{position:relative}:where(.brxe-image).caption:has(figcaption.bricks-image-caption){overflow:hidden}:where(.brxe-image).overlay{position:relative}:where(.brxe-image).overlay:before{bottom:0;content:"";left:0;pointer-events:none;position:absolute;right:0;top:0}:where(.brxe-image):before{border-radius:inherit}:where(.brxe-image) a{border-radius:inherit;position:static;transition:inherit}:where(.brxe-image) picture{border-radius:inherit;transition:inherit}:where(.brxe-image) img{border-radius:inherit;height:100%;position:static!important;transition:inherit;width:100%}:where(.brxe-image) img.bricks-lazy-hidden+figcaption{display:none}:where(.brxe-image) .icon{color:#fff;font-size:60px;pointer-events:none;position:absolute;right:50%;text-align:center;top:50%;transform:translate(50%,-50%);z-index:5}:where(.brxe-image) .bricks-image-caption{background:linear-gradient(0deg,rgba(0,0,0,.5),rgba(0,0,0,.25) 70%,transparent);bottom:0;color:#fff;font-size:inherit;margin:0;padding:10px 15px;pointer-events:none;position:absolute;text-align:center;width:100%;z-index:1}}@layer bricks {.brxe-button{width:auto}}@layer bricks {:where(.brxe-heading).has-separator{align-items:center;display:inline-flex;gap:20px}:where(.brxe-heading)>[contenteditable]{display:inline-block;text-decoration:inherit}:where(.brxe-heading) .separator{border-top:1px solid;flex-grow:1;flex-shrink:0;height:1px}}#brxe-booawv {padding-top: 4px}#brxe-vpcuyf {text-transform: uppercase; font-weight: 800; font-size: var(--text-xl); letter-spacing: 3px; color: var(--primary)}#brxe-xaawds {color: var(--primary); font-weight: 700; text-align: center}#brxe-suissl {max-width: 600px; text-align: center; color: var(--light); margin-top: var(--space-xl)}Absolutely! Here are some CSS enhancements to make your form more modern and to center the reCAPTCHA widget.Add this CSS to your site (in the Customizer’s Additional CSS, in your child theme’s stylesheet, or inside a Bricks/Code element):css.sendy-signup-form-wrapper { background: rgba(255,255,255,0.95); border-radius: 16px; box-shadow: 0 4px 32px 0 rgba(40,40,60,0.15); padding: 2rem 2.5rem; max-width: 400px; margin: 2rem auto;} .sendy-signup-form { display: flex; flex-direction: column; gap: 1.3rem;} .sendy-form-group { display: flex; flex-direction: column; gap: 0.4rem;}.sendy-input { padding: 0.75em 1em; border: 1px solid #ccc; border-radius: 8px; font-size: 1.1em; transition: border 0.2s, box-shadow 0.2s; background: #fafbfc; height:50px; color:#000!important;} .sendy-input:focus { border-color: #55a89c; box-shadow: 0 0 0 2px #55a89c22; outline: none;}.sendy-label { font-weight: 500; letter-spacing: 0.03em; color: #ffffff!important; margin-bottom: 2px; font-size:var(--text-m);}.sendy-submit-button,.success-button{ padding: 0.85em 2.5em; background-color: #55a89c; color: #fff; border: none; border-radius: 8px; font-size: 1.15em; font-weight: 600; cursor: pointer; transition: background 0.22s, box-shadow 0.2s; box-shadow: 0 2px 8px 0 rgba(71,150,132,0.07);} .sendy-submit-button:hover,.sendy-submit-button:focus { background: #2a6a61;}.sendy-form-group .g-recaptcha { margin: 0 auto !important; display: flex; justify-content: center;}@media (max-width: 600px) { .sendy-signup-form-wrapper { padding: 1rem; max-width: 100%; }} .sendy-success{ background-color:var(--dark-80); padding:20px;} .success-button a{ color:#fff!important;} #brxe-kouxwd {align-self: flex-start !important}