.elementor-852 .elementor-element.elementor-element-f7860af{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;}.elementor-852 .elementor-element.elementor-element-573e60ff{--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 );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 );}.elementor-852 .elementor-element.elementor-element-5437691{--display:flex;}.elementor-852 .elementor-element.elementor-element-d9ceb52{--display:flex;}.elementor-852 .elementor-element.elementor-element-6a765f5{--display:flex;}.elementor-852 .elementor-element.elementor-element-0c6a49f{--display:flex;}.elementor-852 .elementor-element.elementor-element-e7f31fc{--display:flex;}/* Start custom CSS for text-editor, class: .elementor-element-1713efee */.woocommerce-MyAccount-content br,
.woocommerce-MyAccount-navigation br {
    display: none !important;
}

/* Modern tabs – vertical stack (default WooCommerce behavior) */
.woocommerce-MyAccount-navigation ul {
    list-style-type: none;
    list-style: none;
    margin: 0;
    padding: 0;
    display: block; /* Keeps each tab on its own line */
}
.woocommerce-MyAccount-navigation li {
    list-style-type: none;
    background: #f1f1f1;
    padding: 12px 16px;
    margin-bottom: 6px;
    border-radius: 6px;
    font-weight: 500;
    transition: background 0.2s ease;
    color:#fff;
}
.woocommerce-MyAccount-navigation li.is-active a {
    color:#fff;
}
.woocommerce-MyAccount-navigation li.is-active {
    background: #BB1919;
    color: #fff;
}
.woocommerce-MyAccount-navigation li:hover:not(.is-active) {
    background: #e5e5e5;
}

/* Content area – clean card style */
.woocommerce-MyAccount-content {
    background: #fff;
    padding: 24px;
    border: 1px solid #eee;
    border-radius: 8px;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.05);
    margin-top: 20px;
}

/* Optional: Responsive padding */
@media (max-width: 768px) {
    .woocommerce-MyAccount-content {
        padding: 16px;
    }
}


.woocommerce-MyAccount-content
  .woocommerce-Address-title.title
  p
  a {
    background-color: #BB1919 !important;
    border-radius: 4px !important;
    padding: 5px !important;
    color: #fff !important;
    text-decoration: none !important; /* optional – clean look */
    display: inline-block !important;   /* makes padding work */
}

.woocommerce-MyAccount-content
  .woocommerce-Address-title.title
  p
  a:hover {
    background-color: #d32f2f !important;   /* lighter red */
}

.woocommerce-MyAccount-content
  .u-column1.woocommerce-Address address,
.woocommerce-MyAccount-content
  .u-column2.woocommerce-Address address {
    /* Reset <br> spacing */
    line-height: 1.7 !important;
    margin: 1rem 0 !important;
    padding: 0 !important;
    font-style: normal !important;
}

/* Convert <br> into proper rows */
.woocommerce-MyAccount-content
  .u-column1.woocommerce-Address address br,
.woocommerce-MyAccount-content
  .u-column2.woocommerce-Address address br {
    display: block !important;
    content: "" !important;
    margin-bottom: .35rem !important;
}

/* Optional: make each line bolder / larger */
.woocommerce-MyAccount-content
  .u-column1.woocommerce-Address address,
.woocommerce-MyAccount-content
  .u-column2.woocommerce-Address address {
    display: flex !important;
    flex-direction: column !important;
    gap: .4rem !important;
    font-size: .98rem !important;
    color: #333 !important;
}

.woocommerce-MyAccount-navigation
  li.woocommerce-MyAccount-navigation-link.woocommerce-MyAccount-navigation-link--wps_subscriptions {
    display: none !important;
}/* End custom CSS */