.local-property-section { padding-top: 36px; padding-bottom: 36px; }
.local-property-section > p, .local-property-guide > p { line-height: 1.8; margin: 16px 0 24px; }
.local-property-actions { display: flex; flex-wrap: wrap; gap: 12px; margin: 24px 0; }
.local-property-actions .btn-outline { color: #172b43; border-color: #b8c4d1; background: #fff; }
.local-property-actions .btn-outline:hover, .local-property-actions .btn-outline:focus-visible { color: #fff; border-color: #172b43; background: #172b43; }
.local-property-section [hidden] { display: none !important; }
.local-property-guide { padding-top: 28px; padding-bottom: 36px; max-width: 900px; }
.local-property-guide h3 { margin-top: 28px; }
.local-property-links { background: #f5f7f9; }
.local-property-link-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 20px; }
.local-property-link-grid > a { display: flex; flex-direction: column; gap: 14px; padding: 26px; background: #fff; color: #172b43; border: 1px solid #dce3eb; border-radius: 16px; text-decoration: none; }
.local-property-link-grid > a:hover, .local-property-link-grid > a:focus-visible { border-color: #8f6b2f; box-shadow: 0 6px 20px #172b4310; }
.local-property-link-grid h3 { font-size: 1.2rem; }
.local-property-link-grid p { line-height: 1.7; margin: 0; }
.local-property-link-grid span { margin-top: auto; font-weight: 700; color: #735523; }
@media (max-width: 760px) {
    .local-property-link-grid { grid-template-columns: 1fr; }
    .local-property-actions > a { max-width: 100%; white-space: normal; text-align: center; }
}
