
.ofcs5-wrap{max-width:980px;margin:20px auto;padding:0 14px}
.ofcs5-card{background:#fff;border:1px solid #ddd;border-radius:12px;padding:16px 16px;margin:14px 0;box-shadow:0 1px 2px rgba(0,0,0,.04)}
.ofcs5-success{border-color:#b6ddb6;background:#f6fff6}
.ofcs5-muted{color:#555}
.ofcs5-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:12px}
.ofcs5-field label{display:block;font-weight:600;margin-bottom:6px}
.ofcs5-field input, .ofcs5-field select, .ofcs5-field textarea{width:100%;padding:10px;border:1px solid #ccc;border-radius:10px;font:inherit}
.ofcs5-span2{grid-column:span 2}
@media (max-width:720px){.ofcs5-grid{grid-template-columns:1fr}.ofcs5-span2{grid-column:span 1}}
.ofcs5-help{font-size:12px;color:#666;margin-top:6px}
.ofcs5-contract{border:1px solid #ccc;border-radius:12px;padding:12px;background:#fafafa}
.ofcs5-consent{margin:10px 0}
.ofcs5-consent input{width:auto;margin-right:8px}
.ofcs5-sigbox{border:1px solid #111;border-radius:12px;background:#fff;overflow:hidden}
#ofcs5_sig{display:block;width:100%;height:auto;touch-action:none}
.ofcs5-btn{margin-top:8px}
.ofcs5-submit{padding:12px 16px}

.ofcs5-lang-toggle{display:flex;gap:8px;margin-bottom:8px}
.ofcs5-lang-btn{border:1px solid #ccc;background:#fff;border-radius:999px;padding:8px 12px;font:inherit;cursor:pointer}
.ofcs5-lang-btn.is-active{border-color:#111}
.ofcs5-lang-select{display:none}

.ofcs5-wrap.is-rtl{text-align:right}
.ofcs5-wrap.is-rtl .ofcs5-grid{direction:rtl}
.ofcs5-wrap.is-rtl .ofcs5-field input,
.ofcs5-wrap.is-rtl .ofcs5-field textarea{direction:rtl}
.ofcs5-wrap.is-rtl .ofcs5-lang-toggle{justify-content:flex-start}
