/*** MLS Genie property data frontend styles ***/ 


.mlsg-property-history-wrap {
    width: 100%;
}

.mlsg-property-history {
    width: 100%;
    border-collapse: collapse;
    font-size: 14px;
}

.mlsg-property-history th,.mlsg-property-history td {
    padding: 10px;
    border: 1px solid rgba(0,0,0,.08);
    text-align: left;
    vertical-align: top;
}

.mlsg-property-history thead th {
    font-weight: 700;
    background: rgba(0,0,0,.03);
}

.mlsg-ph-empty {
    font-size: 14px;
    opacity: .8;
}

.mlsg-shared-footer .mlsg-credit {
    display: flex;
    align-items: center;
    gap: 8px;
}

.mlsg-shared-footer .mlsg-logo-small {
    height: 18px;
    width: auto;
    display: block;
}

.mlsg-data-disclaimer {
    margin-top: 8px;
    font-size: 12px;
    opacity: .8;
    line-height: 1.4;
}


.mlsg-credit span {
	display: flex;
}

.mlsg-credit {
	display: flex;
	gap: 5px;
	font-size: 12px;
	align-items: baseline;
	transition: 250ms;
}

.mlsg-credit a {
	display: flex;
}

img.mlsg-logo-small {
	height: 15px;
	width: auto;
	filter: grayscale(100);
}

img.mlsg-logo-small:hover {
	filter: grayscale(0) !important;
}

.mlsg-data-disclaimer {
    display: flex;
    justify-content: space-between;
    align-items: baseline;
    flex-wrap: wrap;
    gap: 2px;
    line-height: 1.5;
    font-size: 13px;
    opacity: .65;
}