/**
 * Safety Sheet Button Styles
 *
 * Minimal styles - inherits from Woodmart .wd-action-btn
 *
 * @package Piktorfestek_Core
 * @since 1.4.0
 * @updated 1.5.0 - Woodmart action button style + Gutenberg block
 */

/* Vertical divider line (like between Wishlist and Compare) */
.pf-single-safety-sheet-btn {
	border-left: 1px solid var(--wd-bordered-action-btn-brd-col, rgba(135, 135, 135, 0.15));
	padding-left: 15px;
}

/* SVG icon - match Woodmart icon size and color */
.pf-safety-sheet-btn .pf-safety-sheet-icon {
	width: 17px;
	height: 17px;
	stroke: currentColor;
	stroke-width: 1.5;
	fill: none;
	margin-right: 7px;
}

/* Icon-only style */
.pf-safety-sheet-btn.wd-style-icon .wd-action-text {
	display: none;
}

.pf-safety-sheet-btn.wd-style-icon .pf-safety-sheet-icon {
	width: 20px;
	height: 20px;
	margin-right: 0;
}

/* Editor preview styles */
.pf-safety-sheet-block-editor {
	padding: 8px;
}

.pf-safety-sheet-block-editor .pf-safety-sheet-btn a {
	cursor: default;
	display: inline-flex;
	align-items: center;
}
