.pof-finder {
  --pof-card-bg: #ffffff;
  --pof-text: #222222;
  --pof-radius: 7px;
  --pof-pill: 999px;
  --pof-gap: 20px;
  --pof-search-icon-color: #0e4478;
  --pof-result-icon-color: #0e4478;
  --pof-search-border: 0;
  max-width: 100%;
}
.pof-search {display:flex;align-items:stretch;width:100%;max-width:450px;margin:0 auto 20px;border:var(--pof-search-border);border-radius:var(--pof-pill);overflow:hidden}
.pof-finder[style*="--pof-search-border"] .pof-search {background:#fff}
.pof-search-input {flex:1 1 auto;min-width:0;height:46px;padding:0 18px;background:#fff!important;color:#222;border:0!important;border-radius:var(--pof-pill) 0 0 var(--pof-pill)!important;box-shadow:none!important;outline:none}
.pof-search-input:focus {outline:2px solid rgba(0,0,0,.12);outline-offset:2px}
.pof-search-button {flex:0 0 52px;width:52px;height:46px;display:inline-flex;align-items:center;justify-content:center;border-radius:0 var(--pof-pill) var(--pof-pill) 0!important;border:0;cursor:pointer;padding:0}
.pof-finder[style*="--pof-btn-bg"] .pof-search-button {background:var(--pof-btn-bg)!important}
.pof-search-icon {width:22px;height:22px;color:var(--pof-search-icon-color,#0e4478)!important;fill:currentColor!important;stroke:none!important}
.pof-search-icon path {fill:currentColor!important;stroke:none!important}
.pof-map {display:none;width:100%;min-height:340px;margin:0 0 20px;border-radius:var(--pof-radius);overflow:hidden;background:#f7f8f9}
.pof-status {margin:0 0 12px;font-size:14px;opacity:.78;text-align:center}
.pof-results {display:block}
.pof-card {background:var(--pof-card-bg)!important;color:var(--pof-text)!important;border-radius:var(--pof-radius);padding:16px;margin:0 0 var(--pof-gap)}
.pof-card * {box-sizing:border-box}
.pof-card-title {font-size:18px;font-weight:700;line-height:1.25;margin:0 0 10px}
.pof-solo-title {font-size:clamp(28px,4vw,40px);line-height:1.1;margin:0 0 28px;color:#0e4478}
.pof-row {display:flex;align-items:flex-start;gap:14px;margin:0 0 17px;line-height:1.45}
.pof-row:last-child {margin-bottom:0}
.pof-row-icon {flex:0 0 25px;width:25px;height:25px;color:var(--pof-result-icon-color,#0e4478)!important;fill:currentColor!important;stroke:none!important;margin-top:1px}
.pof-row-icon path {fill:currentColor!important;stroke:none!important}
.pof-row a {color:inherit;text-decoration:none}
.pof-row a:hover,.pof-details-link:hover {text-decoration:underline}
.pof-phone strong {font-weight:700}
.pof-actions {margin-top:13px}
.pof-details-link {display:inline-flex;align-items:center;gap:9px;color:inherit;text-decoration:none;font-weight:600}
.pof-details-link .pof-row-icon {width:20px;height:20px;flex-basis:20px}
.pof-solo-details {font-size:18px}
.pof-pagination {display:flex;justify-content:center;align-items:center;gap:12px;margin:8px 0 20px;color:#222}
.pof-page-button {cursor:pointer;border-radius:999px;padding:8px 14px;border:1px solid rgba(0,0,0,.16)}
.pof-finder[style*="--pof-btn-bg"] .pof-page-button {background:var(--pof-btn-bg)!important}
.pof-page-button:disabled {cursor:not-allowed;opacity:.45}
.pof-page-count {font-size:14px;color:#222}
@media (max-width:520px){.pof-search{max-width:100%}.pof-pagination{gap:8px}.pof-card{padding:12px}.pof-solo-details{font-size:16px}.pof-row{gap:11px}}

.pof-card-solo.pof-solo-has-map {display:grid;grid-template-columns:minmax(0,1fr) minmax(320px,1fr);gap:32px;align-items:stretch}
.pof-solo-content {min-width:0}
.pof-solo-map {width:100%;min-height:420px;border-radius:var(--pof-radius);overflow:hidden;background:#f7f8f9}
.pof-card-solo.pof-solo-no-map {display:block}
@media (max-width:800px){.pof-card-solo.pof-solo-has-map{grid-template-columns:1fr}.pof-solo-map{min-height:320px}}
