
/* ------------------------------
 * Inspector Control
 * ------------------------------ */

.bundle-price .components-base-control__field { margin: 0 !important }

/* ------------------------------
 * Pricing Card Carousel
 * ------------------------------ */

.wp-block-custom-pricing.alignfull {
    width: 100vw;
    margin-left: calc(50% - 50vw);
}

.wp-block-custom-pricing .wp-block-group.is-style-x-scroll::before {
    content: '';
    flex: 1 0 0;
    min-width: 0;
}

.wp-block-custom-pricing .wp-block-group.is-style-x-scroll::after {
    content: '';
    flex: 1 0 0;
    min-width: 0;
}

.wp-block-custom-pricing .block-editor-block-list__layout {
    display: flex;
    flex-direction: row;
    column-gap: var(--wp--preset--spacing--30);
    padding: 0 1rem;
}

/* ------------------------------
 * Pricing Card Item
 * ------------------------------ */

.wp-block-custom-pricing-item {
    width: 200px;
    padding: 25px 20px;
    border-radius: 10px;
    border: 1px solid var(--wp--preset--color--base-dark);
    background-color: var(--wp--preset--color--base);
    box-shadow: var(--wp--preset--shadow--outset-4);
}

.wp-block-custom-pricing-item .pricing-details {
    display: flex;
    flex-direction: column;
    align-items: center;
}

/* Text Styles */

.wp-block-custom-pricing-item h4.title {
    margin: 0;
    text-align: center;
}

.wp-block-custom-pricing-item p.description {
    margin-top: 5px;
    margin-bottom: 0;
    color: #646970;
    font-size: 13px;
    text-align: center;
}

.wp-block-custom-pricing-item h2.price {
    margin-top: 10px;
    margin-bottom: 0;
}

.wp-block-custom-pricing-item h3.scope {
    margin: 15px 0;
    text-align: center;
}

.wp-block-custom-pricing-item h5.scope {
    margin-top: 0;
    margin-bottom: 15px;
}

.wp-block-custom-pricing-item p.inclusions {
    margin-top: 0;
    margin-bottom: 5px;
    color: #646970;
    font-size: 13px;
    text-align: left;
}

.wp-block-custom-pricing-item .wp-block-list {
    display: block !important;
    flex-direction: column !important;
}

.wp-block-custom-pricing-item .is-style-checkmark {
    margin: 0 !important;
    padding: 0;
    font-size: 13px;
}
