/*
Theme Name: Porto
Theme URI: https://www.portotheme.com/wordpress/porto
Author: P-THEMES
Author URI: https://www.portotheme.com/
Description: Porto Responsive Wordpress Multi Purpose + eCommerce Theme.
Version: 7.8.4
License: GNU General Public License version 3.0
License URI: http://www.gnu.org/licenses/gpl-3.0.html
Tags: woocommerce, business, corporate, e-commerce, blog, news, education, food-and-drink, portfolio, responsive, blue, black, green, white, light, dark, red, two-columns, three-columns, four-columns, left-sidebar, right-sidebar, fixed-layout, responsive-layout, custom-menu, editor-style, featured-images, flexible-header, full-width-template, microformats, post-formats, rtl-language-support, sticky-post, theme-options, translation-ready, accessibility-ready, block-styles, custom-background, custom-colors, custom-header, custom-logo, footer-widgets, template-editing, grid-layout, one-column, wide-blocks
Text Domain: porto
*/

/*************** ADD YOUR CUSTOM CSS HERE  ***************/

.bypostauthor { display: block; }

/* Container da opção */
.ywapo_input_container,
.yith-wapo-addon-type-checkbox,
.yith-wapo-option-type-checkbox {
    display: flex !important;
    align-items: center !important;
    gap: 12px !important;
}

/* Checkbox maior e alinhada ao centro do texto */
.ywapo_input_container input[type="checkbox"],
.yith-wapo-addon-type-checkbox input[type="checkbox"],
.yith-wapo-option-type-checkbox input[type="checkbox"] {
    width: 22px !important;
    height: 22px !important;
    min-width: 22px !important;
    min-height: 22px !important;
    margin: 0 !important;
    flex: 0 0 22px !important;
    position: relative !important;
    top: 0 !important;
    transform: none !important;
    vertical-align: middle !important;
}

/* Texto */
.ywapo_input_container label,
.yith-wapo-addon-type-checkbox label,
.yith-wapo-option-type-checkbox label {
    margin: 0 !important;
    line-height: 1.2 !important;
    display: flex !important;
    align-items: center !important;
}

.addon-header {
	padding-top: 22px;
}