.tww-widget {
		font-family: var(--gp-font--inter);align-content;
	color:#fff;
}
.tww-location {
	font-size: 16px;
	color: #fff;
}

.tww-temp {
	font-size: 50px;
	line-height: 50px;
}

.tww-icon {
	font-size: 35px;
	line-height: 70px;
	margin-right: 10px;
}

.tww-unit {
	font-size: 30px;
	vertical-align: super;
}

.tww-main {
	align-items: flex-start !important;
	color: #fff;
}

    .embed-container { 
        position: relative; 
        padding-bottom: 56.25%;
        overflow: hidden;
        max-width: 100%;
        height: auto;
    } 

    .embed-container iframe,
    .embed-container object,
    .embed-container embed { 
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
    }

.listingWebsite {
	display: inline-flex !important;
}