/* GLOBAL  */
html{
line-height:var(--global--line-height-body)
}
body{
-ms-scroll-chaining:none;overscroll-behavior:none;

}
@media only screen and (max-width:552px){
	.ms-main {
	padding-left: 5px;
	padding-right: 5px;	
	}
}

cite,dfn,em,i{
font-style:italic
}
ol{
list-style-type:decimal
}
ol,ul{
margin:0;padding-left:calc(1 * var(--global--spacing-horizontal))
}

ul,li{
line-height: 22px;
}
ul>ul{
list-style-type:circle
}
dd{
margin:0;padding-left:calc(2 * var(--global--spacing-horizontal))
}

embed,iframe,object,video{
max-width:100%
}






/* POST LIST WIDGET */
.ms-posts--default img, .ms-posts--list img {
    border-radius: 0 !important;
}

.ms-single-post--img img {
    border-radius: 7pt;
}

.ms-single-post .ms-sp--header .ms-sp--title {
    font-weight: 500;
    margin-top: 20px;
    font-size: var(--text-xxl, 1.274em);
    margin-bottom: 8pt;
    word-wrap: break-word;
	line-height: 1.2;
}

.ms-related-posts .ms-rp--cont .ms-rp__title {
    font-size: 22px;
    font-weight: 500;
    margin-bottom: 8pt;
    -webkit-transition: color 150ms var(--ease-in-out);
    transition: color 150ms var(--ease-in-out);
    padding-right: 20px;
}

.ms-posts--card p, .ms-posts--card_2 p, .ms-posts--default p, .ms-posts--list p, .ms-single-post p {
    line-height: 22px;
}



/* ===== PLUGINS ReStructurized =======*/



/* Fluent Book Plugin */
#fluent-booking-app .fcal_dashboard_overview .overview-widgets .overview-widget:first-child {
    background: #7878780D;
}

#fluent-booking-app .fcal_dashboard_overview .overview-widgets .overview-widget:nth-child(2) {
    background: #f5f2edab;
}

#fluent-booking-app .fcal_dashboard_overview .overview-widgets .overview-widget:nth-child(3) {
    background: #f5ebebbd;
}

#fluent-booking-app .fcal_dashboard_overview .overview-widgets .overview-widget:nth-child(4) {
    background: #f3faf8;
}

#fluent-booking-app .fcal_dashboard_overview .overview-widgets .overview-widget {
    background: #f3eee6;
}




