Add soft match for postcodes 20100/20360, split section headers

- Show green 'todennäköisesti saatavuus' for postcodes 20100 and 20360
  even when no exact address match found
- Split section into 'Saatavuuskysely' and 'Yhteydenotto' headers

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
This commit is contained in:
2026-03-10 02:52:13 +02:00
parent adcced4907
commit 4c66b900ce
2 changed files with 28 additions and 3 deletions

View File

@@ -512,6 +512,23 @@ img {
line-height: 1.8;
}
.availability-form-header {
margin-bottom: 24px;
}
.availability-form-header h2 {
font-size: 1.6rem;
font-weight: 700;
color: var(--dark);
margin-bottom: 8px;
}
.availability-form-header p {
color: var(--text-light);
font-size: 0.95rem;
line-height: 1.6;
}
.form {
background: var(--bg);
border: 1px solid var(--border);