.tsls-property-widget {
    box-sizing: border-box;
    width: 100%;
    margin-top: 16px;
    padding: 22px 20px 20px;
    color: #1c1c1a;
    background: #fff;
    border: 1px solid rgba(22, 45, 47, .06);
    border-radius: 4px;
    box-shadow: 0 10px 30px rgba(25, 35, 35, .09);
}

.tsls-property-widget[hidden] { display: none !important; }
.tsls-property-widget *, .tsls-property-widget *::before, .tsls-property-widget *::after { box-sizing: border-box; }

.tsls-property-widget__eyebrow {
    margin: 0 0 4px;
    color: #c88d24;
    font-size: 10px;
    font-weight: 700;
    letter-spacing: .12em;
    line-height: 1.35;
    text-transform: uppercase;
}

.tsls-property-widget h3 {
    margin: 0;
    font-family: inherit;
    font-size: 24px;
    font-weight: 400;
    line-height: 1.15;
}

.tsls-property-widget__subhead {
    margin: 3px 0 12px;
    color: #6f716e;
    font-size: 11px;
}

.tsls-property-widget__story-list { display: grid; gap: 8px; }

.tsls-property-widget__story {
    display: grid;
    grid-template-columns: 68px minmax(0, 1fr) 18px;
    gap: 11px;
    align-items: center;
    color: inherit;
    text-decoration: none;
}

.tsls-property-widget__story:hover strong,
.tsls-property-widget__story:focus strong,
.tsls-property-widget__more:hover,
.tsls-property-widget__more:focus,
.tsls-property-widget__resources a:hover,
.tsls-property-widget__resources a:focus { color: #007c88; }

.tsls-property-widget__thumb {
    display: block;
    width: 68px;
    height: 44px;
    overflow: hidden;
    background: #dce8e7;
}

.tsls-property-widget__thumb img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.tsls-property-widget__thumb-placeholder {
    display: block;
    width: 100%;
    height: 100%;
    background: linear-gradient(145deg, #b8d1cf, #e8d7b3);
}

.tsls-property-widget__story-copy { min-width: 0; }
.tsls-property-widget__story-copy strong {
    display: block;
    font-size: 12px;
    font-weight: 500;
    line-height: 1.25;
    transition: color .18s ease;
}
.tsls-property-widget__story-copy small {
    display: block;
    margin-top: 3px;
    color: #777b78;
    font-size: 9px;
    line-height: 1.2;
}
.tsls-property-widget__arrow { color: #008a96; font-size: 18px; line-height: 1; }

.tsls-property-widget__more {
    display: block;
    margin-top: 12px;
    color: #007c88;
    font-size: 10px;
    font-weight: 500;
    text-align: center;
    text-decoration: none;
}

.tsls-property-widget__resources {
    margin-top: 18px;
    padding-top: 16px;
    border-top: 1px solid #e5e5e1;
}
.tsls-property-widget__resources ul { margin: 7px 0 0; padding: 0; list-style: none; }
.tsls-property-widget__resources li { margin: 0 0 5px; padding: 0; }
.tsls-property-widget__resources a {
    color: #007c88;
    font-size: 10px;
    line-height: 1.35;
    text-decoration: underline;
    text-underline-offset: 2px;
}
.tsls-property-widget__resources a span { margin-left: 5px; text-decoration: none; }
.tsls-property-widget__notice,
.tsls-property-widget__empty {
    margin: 14px 0 0;
    color: #777b78;
    font-size: 8px;
    line-height: 1.55;
}

@media (max-width: 767px) {
    .tsls-property-widget { margin-top: 14px; padding: 20px 18px; }
    .tsls-property-widget h3 { font-size: 22px; }
}
