/**
 * Step box — 300×300 card, accent panel; body centered, chevron absolutely positioned. Pattern: step-box
 */

.wp-site-blocks .bnb-step-box,
.editor-styles-wrapper .bnb-step-box {
	position: relative;
	box-sizing: border-box;
	width: 300px;
	height: 300px;
	max-width: 100%;
	margin: 0;
	padding: 15px;
	background-color: var(--wp--preset--color--accent, #ecc4c0);
	border-radius: clamp(1.25rem, 4vw, 2rem);
	justify-self: center;
}

.wp-site-blocks .wp-block-column .bnb-step-box,
.editor-styles-wrapper .wp-block-column .bnb-step-box {
	min-width: 0;
}

.wp-site-blocks .bnb-step-box__content,
.editor-styles-wrapper .bnb-step-box__content {
	position: relative;
	display: flex;
	flex-direction: row;
	flex-wrap: nowrap;
	align-items: center;
	justify-content: center;
	width: 100%;
	height: 100%;
	min-height: 0;
	margin: 0;
	padding: 0;
	box-sizing: border-box;
}

.wp-site-blocks .bnb-step-box__body,
.editor-styles-wrapper .bnb-step-box__body {
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	text-align: center;
	flex: 1 1 auto;
	min-width: 0;
	margin: 0;
	box-sizing: border-box;
}

.wp-site-blocks .bnb-step-box__number,
.editor-styles-wrapper .bnb-step-box__number {
	margin: 0 0 0.5rem !important;
	font-size: 76px !important;
	font-weight: 700 !important;
	color: #464646 !important;
	line-height: 1 !important;
	letter-spacing: -0.03em;
}

.wp-site-blocks .bnb-step-box__title,
.editor-styles-wrapper .bnb-step-box__title {
	margin: 0 0 0.5rem !important;
	font-size: 24px !important;
	font-weight: 600 !important;
	color: #464646 !important;
	line-height: 1.25 !important;
}

.wp-site-blocks .bnb-step-box__desc,
.editor-styles-wrapper .bnb-step-box__desc {
	margin: 0 !important;
	font-size: 14px !important;
	font-weight: 400 !important;
	color: #464646 !important;
	line-height: 1.45 !important;
	max-width: 16rem;
}

.wp-site-blocks .bnb-step-box__chevron-wrap,
.editor-styles-wrapper .bnb-step-box__chevron-wrap {
	position: absolute;
	top: 50%;
	right: 0;
	transform: translateY(-50%);
	display: flex;
	align-items: center;
	justify-content: center;
	margin: 0;
	padding: 0;
	box-sizing: border-box;
}

.wp-site-blocks .bnb-step-box__chevron,
.editor-styles-wrapper .bnb-step-box__chevron {
	margin: 0 !important;
	width: 30px !important;
	height: 30px !important;
	max-width: 30px !important;
	max-height: 30px !important;
	display: flex;
	align-items: center;
	justify-content: center;
}

.wp-site-blocks .bnb-step-box__chevron img,
.editor-styles-wrapper .bnb-step-box__chevron img {
	display: block;
	width: 30px !important;
	height: 30px !important;
	max-width: 30px !important;
	max-height: 30px !important;
	object-fit: contain;
}
