#sidebar .tpd-controls { padding: 2px 2px 14px; border-bottom: 2px solid #1163ad; margin-bottom: 12px; }
#sidebar .tpd-controls label { display: block; font-size: 13px; font-weight: 700; color: #222; margin-bottom: 6px; }
#sidebar .tpd-city { display: block; width: 100%; min-height: 38px; padding: 7px; background: white; color: #222; border: 1px solid #aaa; border-radius: 3px; font-size: 14px; }
#sidebar .tpd-summary { font-size: 14px; font-weight: 700; color: #115b99; margin: 12px 0 5px; }
.tpd-note { font-size: 12px; line-height: 1.5; color: #515151; margin: 6px 0; }
#sidebar .tpd-card, .tpd-popup .tpd-card { background: #fff; border-bottom: 1px solid #d9e2e9; padding: 12px 2px; font-size: 12px; line-height: 1.4; }
#sidebar .tpd-card h4, .tpd-popup .tpd-card h4 { margin: 0 0 5px; color: #164d7b; font-size: 15px; line-height: 1.35; font-weight: 700; text-transform: none; }
.tpd-card p { margin: 3px 0; }
.tpd-distance { color: #555; font-size: 11px; }
.tpd-actions { display: flex; flex-wrap: wrap; gap: 6px 10px; align-items: center; margin-top: 9px; }
.tpd-actions a, .tpd-actions button { font-size: 12px; }
.tpd-actions .tpd-call { display: inline-block; background: #126231; color: white; border-radius: 3px; padding: 7px 9px; text-decoration: none; }
.tpd-actions .tpd-profile { color: #164d7b; text-decoration: underline; }
.tpd-actions .tpd-locate { border: 0; padding: 4px 0; background: transparent; color: #164d7b; text-decoration: underline; cursor: pointer; }
.tpd-marker { background: #1263aa; color: #fff; border: 2px solid white; border-radius: 50%; box-shadow: 0 1px 5px #555; text-align: center; font: bold 13px/30px Arial,sans-serif; }
.tpd-popup { min-width: 230px; }
.tpd-popup .tpd-note { margin: 0 0 8px; }
#sidebar .tpd-live:empty { display: none; }
@media (max-width: 767px) {
    .header-search.map #sidebar.leftsli { position: relative; left: auto; top: auto; width: calc(100% - 20px) !important; max-height: 360px; height: auto; margin: 10px; padding: 12px; }
}
