.due-assets-page {
  .page-wrapper {
    max-width: 100%;
  }

  .due-assets-header {
    padding: 0;
  }

  .due-assets-title {
    font-size: 1.5rem;
    font-weight: 600;
    color: #1a1a2e;
  }

  .due-assets-subtitle {
    font-size: 0.9rem;
  }

  .due-assets-stats {
    margin-left: -0.5rem;
    margin-right: -0.5rem;
  }

  .due-stat-card {
    display: flex;
    align-items: center;
    padding: 1.25rem;
    border-radius: 12px;
    border: 1px solid #e9ecef;
    background: #fff;
    transition: box-shadow 0.2s ease, transform 0.2s ease;

    &:hover {
      box-shadow: 0 4px 14px rgba(0, 0, 0, 0.08);
    }
  }

  .due-stat-icon {
    width: 52px;
    height: 52px;
    border-radius: 12px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-right: 1rem;
    flex-shrink: 0;

    i {
      font-size: 1.5rem;
      color: #fff;
    }
  }

  .due-stat-total .due-stat-icon {
    background: linear-gradient(135deg, #5b6bf0 0%, #7c8aff 100%);
  }

  .due-stat-overdue .due-stat-icon {
    background: linear-gradient(135deg, #e74c3c 0%, #ff6b6b 100%);
  }

  .due-stat-soon .due-stat-icon {
    background: linear-gradient(135deg, #f39c12 0%, #f1c40f 100%);
  }

  .due-stat-body {
    display: flex;
    flex-direction: column;
  }

  .due-stat-value {
    font-size: 1.75rem;
    font-weight: 700;
    color: #1a1a2e;
    line-height: 1.2;
  }

  .due-stat-label {
    font-size: 0.8rem;
    color: #6c757d;
    margin-top: 2px;
  }

  .due-cron-card {
    border-radius: 12px;
    border: 1px solid #e9ecef;
    overflow: hidden;

    .card-body {
      padding: 1.25rem;
    }
  }

  .due-cron-header {
    display: flex;
    align-items: center;
    gap: 0.75rem;
    background: linear-gradient(135deg, #4a5568 0%, #2d3748 100%);
    color: #fff;
    padding: 1rem 1.25rem;
    border: none;

    small {
      font-size: 0.8rem;
    }
  }

  .due-cron-header-icon {
    font-size: 1.5rem;
    opacity: 0.9;
  }

  .due-cron-desc {
    font-size: 0.9rem;
    line-height: 1.5;
  }

  .due-label {
    font-size: 0.8rem;
    font-weight: 600;
    color: #495057;
    margin-bottom: 0.35rem;
  }

  .due-cron-input-group .form-control {
    font-size: 0.85rem;
    border-radius: 8px 0 0 8px;
  }

  .due-cron-copy-btn {
    border-radius: 0 8px 8px 0;
  }

  .due-run-btn {
    border-radius: 8px;
  }

  .due-table-card {
    border-radius: 12px;
    border: 1px solid #e9ecef;
    overflow: hidden;

    .vgt-wrap {
      padding: 0 1rem 1rem;
    }

    .vgt-inner-wrap {
      box-shadow: none;
      border: none;
    }
  }

  .due-table-header {
    background: #f8f9fa;
    border-bottom: 1px solid #e9ecef;
    padding: 1rem 1.25rem;
    font-weight: 600;

    h5 {
      font-size: 1rem;
      color: #1a1a2e;
    }
  }

  .due-empty-state {
    text-align: center;
    padding: 3rem 2rem;
  }

  .due-empty-icon {
    width: 72px;
    height: 72px;
    margin: 0 auto 1rem;
    border-radius: 50%;
    background: linear-gradient(135deg, #d4edda 0%, #c3e6cb 100%);
    display: flex;
    align-items: center;
    justify-content: center;

    i {
      font-size: 2rem;
      color: #155724;
    }
  }

  .due-empty-title {
    font-size: 1.25rem;
    font-weight: 600;
    color: #1a1a2e;
    margin-bottom: 0.5rem;
  }

  .due-empty-text {
    font-size: 0.9rem;
    max-width: 400px;
    margin: 0 auto;
  }

  .due-date-text {
    display: block;
    font-size: 0.8rem;
    color: #6c757d;
    margin-top: 2px;
  }

  .due-badge {
    display: inline-block;
    padding: 0.2rem 0.5rem;
    border-radius: 6px;
    font-size: 0.75rem;
    font-weight: 600;
  }

  .due-badge-overdue {
    background: #fee2e2;
    color: #b91c1c;
  }

  .due-badge-soon {
    background: #fef3c7;
    color: #b45309;
  }

  .due-edit-btn {
    border-radius: 6px;
  }
}
