/* Personal Account - Responsive Mobile (576px) */

@media (max-width: 576px) {
  .account-container {
    margin: 1.5rem auto;
    padding: 0 0.75rem;
  }

  .account-header {
    padding: 1.5rem 1rem;
    margin-bottom: 1.5rem;
    gap: 1rem;
  }

  .account-greeting {
    font-size: 1.5rem;
    margin-bottom: 0.5rem;
    line-height: 1.3;
  }

  .account-email,
  .account-member-since {
    font-size: 0.85rem;
    margin: 0.25rem 0;
  }

  .account-logout-btn {
    padding: 0.875rem;
    font-size: 0.95rem;
  }

  .account-sections {
    gap: 1rem;
  }

  .section-card {
    padding: 1.5rem 1rem;
  }

  .section-title {
    font-size: 1.35rem;
    margin-bottom: 1rem;
    padding-bottom: 0.75rem;
  }

  .info-group {
    padding: 0.875rem 0.75rem;
    margin-bottom: 0.5rem;
  }

  .info-label {
    font-size: 0.85rem;
  }

  .info-value {
    font-size: 0.9rem;
  }

  .edit-btn {
    padding: 0.875rem 1rem;
    font-size: 0.95rem;
    margin-top: 1rem;
  }

  .empty-state {
    padding: 1.5rem 0.75rem;
  }

  .empty-state-icon {
    font-size: 2.5rem;
  }

  .empty-state-text {
    font-size: 0.95rem;
    margin-bottom: 1rem;
  }

  .btn-explore {
    padding: 0.875rem 1.5rem;
    font-size: 0.95rem;
  }

  .stats-overview {
    grid-template-columns: 1fr;
    gap: 0.75rem;
  }

  .stat-card {
    padding: 1.25rem 1rem;
  }

  .stat-icon {
    font-size: 1.75rem;
  }

  .stat-value {
    font-size: 1.35rem;
  }

  .stat-label {
    font-size: 0.85rem;
  }

  .order-item {
    padding: 0.875rem;
  }

  .order-number {
    font-size: 1rem;
  }

  .order-date {
    font-size: 0.85rem;
  }

  .order-status {
    font-size: 0.8rem;
    padding: 0.25rem 0.625rem;
  }

  .order-amount {
    font-size: 1rem;
    margin-top: 0.5rem;
  }

  .quick-actions {
    margin-top: 1.5rem;
    padding: 1.25rem 1rem;
  }

  .quick-actions .section-title {
    font-size: 1.25rem;
    margin-bottom: 0.75rem;
  }

  .actions-grid {
    grid-template-columns: 1fr;
    gap: 0.75rem;
    margin-top: 1rem;
  }

  .action-card {
    padding: 1.25rem 1rem;
  }

  .action-icon {
    font-size: 1.75rem;
    margin-bottom: 0.5rem;
  }

  .action-title {
    font-size: 1rem;
    margin-bottom: 0.35rem;
  }

  .action-desc {
    font-size: 0.8rem;
  }

  .modal-content {
    width: 95%;
    padding: 1.5rem 1rem;
    max-height: 90vh;
    overflow-y: auto;
  }

  .modal-title {
    font-size: 1.35rem;
    margin-bottom: 1rem;
  }

  .form-group {
    margin-bottom: 1rem;
  }

  .form-label {
    font-size: 0.9rem;
    margin-bottom: 0.4rem;
  }

  .form-input {
    padding: 0.75rem;
    font-size: 0.9rem;
  }

  .form-actions {
    margin-top: 1.5rem;
    gap: 0.5rem;
  }

  .btn-primary,
  .btn-secondary {
    padding: 0.875rem;
    font-size: 0.95rem;
  }
}
