/* ===== Mocha Shop v1.0.36 — pay icons, social, header auth position ===== */

/* Payment brand icons */
.mc-pay-icons {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 8px;
}

.mc-pay-icon {
  display: inline-flex;
  width: 48px;
  height: 32px;
  border-radius: 4px;
  overflow: hidden;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.08);
  background: #fff;
}

.mc-pay-icon svg {
  width: 100%;
  height: 100%;
  display: block;
}

.mc-pay-icons--footer .mc-pay-icon,
.mc-payment-trust .mc-pay-icon {
  width: 44px;
  height: 28px;
}

.mc-pay-icons--hero .mc-pay-icon {
  width: 52px;
  height: 34px;
}

.mc-shop-home__pay-row,
.mc-shop-home__social-row {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 10px 14px;
  margin-top: 14px;
}

.mc-shop-home__pay-label {
  font-size: 11px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.05em;
  color: var(--ms-color-muted, #6b7280);
}

/* Social links */
.mc-social-links {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 8px;
}

.mc-social-links__item {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 36px;
  height: 36px;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.12);
  color: #fff;
  text-decoration: none !important;
  transition: background 0.15s ease, transform 0.15s ease;
}

.mc-social-links--hero .mc-social-links__item {
  background: #fff;
  color: var(--ms-color-ink, #191c1d);
  border: 1px solid var(--ms-color-line, #e7e8e9);
}

.mc-social-links__item svg {
  width: 18px;
  height: 18px;
}

.mc-social-links__item:hover {
  transform: translateY(-1px);
  background: rgba(255, 255, 255, 0.22);
}

.mc-social-links--hero .mc-social-links__item:hover {
  background: #f4f6f8;
}

.ms-footer-social {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 8px;
  margin-bottom: 12px;
}

.ms-footer-social .mc-social-links__email {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 36px;
  height: 36px;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.12);
  color: #fff;
  text-decoration: none;
}

.mc-pay-icons--footer-col {
  margin-top: 4px;
}

/* Header auth — beside cart */
.site-header .site-header-cart {
  display: flex !important;
  align-items: center;
  gap: 10px;
  flex-wrap: nowrap;
}

.mc-header-auth {
  position: static !important;
  margin: 0 !important;
  order: -1;
  flex-shrink: 0;
}

@media (min-width: 769px) {
  .site-header .col-full {
    position: relative;
  }
}

/* Payment trust bar in footer */
.mc-payment-trust {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 10px 14px;
  width: 100%;
}

.mc-payment-trust__label {
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.04em;
  font-size: 10px;
}

.mc-payment-trust__note {
  opacity: 0.8;
  font-size: 11px;
  margin-left: auto;
}

/* Cart / account */
.mc-cart-empty__actions {
  text-align: center;
  margin: 16px 0 24px;
}

.mc-cart-empty__cta {
  background: var(--ms-color-primary, #0b4f6c) !important;
  color: #fff !important;
  border-radius: 999px !important;
  padding: 12px 24px !important;
}

.mc-account-sso-banner {
  background: #f4f8fb;
  border: 1px solid #e7e8e9;
  border-radius: 12px;
  padding: 16px 18px;
  margin-bottom: 20px;
}

.mc-account-sso-banner p {
  margin: 0 0 12px;
  font-size: 14px;
}

.mc-account-sso-banner__alt {
  margin: 10px 0 0 !important;
  font-size: 13px;
}

body.woocommerce-account:not(.logged-in) .woocommerce-form-login {
  display: none;
}

body.woocommerce-account:not(.logged-in) .woocommerce-form-login.mc-wc-login--visible {
  display: block;
}

body.woocommerce-account:not(.logged-in) #customer_login > .u-column1 > h2 {
  display: none;
}

body.woocommerce-account:not(.logged-in) #customer_login > .u-column1 > h2.mc-wc-login--visible {
  display: block;
}

.mc-checkout-login-hint {
  font-size: 14px;
  margin-bottom: 16px;
}

.mc-link-btn {
  background: none;
  border: 0;
  padding: 0;
  color: var(--ms-color-primary, #0b4f6c);
  font-weight: 600;
  cursor: pointer;
  text-decoration: underline;
}

/* Blog tag cleanup */
body.mc-blog-index article.post .tag-links a {
  font-size: 11px;
}
