@media (max-width: 1180px) {
  .bc-nav-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .bc-overview-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 980px) {
  .bc-account-grid {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 820px) {
  .bc-card.bc-account-hero {
    padding: 22px;
    gap: 18px;
  }

  .bc-account-hero__meta h1 {
    font-size: 24px;
  }

  .bc-account-hero__actions {
    width: 210px;
    min-width: 210px;
  }

  .bc-card.bc-account-hero .bc-avatar-wrap {
    flex: 0 0 78px;
    width: 78px;
    min-width: 78px;
  }

  .bc-card.bc-account-hero .bc-avatar {
    width: 78px;
    height: 78px;
  }
}

@media (max-width: 760px) {
  .bc-section-head h2 {
    font-size: 28px;
  }

  .bc-section-head p {
    font-size: 15px;
  }

  .bc-nav-grid {
    grid-template-columns: repeat(2, 1fr);
    gap: 12px;
  }

  .bc-card.bc-nav-card {
    min-height: 130px;
    padding: 18px 14px;
  }

  .bc-nav-card__icon {
    width: 44px;
    height: 44px;
  }

  .bc-nav-card__icon svg {
    width: 20px;
    height: 20px;
  }

  .bc-nav-card__label {
    font-size: 16px;
  }
}

@media (max-width: 640px) {
  .bc-account-page {
    padding: 22px 14px 40px;
  }

  .bc-card {
    border-radius: 20px;
    box-shadow: 0 14px 34px rgba(17, 20, 14, 0.08), 0 4px 14px rgba(17, 20, 14, 0.04);
  }

  .bc-card.bc-account-hero {
    padding: 18px;
    gap: 16px;
    flex-direction: column;
    align-items: stretch;
    border-radius: 20px;
  }

  .bc-card.bc-account-hero::after {
    display: none;
  }

  .bc-account-hero__left {
    flex-direction: row;
    align-items: center;
    gap: 14px;
  }

  .bc-card.bc-account-hero .bc-avatar-wrap {
    flex: 0 0 64px;
    width: 64px;
    min-width: 64px;
  }

  .bc-card.bc-account-hero .bc-avatar {
    width: 64px;
    height: 64px;
    border-width: 3px;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.07);
  }

  .bc-card.bc-account-hero .bc-status-dot {
    width: 14px;
    height: 14px;
    right: 2px;
    bottom: 2px;
    border-width: 2px;
  }

  .bc-account-hero__meta {
    width: 100%;
    min-width: 0;
  }

  .bc-card.bc-account-hero .bc-eyebrow {
    margin-bottom: 7px;
    font-size: 10px;
    padding: 5px 10px;
  }

  .bc-account-hero__meta h1 {
    font-size: 18px;
    line-height: 1.18;
    margin: 0;
  }

  .bc-account-hero__meta p {
    font-size: 13px;
    line-height: 1.4;
    margin: 5px 0 0;
  }

  .bc-card.bc-account-hero .bc-member-badges {
    margin-top: 10px;
    gap: 8px;
  }

  .bc-card.bc-account-hero .bc-member-badges .bc-badge,
  .bc-card.bc-account-hero .bc-member-badges .bc-badge.bc-badge-green {
    min-height: 30px;
    padding: 6px 11px;
    font-size: 11px;
  }

  .bc-account-hero__actions {
    width: 100%;
    min-width: 0;
    gap: 10px;
    margin-top: 2px;
  }

  .bc-account-hero__actions .bc-btn {
    min-height: 46px;
    padding: 11px 14px;
    border-radius: 14px;
    font-size: 14px;
  }

  .bc-overview-grid,
  .bc-address-grid,
  .bc-details-grid {
    grid-template-columns: 1fr;
  }

  .bc-order-item,
  .bc-simple-item {
    flex-direction: column;
    align-items: flex-start;
  }

  .bc-order-item__meta {
    width: 100%;
    text-align: left;
  }

  .bc-card-head h2,
  .bc-account-footer-card__content h2 {
    font-size: 22px;
  }

  .bc-overview-stat p,
  .bc-info-box p,
  .bc-empty-state p,
  .bc-account-footer-card__content p {
    font-size: 13px;
  }

  .bc-content-card,
  .bc-account-footer-card {
    padding: 18px;
  }

  .bc-account-footer-card__actions {
    width: 100%;
  }

  .bc-account-footer-card__actions .bc-btn {
    width: 100%;
  }
}

@media (max-width: 480px) {
  .bc-account-page {
    padding: 18px 10px 34px;
  }

  .bc-section-head h2 {
    font-size: 24px;
  }

  .bc-section-head p {
    font-size: 14px;
  }

  .bc-nav-grid {
    grid-template-columns: repeat(2, 1fr);
    gap: 10px;
  }

  .bc-card.bc-nav-card {
    min-height: 110px;
    padding: 16px 12px;
    border-radius: 16px;
  }

  .bc-nav-card__icon {
    width: 40px;
    height: 40px;
  }

  .bc-nav-card__icon svg {
    width: 18px;
    height: 18px;
  }

  .bc-nav-card__label {
    font-size: 15px;
  }

  .bc-nav-card.is-active::after {
    left: 14px;
    right: 14px;
    height: 3px;
  }
}

@media (max-width: 420px) {
  .bc-card.bc-account-hero {
    padding: 15px;
    gap: 14px;
    border-radius: 18px;
  }

  .bc-account-hero__left {
    gap: 12px;
    align-items: flex-start;
  }

  .bc-card.bc-account-hero .bc-avatar-wrap {
    flex: 0 0 56px;
    width: 56px;
    min-width: 56px;
  }

  .bc-card.bc-account-hero .bc-avatar {
    width: 56px;
    height: 56px;
  }

  .bc-card.bc-account-hero .bc-status-dot {
    width: 12px;
    height: 12px;
  }

  .bc-account-hero__meta h1 {
    font-size: 16px;
  }

  .bc-account-hero__meta p {
    font-size: 12px;
  }

  .bc-card.bc-account-hero .bc-eyebrow {
    font-size: 9px;
    padding: 5px 8px;
  }

  .bc-card.bc-account-hero .bc-member-badges .bc-badge,
  .bc-card.bc-account-hero .bc-member-badges .bc-badge.bc-badge-green {
    min-height: 27px;
    padding: 5px 9px;
    font-size: 10px;
  }

  .bc-account-hero__actions .bc-btn {
    min-height: 42px;
    font-size: 13px;
    border-radius: 12px;
  }
}

@media (max-width: 360px) {
  .bc-nav-grid {
    grid-template-columns: 1fr;
  }

  .bc-card.bc-nav-card {
    min-height: 95px;
  }
}


@media (max-width: 767px) {
    .elementor-shortcode > h3,
    .bcaf-lost-password h3 {
        font-size: 28px;
    }

    .elementor-shortcode > .bcaf-subtext,
    .bcaf-lost-password .bcaf-subtext {
        max-width: 100%;
    }
}