/* START_SNIPPET:el-rental-deposit (INDEX:218) */
.el-rental-deposit{padding:16px;margin:0 0 18px;border:1px solid #d7c8b3;border-radius:8px;background:#faf7f2;color:#29251f;font-size:14px;line-height:1.5}
  .el-rental-deposit label{display:flex;gap:12px;align-items:flex-start;cursor:pointer;font-weight:600}
  .el-rental-deposit input{width:20px;height:20px;min-width:20px;margin:2px 0 0;accent-color:#806244}
  .el-rental-deposit p{margin:10px 0 0;font-size:13px}
  .el-rental-deposit [role=alert]{color:#a02222;font-weight:600}
  .el-rental-deposit input:focus-visible{outline:2px solid #806244;outline-offset:3px}
/* END_SNIPPET:el-rental-deposit */
