.cocktails-promo.empty-editor-preview {
display: flex;
justify-content: center;
width: 100%;
border: 2px solid #E4002B;
padding: 1em;
color: #001489;
font-weight: bold;
font-size: 1.2em;
cursor: pointer;
background-color: #efefef;
transition: background-color .3s ease-in-out;
}
.cocktails-promo.empty-editor-preview:hover {
background-color: #fefefe;
transition: background-color .3s ease-in-out;
}
.cocktails-promo.empty-editor-preview img {
transition: padding-right .3s ease-in-out;
height: 36px;
padding-right: .75em;
}
.cocktails-promo.empty-editor-preview:hover img{
transition: padding-right .3s ease-in-out;
height: 36px;
padding-right: 1.5em;
} .acf-block-preview .cocktails-promo .row {
display: flex;
flex-direction: row;
justify-content: space-between;
align-items: center;
}
.cocktails-promo .split-layout-left {
width: 50%;
align-self: stretch;
padding: 1rem;
color: #001489;
box-sizing: border-box
}
.cocktails-promo .split-layout-left h2 {
color: #001489;
text-transform: uppercase;
}
.cocktails-promo .split-layout-left p {
color: #001489;
}
.cocktails-promo .split-layout-right {
width: 50%;
}
.cocktails-promo__image img {
width: auto;
max-height: 320px;
height: auto;
object-fit: cover;
}