/**
 * Deps: pivot-price-boxes-style
 */
.checkout-bundle-boxes {
  display: flex;
  align-items: stretch;
  margin-left: -15px;
  margin-right: -15px; }
  .checkout-bundle-boxes.price-boxes .choose-location {
    color: inherit; }
  .checkout-bundle-boxes .choose-location {
    cursor: pointer;
    font-weight: bold;
    text-decoration: underline; }
  .checkout-bundle-boxes > .bundle-box {
    padding-left: 15px;
    padding-right: 15px; }

.bundle-box {
  display: flex;
  flex-direction: column;
  flex-shrink: 0;
  flex-grow: 0;
  width: 300px;
  max-width: 300px; }
  .bundle-box .top {
    flex-grow: 1; }
  .bundle-box:not(.has-white-box-style) .top > .header {
    background: var(--wp--preset--color--green);
    color: #fff;
    padding: 20px 15px; }
    .bundle-box:not(.has-white-box-style) .top > .header .title {
      margin: 0;
      color: #fff; }
  .bundle-box:not(.has-white-box-style) .top .content {
    padding-top: 30px;
    flex-grow: 1;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    color: var(--wp--preset--color--black); }
    .bundle-box:not(.has-white-box-style) .top .content .description {
      margin-bottom: 15px; }
      .bundle-box:not(.has-white-box-style) .top .content .description p:first-child {
        margin-top: 0; }
      .bundle-box:not(.has-white-box-style) .top .content .description + .btn {
        margin-top: 0; }
    .bundle-box:not(.has-white-box-style) .top .content .btn {
      margin-top: 15px; }
  .bundle-box.is-selected .btn {
    background: var(--wp--preset--color--green);
    color: #fff !important; }
