.cl-pace { margin: 24px 0 40px; padding: clamp(20px, 4vw, 36px); border: 1px solid #dce3e9; border-radius: 14px; background: #fff; color: #172b3f; }
.cl-pace h2 { margin-top: 0; }
.cl-pace__grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 20px; }
.cl-pace label { display: block; font-weight: 650; margin-bottom: 6px; }
.cl-pace input, .cl-pace select { width: 100%; min-width: 0; min-height: 48px; padding: 10px 12px; border: 1px solid #65788b; border-radius: 6px; background: #fff; color: #172b3f; font: inherit; }
.cl-pace small { display: block; margin-top: 6px; color: #40566b; }
.cl-pace [hidden] { display: none !important; }
.cl-pace__actions { display: flex; gap: 12px; flex-wrap: wrap; margin-top: 24px; }
.cl-pace button { min-height: 48px; padding: 12px 24px; border: 1px solid #172b3f; border-radius: 6px; background: #172b3f; color: #fff; font: inherit; cursor: pointer; }
.cl-pace button[type=reset] { background: #fff; color: #172b3f; }
.cl-pace :focus-visible { outline: 3px solid #287e0e; outline-offset: 3px; }
.cl-pace [data-error]:not(:empty) { color: #9c1824; margin-top: 20px; }
.cl-pace [aria-invalid=true] { border-color: #9c1824; }
.cl-pace [data-result]:not(:empty) { display: block; padding: 20px; margin-top: 20px; background: #edf5e9; border-radius: 8px; font-size: 1.4rem; font-weight: 700; overflow-wrap: anywhere; }
@media(max-width: 600px) { .cl-pace__grid { grid-template-columns: 1fr; } .cl-pace__actions button { flex: 1; } }
