/**
 * All of the CSS for your public-facing functionality should be
 * included in this file.
 */

#tribe-pg-checkbox {
    display: flex;
    align-items: center;
    gap: 10px;
}
 
#tribe-pg-checkbox svg {
    height: 20px;
    width: 20px;
}

.tribe-pg-checkbox-desc {
    font-size: 14px;
}

.tribe-pg-gift-title {
    margin-left: 7px;
}

.tribe-pg-checkout-heading {
    margin-top: 0 !important;
}

body .woocommerce-info.tribe-pg-checkout-notice {
    background-color: #1e73be;
    padding: 15px;
    list-style: none;
}

ul.tribe-pg-shipping-type {
    margin-left: 7px !important;
}

li.tribe-pg-shipping-type-option {
    display: flex;
    gap: 10px;   
    margin-bottom: 5px !important;
}

li.tribe-pg-shipping-type-option input[type=radio] {
    position: relative !important;
}

li.tribe-pg-shipping-type-option label {
    padding-left: 0 !important;
}