
/* Styl formularza i HUB dla MOL HDK */
.mol-hdk-hero{padding:1rem 1.2rem;background:#f7f7f9;border:1px solid #e5e7eb;border-radius:8px;margin-bottom:1rem}
.mol-hdk-subtitle{margin:.25rem 0 0 0;color:#333}
.mol-hdk-info{margin-bottom:1rem;padding:.8rem;border:1px dashed #cbd5e1;border-radius:8px;background:#fafafa}
.mol-hdk-card {border:1px solid #ddd; padding:1rem; border-radius:8px; max-width:720px; background:#fff}
.mol-hdk-title-sm {margin:0 0 .5rem 0}
.mol-hdk-form p {margin:0.6rem 0}
.mol-hdk-form input[type="text"],
.mol-hdk-form input[type="email"],
.mol-hdk-form input[type="tel"],
.mol-hdk-form select {width:100%; padding:0.5rem; border:1px solid #ccc; border-radius:4px}
.mol-hdk-form input[type="file"]{display:block; width:100%;}
.mol-hdk-radio {display:block; margin:.25rem 0}
.mol-hdk-submit {background:#068; color:#fff; border:none; padding:.6rem 1rem; border-radius:4px; cursor:pointer}
.mol-hdk-submit:hover {background:#046}
.mol-hdk-message {padding:.8rem; border-radius:4px; margin:1rem 0}
.mol-hdk-error {background:#ffe8e6; border:1px solid #f5c2c0; color:#7b2}
.mol-hdk-success {background:#e6ffea; border:1px solid #b8edc2; color:#064}
.mol-hdk-honeypot {position:absolute; left:-9999px; top:auto; width:1px; height:1px; opacity:0}
