/* Fix video width in entry content - 10567550ZD | CC */
.entry-content .wp-block-video video {
	width: 95%;
}

/* Bottom image margin in content - 10567550ZD | CC */
.entry-content .wp-block-image {
	margin-bottom: 20px;
	font-size: 16px;
}


/* Hide avatar list above comments - 2353442-zen */

.discussion-avatar-list {
  display: none;
}

.text {
	font-family: Verdana;
	font-size: 10pt;
	font-weight: normal;
	text-align: left;
}

a:link { color: #CC0000; text-decoration: none; font-weight: bold}
a:visited {	color: #CC0000; text-decoration:none}
a:hover { color: #000000; text-decoration:underline } 

img { max-width:100% !important; height:auto !important;}
main#main {
    white-space: normal !important;
}
.wprm-fallback-recipe-ingredients {
    text-align: left;
}
.gallery {
    box-sizing: border-box;
    display: block;
    margin-left: -2px;
    margin-right: -2px;
}
.gallery figure.gallery-item {
    width: 100%;
    display: inline-block;
    box-sizing: border-box;
    margin: 0;
	  padding-left: 2px;
    padding-right: 2px;
}
.gallery-columns-1 figure.gallery-item {
    max-width: 100%;
}
.gallery-columns-2 figure.gallery-item {
    max-width: 50%;
}
.gallery-columns-3 figure.gallery-item {
    max-width: 33.333%;
}
.gallery-columns-4 figure.gallery-item {
    max-width: 25%;
}
.gallery-columns-5 figure.gallery-item {
    max-width: 20%;
}
.gallery-columns-6 figure.gallery-item {
    max-width: 16.666%;
}
.gallery-columns-7 figure.gallery-item {
    max-width: 14.28%;
}
.gallery-columns-8 figure.gallery-item {
    max-width: 12.5%;
}
.gallery-columns-6 figure.gallery-item {
    max-width: 11.111%;
}
figure.gallery-item img {
    width: 100%;
}
iframe {
		margin-bottom: 10px;
}
img.alignleft {
    display: inline;
    float: left;
    margin-right: 15px;
}
.widget.widget_media_image img {
	margin-bottom: 0;
}

/* Workaround for gallery column fix | 5257135 (JW) */
.wp-block-gallery.has-nested-images.columns-default.is-cropped {
    display: flex;
    gap: 1em;
}/* End Workaround for gallery column fix | 5257135 (JW) */