
.v153-language-bar{display:flex;gap:8px;align-items:center;justify-content:flex-end;padding:8px 16px;font-size:13px;color:#5d4a32}
.v153-language-bar button{border:1px solid #d7c4a6;background:#fffaf1;border-radius:999px;padding:6px 12px;cursor:pointer;font-weight:700}

.v153-unit-panel{border:1px solid #dfcdb1;background:linear-gradient(180deg,#fffdf8 0%,#fff8ef 100%);border-radius:18px;padding:16px 16px 14px;margin:10px 0 14px;box-shadow:0 10px 24px rgba(60,40,20,.07)}
.v153-unit-head{display:flex;align-items:flex-start;justify-content:space-between;gap:14px;margin-bottom:12px}
.v153-unit-title-wrap{display:flex;flex-direction:column;gap:2px;min-width:0}
.v153-unit-kicker{font-size:11px;letter-spacing:.12em;text-transform:uppercase;color:#b38a49;font-weight:800}
.v153-unit-title{font-size:18px;line-height:1.2;color:#2f2012}
.v153-unit-select-label{display:flex;flex-direction:column;gap:6px;min-width:108px;max-width:132px;margin:0;font-size:12px;font-weight:700;color:#5a4731}
.v153-unit-head select{border:1px solid #d3bea0;border-radius:12px;padding:10px 12px;background:white;font-weight:700}

.v153-unit-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:12px;margin-bottom:12px}
.v153-input-card{display:flex;flex-direction:column;gap:6px;margin:0;padding:12px;border:1px solid #ead9bd;border-radius:14px;background:#fff;box-shadow:inset 0 1px 0 rgba(255,255,255,.7);font-weight:700;color:#4b3825}
.v153-input-card input{border:1px solid #d8c4a6;border-radius:12px;padding:12px 12px;background:#fff;font-size:15px;font-weight:700;color:#2f2012}

.v153-unit-note{color:#5e4d39;line-height:1.5;background:#fff;border-radius:14px;padding:12px 14px;border:1px dashed #dec7a3}
.v153-note-title{font-size:12px;letter-spacing:.12em;text-transform:uppercase;color:#b38a49;font-weight:800;margin-bottom:8px}
.v153-note-rows{display:grid;gap:8px}
.v153-note-row{display:flex;align-items:center;justify-content:space-between;gap:12px;padding:8px 0;border-bottom:1px solid #f0e4d0}
.v153-note-row:last-child{border-bottom:0;padding-bottom:2px}
.v153-note-row span{font-size:13px;color:#715b40}
.v153-note-row strong{font-size:14px;color:#2f2012;text-align:right}
.v153-note-help{display:block;margin-top:8px;font-size:12px;color:#876f50}
.v153-internal-cm-field{display:none!important}

@media(max-width:820px){
  .v153-unit-head{flex-direction:column;align-items:stretch}
  .v153-unit-select-label{max-width:none;min-width:0}
}
@media(max-width:680px){
  .v153-unit-grid{grid-template-columns:1fr}
  .v153-language-bar{justify-content:center}
  .v153-note-row{flex-direction:column;align-items:flex-start}
  .v153-note-row strong{text-align:left}
}
