div#search-accommodation {
    --theme--primary-color:#000000;
    --theme--button-color: #000000;
}
.image-card.inset {
    --bs-card-bg:#262626;
    --theme--header-text-color:#fff;
    --theme--text-color:#fff;
	--bs-heading-color:#fff;
}
.image-card-grid .image-card-wrapper {
    margin-bottom: calc(var(--theme--gutters) * 2);
}
@media screen and (max-width:786px){
body h2 {
    font-size:var(--wp--preset--font-size--xxx-large)
}    
}


@media screen and (min-width:786px){
	.position-absolute-right-bottom{
		position: absolute!important;
		right: -30px;
		bottom: 0;
		max-width: 50%;
}
}
@media screen and (max-width:786px){
	.position-absolute-right-bottom{
		position: absolute!important;
		right: 0px;
		bottom: 0;
		max-width: 50%;
}
}


.wp-block-image img ,
.info-block-images .info-block-image
{
    border-radius: var(--theme--border-radius);
}
.info-image-side-right.alignleft{
	 border-radius: 0 var(--theme--border-radius) var(--theme--border-radius) 0;
}
.info-image-side-left.alignright{
	 border-radius: var(--theme--border-radius) 0  0 var(--theme--border-radius);
}