/*
Theme Name: E-Spisanie
Theme URI: https://wordpress.org/themes/twentytwentyfive/
Description: Child theme of Twenty Twenty-Five
Author: Your Name
Author URI: https://example.com
Template: twentytwentyfive
Version: 1.0.2
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: e-spisanie
*/

/* Add your custom styles below this line */

/* PLP: Купи + Разлисти side by side on owned digital + paper products */
.espisanie-plp-actions {
	display: flex;
	flex-direction: row;
	flex-wrap: nowrap;
	align-items: stretch;
	justify-content: center;
	gap: 0.5rem;
	width: 100%;
}

.espisanie-plp-actions > .wp-block-button,
.espisanie-plp-actions > .wc-block-components-product-button {
	flex: 1 1 0;
	width: auto;
	max-width: none;
	margin: 0;
}

.espisanie-plp-actions .wp-block-button__link,
.espisanie-plp-actions .wc-block-components-product-button__button {
	width: 100%!important;
	white-space: nowrap;
	box-sizing: border-box;
}
