.plan-box {
      border: 1px solid #dee2e6;
      background: #fff;
      border-radius: 10px;
      padding: 20px;
      margin-bottom: 20px;
    }
    .plan-title {
      font-size: 1.25rem;
      font-weight: bold;
      color: #114074;
    }
    .plan-sub {
      font-weight: bold;
      color: #0d6efd;
    }
    .plan-details i {
      margin-right: 6px;
      color: #555;
      display:flex;
    }
    .plan-details {
      font-size: 0.95rem;
      color: #333;
    }
    .price-box {
      text-align: right;
    }
    .price {
      font-size: 2rem;
      font-weight: bold;
      color: blueviolet;
    }
    .price-note {
      font-size: 0.875rem;
      color: #666;
    }