 .bundle-promo-wrapper {
     max-width: 700px;
     margin: 30px auto;
     padding: 30px;
     text-align: center;
     border: 1px solid #e5e5e5;
     border-radius: 10px;
     background: #f9fafb;
     font-family: Arial, sans-serif;
 }

  .bundle-promo-wrapper .bundle-promo-title {
     font-size: 24px;
     margin-bottom: 10px;
 }

  .bundle-promo-wrapper .line-item {
     font-size: 18px;
     margin: 8px 0;
 }

  .bundle-promo-wrapper .price-green {
     color: #00a651;
     font-weight: bold;
 }

  .bundle-promo-wrapper .price-red {
     color: #d9534f;
     font-weight: bold;
 }

  .bundle-promo-wrapper .price-blue {
     color: #337ab7;
     font-weight: bold;
 }

  .bundle-promo-wrapper .bundle-promo-btn {
     display: inline-block;
     padding: 12px 25px;
     margin-top: 15px;
     background: #28a745;
     color: #fff;
     font-size: 18px;
     border-radius: 5px;
     text-decoration: none;
 }

  .bundle-promo-wrapper .bundle-promo-btn:hover {
     background: #218838;
 }
  .bundle-promo-wrapper p.line-item {
    text-align: center !important;
  }