/*! Pool Builder Plugin — Bootstrap overrides
   99-overrides.bootstrap.css
   Dedicated overrides of Bootstrap utility/component class names (CSS-6),
   scoped to the customize container. Extracted verbatim from pb-sections.css
   (WORDPRESS SCOPED UTILITY CLASSES section). */

#wppb_wrapper #wppb_customize_container .w-100 {
    width: 100%;
}

#wppb_wrapper #wppb_customize_container .btn-sm {
    font-size: var(--wppb-font-size-sm);
    padding: var(--wppb-spacing-sm) var(--wppb-spacing-md);
}
