.preview-Question-Preview .blocks-item {
width: calc(100% - 20px);
}
.blocks-item-field {
height: auto;
}
.preview-Question-Preview .subblocks-item .field-Title {
font-weight: bold;
}
.subblocks-item:has(.answer-correct) {
background-color: #0f7a34;
}
.subblocks-item:has(.answer-incorrect) {
background-color: #b91c1c;
color: #f1f1f1;
}
.answer-incorrect .field-Title,
.answer-correct .field-Title {
color: #f1f1f1;
}
.menu-preview-external-image {
width: 440px;
height: 272px;
overflow: hidden;
}
.menu-preview-external-image img {
width: 100%;
height: 100%;
object-fit: cover;
}
.preview-Dishes-Preview .field-Description {
font-size: 23px;
font-weight: bold;
color: #b91c1c;
text-align: right;
}
.preview-Dishes-Preview .blocks-item {
height: 700px;
}
.dish-preview-no-image {
height: 700px;
overflow-y: scroll;
}
.dish-preview-image {
height: 428px;
overflow-y: scroll;
}