	.ymal {
		width: auto;
		display: flex;
		gap: 25px;
		margin-top: 20px;
		position: relative;
	}
	.ymal > div{
		width: 25%;
		background: #fff;
	}
	.ymal a:hover{
		color: #000 !important;
	}

	
	.youmaylike{
background:#f7f7f7; padding:30px; padding-top:0; overflow: auto;
		scrollbar-color: #eee #f7f7f7;
	}


	.bubblecol{
		position: absolute;
		top: calc(100% - 232px);
		margin-left: 15px;
	}
	.bubblecol > a div{
		display: block;
		border-radius:100px;
		width: 16px;
		height: 16px;
		margin-bottom: 4px;
		border:1px solid #444;
		transition: 0.25s;
	}
	.bubblecol > a div:not(.unused):hover{
		scale: 1.2;
	}
	.bubblecol > a div.unused{
		border: none;
	}

.ymal a{
color: #000 !important;
}

.prodtype a.wp-block-button__link.wp-element-button{
padding: 0.5em 1.5em !important;
padding-top: 0.65em !important;
}

.prodtype.selected a.wp-block-button__link.wp-element-button{
background:#000 !important;
color:#fff !important;
}

.probutt{
margin-top:-60px;
}