.template-block-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:14px}.template-block{position:relative;display:grid;grid-template-columns:auto minmax(0,1fr);grid-template-rows:auto auto auto;gap:5px 11px;align-items:start;border:1px solid var(--line);border-radius:12px;padding:16px;background:#fff}.template-block>input[type=checkbox]{grid-column:1;grid-row:1/4;width:18px;height:18px}.template-block>strong{grid-column:2;grid-row:1;display:block;padding-right:25px}.template-block>span{grid-column:2;grid-row:2;display:block;color:var(--muted);font-size:12px;line-height:1.4}.template-block>small{grid-column:2;grid-row:3;display:inline-flex;width:max-content;margin-top:3px;padding:3px 7px;border-radius:999px;background:#e8f0fb;color:#315b92;font-size:10px;font-weight:750}.template-block.required-block{background:#f8fbff;border-color:#cbdcf5}@media(max-width:850px){.template-block-grid{grid-template-columns:1fr 1fr}}@media(max-width:560px){.template-block-grid{grid-template-columns:1fr}}
