

/* bundles */
.bundle {
    background-size: auto;
    border: 1px solid #D4D4D4;
    padding: 1rem;
    background-color: aliceblue;
}

.bundle .button-group {
    overflow:hidden;
    margin-bottom: 0.1rem;
}

.bundle .button-group {
    margin-bottom: 0.0rem;
    min-height:49px;
    margin-top: 1px;
}

.bundle .button {
    text-transform: uppercase;
    font-weight: bolder;
    opacity: 0.8;
}

.bundle .button.active {
    opacity: 1;
    font-weight: bolder;
}

.bundle .button-group .button:not(:last-child) {
    border-right:1px solid rgba(186, 186, 186, 0.5);
}

.bundle .button.active .badge {
    font-weight:bolder;
    background: rgba(56, 56, 56, 0.25);
}

.bundle .badge {
    background: transparent;
    text-shadow:none;
    font-weight:bold;
    text-transform: uppercase;
    padding:5px;
}

/* fix for google autocomplete being hidden under reveal */
.pac-container {
    z-index: 2000 !important;
}

/* Recaptcha Centering */

.g-recaptcha > div > div {
    margin: 0 auto;
}