/* SDM_V4173_ACCOUNT_LABEL_VISIBILITY_FIX */

/*
 * V4.17.2 corrected geometry. This patch only guarantees that the
 * customer-account icon/label remain visible inside the header action rail,
 * even when older/header rules apply color, opacity or font-size to buttons.
 */
body.sdm-storefront-v43
.sdm-header-actions-v4172
#sdmAccountTriggerV47A.sdm-account-trigger-v47a{
  color:#7b263a !important;
  -webkit-text-fill-color:#7b263a !important;
  font-size:11px !important;
  line-height:1 !important;
  opacity:1 !important;
  visibility:visible !important;
  filter:none !important;
  text-indent:0 !important;
  letter-spacing:normal !important;
}

body.sdm-storefront-v43
.sdm-header-actions-v4172
#sdmAccountTriggerV47A.sdm-account-trigger-v47a > span{
  display:inline-flex !important;
  align-items:center !important;
  justify-content:center !important;
  color:#7b263a !important;
  -webkit-text-fill-color:#7b263a !important;
  font-size:17px !important;
  line-height:1 !important;
  opacity:1 !important;
  visibility:visible !important;
  filter:none !important;
  text-indent:0 !important;
}

body.sdm-storefront-v43
.sdm-header-actions-v4172
#sdmAccountTriggerV47A.sdm-account-trigger-v47a > strong{
  display:inline-block !important;
  color:#7b263a !important;
  -webkit-text-fill-color:#7b263a !important;
  font-size:11px !important;
  font-weight:900 !important;
  line-height:1.1 !important;
  opacity:1 !important;
  visibility:visible !important;
  filter:none !important;
  text-indent:0 !important;
  white-space:nowrap !important;
}

/* The button must never become an empty-looking white capsule. */
body.sdm-storefront-v43
#sdmAccountTriggerV47A[data-sdm-v4173-visible="1"]{
  color:#7b263a !important;
  -webkit-text-fill-color:#7b263a !important;
}

/* Keep the mobile compact form readable too. */
@media(max-width:760px){
  body.sdm-storefront-v43
  .sdm-header-actions-v4172
  #sdmAccountTriggerV47A.sdm-account-trigger-v47a > span{
    font-size:17px !important;
  }

  body.sdm-storefront-v43
  .sdm-header-actions-v4172
  #sdmAccountTriggerV47A.sdm-account-trigger-v47a > strong{
    display:none !important;
  }
}
