/******* Do not edit this file *******
Simple Custom CSS and JS - by Silkypress.com
Saved: Aug 09 2026 | 15:38:45 */
/* ==========================================================
   CUSTOM GUITAR ATELIER — X LOGIN BUTTON ONLY

   Add as a SEPARATE CSS entry in Custom CSS & JS.
   Keep the original header CSS unchanged.
   Keep restore-original-social-login-shape.css active; it
   gives all three provider buttons room to wrap naturally.

   These selectors target only the injected X button on the
   My Account band and Login / Register popup. They do not alter
   Facebook, Google or either existing provider icon.
   ========================================================== */

body.woocommerce-account:not(.logged-in)
#main .my-account-header.page-title
.social-login >
a.button.social-button.cga-x-login[data-provider="twitter"],
body:not(.logged-in)
#login-form-popup.lightbox-content > .my-account-header.page-title
.social-login >
a.button.social-button.cga-x-login[data-provider="twitter"] {
  display: inline-block !important;
  box-sizing: border-box !important;
  width: auto !important;
  max-width: 100% !important;
  min-width: 24px !important;
  height: auto !important;
  min-height: 2.5em !important;
  margin: 5px 0 5px 1em !important;
  padding: 0 1.2em !important;
  color: #ffffff !important;
  background: #000000 !important;
  border-color: #000000 !important;
  border-radius: 999px !important;
  box-shadow: none !important;
  font-size: 0.97em !important;
  letter-spacing: 0.03em !important;
  line-height: 2.4em !important;
  text-align: center !important;
  text-decoration: none !important;
  text-shadow: none !important;
  text-transform: uppercase !important;
  vertical-align: middle !important;
  white-space: nowrap !important;
  transform: none !important;
}

body.woocommerce-account:not(.logged-in)
#main .my-account-header.page-title
.social-login >
a.button.social-button.cga-x-login[data-provider="twitter"]
> .cga-x-icon,
body:not(.logged-in)
#login-form-popup.lightbox-content > .my-account-header.page-title
.social-login >
a.button.social-button.cga-x-login[data-provider="twitter"]
> .cga-x-icon {
  position: relative !important;
  top: -1.5px !important;
  display: inline-block !important;
  width: 1em !important;
  height: 1em !important;
  margin: 0 0.4em 0 -0.15em !important;
  padding: 0 !important;
  fill: currentColor !important;
  line-height: 1.2 !important;
  vertical-align: middle !important;
  transform: none !important;
}

body.woocommerce-account:not(.logged-in)
#main .my-account-header.page-title
.social-login >
a.button.social-button.cga-x-login[data-provider="twitter"]
> span,
body:not(.logged-in)
#login-form-popup.lightbox-content > .my-account-header.page-title
.social-login >
a.button.social-button.cga-x-login[data-provider="twitter"]
> span {
  display: inline-block !important;
  color: inherit !important;
  line-height: 1.6 !important;
  white-space: nowrap !important;
}

@media (hover: hover) and (pointer: fine) {
  body.woocommerce-account:not(.logged-in)
  #main .my-account-header.page-title
  .social-login >
  a.button.social-button.cga-x-login[data-provider="twitter"]:hover,
  body:not(.logged-in)
  #login-form-popup.lightbox-content > .my-account-header.page-title
  .social-login >
  a.button.social-button.cga-x-login[data-provider="twitter"]:hover {
    color: #ffffff !important;
    background: #000000 !important;
    box-shadow:
      inset 0 0 0 100px rgba(255, 255, 255, 0.12) !important;
    transform: none !important;
  }
}

body.woocommerce-account:not(.logged-in)
#main .my-account-header.page-title
.social-login >
a.button.social-button.cga-x-login[data-provider="twitter"]:focus-visible,
body:not(.logged-in)
#login-form-popup.lightbox-content > .my-account-header.page-title
.social-login >
a.button.social-button.cga-x-login[data-provider="twitter"]:focus-visible {
  outline: 2px solid #000000 !important;
  outline-offset: 2px !important;
  box-shadow: none !important;
}

@media screen and (max-width: 549px) {
  body.woocommerce-account:not(.logged-in)
  #main .my-account-header.page-title
  .social-login >
  a.button.social-button.cga-x-login[data-provider="twitter"],
  body:not(.logged-in)
  #login-form-popup.lightbox-content > .my-account-header.page-title
  .social-login >
  a.button.social-button.cga-x-login[data-provider="twitter"] {
    margin: 5px 0 !important;
  }
}
