#cc-habs-editor{margin-top:18px}.cc-hab-item{border:1px solid #e6e6e6;border-radius:12px;overflow:hidden;margin-bottom:10px;background:#fff}.cc-hab-collapsed{width:100%;display:flex;align-items:center;gap:10px;padding:10px 12px;background:#fafafa;border:0;cursor:pointer}.cc-hab-mini{width:42px;height:34px;display:flex;align-items:center;justify-content:center}.cc-hab-thumb{width:42px;height:34px;object-fit:cover;border-radius:8px}.cc-hab-thumb-empty{width:42px;height:34px;border-radius:8px;background:#eaeaea;display:inline-block}.cc-hab-title{font-weight:700;color:#333;flex:1;text-align:left}.cc-hab-price{font-weight:700;color:#111;padding:2px 8px;border-radius:999px;background:#f0f0f0}.cc-hab-chevron{opacity:.6}.cc-hab-panel{display:none;padding:14px 12px;border-top:1px solid #eee}.cc-hab-item.is-open .cc-hab-panel{display:block}.cc-grid{display:grid;grid-template-columns:1fr 1fr;gap:14px}@media (max-width:980px){.cc-grid{grid-template-columns:1fr}}.cc-col label{font-size:12px;color:#666;margin-top:10px;display:block}.cc-col input,.cc-col textarea{width:100%;padding:10px 12px;border:1px solid #e2e2e2;border-radius:10px;outline:none;background:#fff}.cc-photos-head{display:flex;align-items:center;gap:12px;flex-wrap:wrap;margin-bottom:10px}.cc-upload-btn{position:relative;display:inline-flex;align-items:center;justify-content:center;padding:8px 12px;border-radius:10px;background:#111;color:#fff;cursor:pointer}.cc-upload-btn input{position:absolute;inset:0;opacity:0;cursor:pointer}.cc-help{font-size:11px;color:#777}.cc-photos{display:flex;gap:10px;flex-wrap:wrap}.cc-photo{width:110px}.cc-photo-img{position:relative;border-radius:12px;overflow:hidden;border:1px solid #eee;background:#fafafa;height:80px}.cc-photo-img img{width:100%;height:100%;object-fit:cover;display:block}.cc-photo-placeholder{width:100%;height:100%;background:#ececec}.cc-photo-del{position:absolute;top:6px;right:6px;border:0;border-radius:10px;padding:6px 8px;background:rgb(0 0 0 / .65);color:#fff;cursor:pointer}.cc-beds{margin-top:14px}.cc-bed-row{display:flex;gap:8px;flex-wrap:wrap;margin-top:8px}.cc-bed{display:flex;align-items:center;gap:8px;padding:8px 10px;border:1px solid #e6e6e6;border-radius:12px;cursor:pointer;background:#fff}.cc-bed input{display:none}.cc-bed-ico img{width:22px;height:22px}.cc-bed-name{font-size:12px;color:#333}.cc-bed.is-on{border-color:#111;box-shadow:0 0 0 1px #111 inset}