.food5ways-template h3 {
	display: flex;
	justify-content: space-between;
}

.food5ways-template .wp-block-cover {
    position: relative;
}

.food5ways-template .wp-block-cover span.wp-block-cover__background {
    display: none;
}

.food5ways-template .wp-block-cover .wp-block-cover__image-background {
    cursor: zoom-in;
    transform: scale(1) !important;
}

.zoom-overlay {
    position: absolute;
    width: 200px;
    height: 200px;
    border: 2px solid #fff;
    overflow: hidden;
    display: none;
    z-index: 100;
    pointer-events: none;
    background-repeat: no-repeat;
    background-size: 400% auto;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
}

@media (max-width: 767px) {
	.food5ways-template .wp-block-cover .wp-block-cover__image-background {
		cursor: inherit;
	}

    .food5ways-button-container > div {
        row-gap: 10px;
        justify-content: center;
    }    
}

@media (min-width: 768px) and (max-width: 1280px) {
    .food5ways-template {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
}
