.elementor-2905 .elementor-element.elementor-element-6484895a{--display:flex;}.elementor-widget-text-editor{font-family:var( --e-global-typography-text-font-family ), Sans-serif;font-weight:var( --e-global-typography-text-font-weight );line-height:var( --e-global-typography-text-line-height );color:var( --e-global-color-text );}.elementor-widget-text-editor.elementor-drop-cap-view-stacked .elementor-drop-cap{background-color:var( --e-global-color-primary );}.elementor-widget-text-editor.elementor-drop-cap-view-framed .elementor-drop-cap, .elementor-widget-text-editor.elementor-drop-cap-view-default .elementor-drop-cap{color:var( --e-global-color-primary );border-color:var( --e-global-color-primary );}@media(max-width:1540px){.elementor-widget-text-editor{line-height:var( --e-global-typography-text-line-height );}}@media(max-width:1024px){.elementor-widget-text-editor{line-height:var( --e-global-typography-text-line-height );}}@media(max-width:479px){.elementor-widget-text-editor{line-height:var( --e-global-typography-text-line-height );}}/* Start custom CSS for text-editor, class: .elementor-element-2ff4e19a *//* WooCommerce: "Change address" in Shipping box */
.woocommerce a.shipping-calculator-button,
.woocommerce .shipping-calculator-button,
.cart_totals .shipping-calculator-button,
.woocommerce-shipping-totals .shipping-calculator-button {
  color: #000 !important;              /* text color → black */
}

/* If your theme styles it like a disabled/grey button, un-dim it */
.woocommerce .shipping-calculator-button.button,
.woocommerce .shipping-calculator-button:disabled,
.woocommerce .shipping-calculator-button.disabled {
  opacity: 1 !important;
  pointer-events: auto !important;
}

/* Optional: give it a visible outline instead of blending in */
.woocommerce .shipping-calculator-button.button {
  background: transparent !important;
  border: 1px solid #000 !important;
}/* End custom CSS */