.gea-pickup-card{background:#fff;border:1px solid #e7e7e7;border-radius:18px;padding:24px;box-shadow:0 8px 28px rgba(0,0,0,.06);max-width:900px}.gea-pickup-card h2{margin-top:0}.gea-pickup-status-row{display:flex;gap:18px;align-items:center;background:#f8f8f8;border-radius:16px;padding:18px;margin:14px 0}.gea-strike-dots{display:inline-flex;gap:7px;vertical-align:middle}.gea-strike-dot{width:16px;height:16px;border-radius:999px;background:#d8d8d8;border:2px solid rgba(0,0,0,.08);display:inline-block}.gea-strike-dot.is-active{background:#e02424;border-color:#b91c1c;box-shadow:0 0 0 3px rgba(224,36,36,.12)}.gea-strike-dots--large .gea-strike-dot{width:30px;height:30px}.gea-pickup-alert{padding:14px 16px;border-radius:12px;margin:14px 0}.gea-pickup-alert--red{background:#fee2e2;color:#7f1d1d;border:1px solid #fecaca}.gea-fee-box{display:flex;justify-content:space-between;gap:15px;align-items:center;background:#111;color:#fff;border-radius:16px;padding:18px;margin:18px 0}.gea-fee-box strong{font-size:24px;color:#ffd400}.gea-good-message{background:#ecfdf5;border:1px solid #bbf7d0;color:#065f46;padding:12px;border-radius:12px}.gea-dashboard-pickup-notice{background:#fff7d6;border:1px solid #facc15;border-radius:12px;padding:12px;margin:0 0 18px}.gea-red-text{color:#b91c1c;font-weight:700}.gea-strike-table td,.gea-strike-table th{vertical-align:middle}@media(max-width:600px){.gea-pickup-card{padding:16px;border-radius:14px}.gea-pickup-status-row{display:block}.gea-strike-dots--large{margin-bottom:12px}.gea-strike-dots--large .gea-strike-dot{width:24px;height:24px}.gea-fee-box{display:block}.gea-fee-box strong{display:block;margin-top:8px}}

/* GEA Pickup Strikes v1.0.1 - Suspended auction bid blocker popup */
.gea-bid-block-modal {
  position: fixed;
  inset: 0;
  z-index: 999999;
  display: none;
  align-items: center;
  justify-content: center;
  padding: 18px;
  background: rgba(0,0,0,.62);
}
.gea-bid-block-modal[aria-hidden="false"] { display: flex; }
body.gea-bid-block-open { overflow: hidden; }
.gea-bid-block-modal__box {
  width: min(520px, 94vw);
  background: #b91c1c;
  color: #fff;
  border-radius: 18px;
  box-shadow: 0 24px 70px rgba(0,0,0,.38);
  padding: 28px 24px 22px;
  position: relative;
  border: 3px solid #fff;
  text-align: center;
}
.gea-bid-block-modal__box h3 {
  color: #fff;
  font-size: 28px;
  margin: 0 0 10px;
  line-height: 1.1;
  font-weight: 900;
  text-transform: uppercase;
  letter-spacing: .02em;
}
.gea-bid-block-modal__box p {
  color: #fff;
  font-size: 17px;
  line-height: 1.45;
  margin: 0 0 18px;
}
.gea-bid-block-modal__close {
  position: absolute;
  top: 8px;
  right: 12px;
  border: 0;
  background: transparent;
  color: #fff;
  font-size: 32px;
  line-height: 1;
  cursor: pointer;
}
.gea-bid-block-modal__actions {
  display: flex;
  gap: 10px;
  justify-content: center;
  flex-wrap: wrap;
}
.gea-bid-block-modal__btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 42px;
  padding: 10px 16px;
  border-radius: 999px;
  background: #fff;
  color: #b91c1c !important;
  text-decoration: none !important;
  font-weight: 800;
  border: 2px solid #fff;
  cursor: pointer;
}
.gea-bid-block-modal__btn--dark {
  background: #111;
  color: #fff !important;
}
.gea-bid-block-inline {
  margin: 12px 0 18px;
}
.gea-bid-block-inline a {
  color: #fff;
  font-weight: 800;
  text-decoration: underline;
}
@media (max-width: 520px) {
  .gea-bid-block-modal__box { padding: 26px 16px 18px; }
  .gea-bid-block-modal__box h3 { font-size: 23px; }
  .gea-bid-block-modal__box p { font-size: 15px; }
  .gea-bid-block-modal__btn { width: 100%; }
}

/* Small red NEW indicator on the My Account Pickup Status tab */
.woocommerce-MyAccount-navigation .gea-pickup-new-badge,
.woocommerce-account .gea-pickup-new-badge {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-left: 6px;
  padding: 2px 6px;
  border-radius: 999px;
  background: #e02424;
  color: #fff;
  font-size: 10px;
  font-weight: 900;
  line-height: 1.2;
  letter-spacing: .04em;
  vertical-align: middle;
  box-shadow: 0 0 0 2px rgba(224,36,36,.16);
}
