:root{
    --hap-brand:#10233f;
    --hap-accent:#b51f2a;
    --hap-bg:#f4f6fb;
    --hap-text:#182033;
    --hap-muted:#6b7280;
    --hap-border:#e5e7eb;
    --hap-radius:18px;
}
.hap-offer-wrap,.hap-detail,.hap-schedule-box{font-family:inherit;color:var(--hap-text)}
.hap-filter{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:14px;background:#fff;border:1px solid var(--hap-border);border-radius:var(--hap-radius);padding:18px;margin:0 0 26px;box-shadow:0 14px 35px rgba(16,35,63,.07)}
.hap-filter label,.hap-form label{display:block;font-weight:700;font-size:13px;color:var(--hap-brand);margin-bottom:6px}
.hap-filter input,.hap-filter select,.hap-form input,.hap-form textarea,.hap-form select{width:100%;border:1px solid var(--hap-border);border-radius:12px;padding:12px 13px;background:#fff;color:var(--hap-text);box-sizing:border-box;outline:none;transition:.2s ease}
.hap-filter input:focus,.hap-filter select:focus,.hap-form input:focus,.hap-form textarea:focus{border-color:var(--hap-accent);box-shadow:0 0 0 3px rgba(181,31,42,.12)}
.hap-filter button,.hap-btn{display:inline-flex;align-items:center;justify-content:center;border:0;border-radius:999px;background:var(--hap-accent);color:#fff!important;text-decoration:none!important;font-weight:800;padding:13px 20px;cursor:pointer;line-height:1.1;transition:.2s ease;box-shadow:0 10px 22px rgba(181,31,42,.22)}
.hap-filter button{align-self:end;min-height:46px}
.hap-filter button:hover,.hap-btn:hover{transform:translateY(-1px);filter:brightness(.96);color:#fff!important}
.hap-btn-wide{width:100%;margin-top:8px}
.hap-property-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:24px}
.hap-card{background:#fff;border:1px solid var(--hap-border);border-radius:24px;overflow:hidden;box-shadow:0 16px 35px rgba(16,35,63,.08);transition:.2s ease;display:flex;flex-direction:column;min-height:100%}
.hap-card:hover{transform:translateY(-3px);box-shadow:0 22px 45px rgba(16,35,63,.12)}
.hap-card-image{display:block;height:220px;background:#dbe2ee center/cover no-repeat;position:relative;text-decoration:none!important}
.hap-card-image:after{content:"";position:absolute;inset:0;background:linear-gradient(180deg,rgba(16,35,63,0) 45%,rgba(16,35,63,.36));}
.hap-card-body{padding:20px;display:flex;flex-direction:column;gap:10px;flex:1}
.hap-card-topline{display:flex;justify-content:space-between;gap:10px;align-items:center;color:var(--hap-muted);font-size:13px;font-weight:800;text-transform:uppercase;letter-spacing:.04em}
.hap-status{display:inline-flex;align-items:center;border-radius:999px;padding:7px 10px;background:#eef2f7;color:var(--hap-brand);font-size:12px;font-weight:800;text-transform:none;letter-spacing:0}
.hap-status-available{background:#eaf7ef;color:#176c37}.hap-status-option{background:#fff3d8;color:#8a5b00}.hap-status-rented{background:#f1f1f1;color:#555}
.hap-card h3{font-size:22px;line-height:1.18;margin:0;color:var(--hap-brand)}
.hap-card h3 a{text-decoration:none!important;color:var(--hap-brand)!important}
.hap-location{margin:0;color:var(--hap-muted)}
.hap-card-facts{display:flex;flex-wrap:wrap;gap:8px;margin:4px 0 8px}.hap-card-facts span{background:var(--hap-bg);border-radius:999px;padding:7px 10px;font-size:13px;color:var(--hap-brand);font-weight:700}
.hap-card-bottom{margin-top:auto;display:flex;justify-content:space-between;align-items:center;gap:14px}.hap-card-bottom strong{font-size:19px;color:var(--hap-brand)}
.hap-empty,.hap-empty-admin{background:#fff;border:1px solid var(--hap-border);border-radius:var(--hap-radius);padding:24px;color:var(--hap-muted)}
.hap-gallery{display:grid;grid-template-columns:2fr 1fr 1fr;gap:12px;margin:24px 0}.hap-gallery-item{display:block;border-radius:20px;overflow:hidden;background:#e8edf5;min-height:170px}.hap-gallery-item.is-large{grid-row:span 2;min-height:360px}.hap-gallery img{width:100%;height:100%;object-fit:cover;display:block;transition:.25s ease}.hap-gallery a:hover img{transform:scale(1.025)}
.hap-detail-layout{display:grid;grid-template-columns:minmax(0,1fr) 390px;gap:28px;align-items:start}.hap-detail-main{display:flex;flex-direction:column;gap:22px}.hap-info-panel,.hap-apply-box,.hap-schedule-box{background:#fff;border:1px solid var(--hap-border);border-radius:24px;padding:24px;box-shadow:0 16px 35px rgba(16,35,63,.08)}
.hap-info-panel h2,.hap-apply-box h2,.hap-schedule-box h2{margin:0 0 16px;color:var(--hap-brand);font-size:24px}.hap-facts-list{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:10px}.hap-facts-list div{border:1px solid var(--hap-border);border-radius:14px;padding:12px;background:#fbfcff}.hap-facts-list span{display:block;color:var(--hap-muted);font-size:12px;font-weight:700}.hap-facts-list strong{display:block;color:var(--hap-brand);font-size:15px;margin-top:3px}.hap-extra-note{padding:12px 14px;border-left:4px solid var(--hap-accent);background:#fff7f7;border-radius:10px;margin:16px 0 0}.hap-osm-map{height:360px;border-radius:20px;overflow:hidden;border:1px solid var(--hap-border);background:#e5e7eb}.hap-form{display:flex;flex-direction:column;gap:12px}.hap-form label{color:var(--hap-brand);font-weight:800}.hap-form textarea{resize:vertical}.hap-privacy{display:flex!important;gap:10px;align-items:flex-start;color:var(--hap-text)!important;font-weight:600!important;line-height:1.45}.hap-privacy input{width:auto!important;margin-top:3px}.hap-hp-field{position:absolute;left:-9999px;height:0;overflow:hidden}.hap-message{background:#eef4ff;border:1px solid #dbe8ff;color:#193d72;border-radius:14px;padding:12px 14px;margin:0 0 14px;font-weight:700}.hap-message-success{background:#eaf7ef;border-color:#caead5;color:#176c37}.hap-slot-list{display:flex;flex-direction:column;gap:10px;margin:16px 0}.hap-slot-option{display:flex!important;align-items:center;gap:12px;border:1px solid var(--hap-border);border-radius:16px;padding:14px;background:#fbfcff;cursor:pointer}.hap-slot-option:hover{border-color:var(--hap-accent)}.hap-slot-option input{width:auto!important}.hap-slot-option span{font-weight:800;color:var(--hap-brand)}.hap-slot-option em{margin-left:auto;color:var(--hap-muted);font-style:normal;font-size:13px}
@media (max-width:980px){.hap-filter{grid-template-columns:1fr 1fr}.hap-property-grid{grid-template-columns:1fr 1fr}.hap-detail-layout{grid-template-columns:1fr}.hap-detail-side{order:-1}.hap-gallery{grid-template-columns:1fr 1fr}.hap-gallery-item.is-large{grid-column:span 2;grid-row:auto}}
@media (max-width:640px){.hap-filter,.hap-property-grid,.hap-facts-list{grid-template-columns:1fr}.hap-filter{padding:14px}.hap-card-image{height:190px}.hap-card-bottom{align-items:flex-start;flex-direction:column}.hap-card-bottom .hap-btn{width:100%}.hap-gallery{grid-template-columns:1fr}.hap-gallery-item.is-large{grid-column:auto;min-height:240px}.hap-info-panel,.hap-apply-box,.hap-schedule-box{padding:18px;border-radius:18px}.hap-slot-option{align-items:flex-start;flex-direction:column}.hap-slot-option em{margin-left:0}.hap-osm-map{height:280px}}


/* Huren Achterhoek 1.1 Elementor/theme-ready styling */
@import url('theme-integration.css');
