/** Shopify CDN: Minification failed

Line 58:0 Unexpected "<"

**/
/* Base: remove outer border */
.bundle-save {
 border: 0 !important;
 outline: 0 !important;
 box-shadow: none !important;
 background: transparent;
 padding-top:2rem;
  padding-bottom:2rem;
 font-size: 16px;
 line-height: 1.45;
}

.bundle-save h2 {
 margin: 0 0 8px;
 font-size: calc(var(--font-heading-scale) * 1.5rem);
 font-weight: 700;
}
.bundle-table td:first-child,
.bundle-table th:first-child {
  min-width: 80px; /* adjust as needed */
  white-space: nowrap;
}
/* Table + cells */
.bundle-table {
 width: 100%;
 border-collapse: collapse;
 font-size: 16px;
 border: 0 !important;
 background: transparent;
}

.bundle-table th,
.bundle-table td {
 border: 1px solid #ECECEC;
 border-radius: 4px;
 padding: .6rem .8rem;
 text-align: left;
font-size: calc(var(--font-body-scale)*90%)
}

.bundle-table thead th {
 background: #fefefe;
 color:black;
 font-weight:normal;
}

/* spacing below the widget */
.bundle-spacer {
 height: 16px;
}

/* adjust to 16/32/40px as needed */
</style>

