.block-save-recipe {
    position: relative;
    background: var(--wp--preset--color--denary);
    padding: 16px;
}

.block-save-recipe::before {
	position: absolute;
	content: '';
	display: block;
	z-index: 1;
	background: url(/wp-content/themes/rainbowplantlife-2025/assets/images/icons/parsley.png) no-repeat center center;
	background-size: contain;
	width: 80px;
	height: 118px;
	bottom: -30px;
	right: -16px;
}

.block-save-recipe .wpforms-container {
    position: relative;
    z-index: 2;
    margin: 0;
}

.block-save-recipe .wpforms-container .wpforms-title {
    font-size: var(--wp--preset--font-size--big);
    text-align: center;
    margin-bottom: 8px;
}

.block-save-recipe .wpforms-container .wpforms-description {
    text-align: center;
}

.block-save-recipe .wpforms-container .wp-element-button {
    background: var(--wp--preset--color--quindenary);
}

@media only screen and (min-width: 680px) {
    .block-save-recipe {
        padding: 24px;
    }

	.block-save-recipe::before {
		top: -24px;
		left: -32px;
	}
}