[data-tool="price-list"] { min-width: 0; }
.pl-templates, .pl-actions { display: flex; flex-wrap: wrap; gap: 10px; }
.pl-layout { display: grid; grid-template-columns: minmax(260px, 1fr) minmax(0, .85fr); gap: 28px; align-items: start; margin-top: 24px; }
.pl-fields { display: grid; gap: 16px; min-width: 0; }
.pl-fields .tool-field { display: grid; gap: 7px; }
.pl-fields input, .pl-fields textarea, .pl-preview select { box-sizing: border-box; width: 100%; min-width: 0; padding: 12px; border: 1px solid #b9c4d0; border-radius: 8px; background: #fffdf8; color: #152538; font: inherit; }
.pl-fields textarea { resize: vertical; line-height: 1.6; }
.pl-preview { margin: 0; min-width: 0; padding: 18px; background: #eff2f8; border-left: 4px solid #2146a8; }
.pl-preview img { display: block; width: 100%; height: auto; margin-top: 16px; box-shadow: 0 5px 18px #15253815; }
.pl-preview img[hidden], .pl-replace[hidden] { display: none; }
.pl-preview figcaption { margin-top: 12px; font-size: 13px; line-height: 1.5; }
.pl-status { margin: 0; font-weight: 700; color: #2146a8; overflow-wrap: anywhere; }
.pl-replace { margin: 18px 0; padding: 16px; background: #fff0dc; border-left: 4px solid #eb7339; }
.pl-table { margin-top: 24px; }
.pl-table summary { cursor: pointer; font-weight: 700; }
.pl-table [data-rows] { overflow: auto; }
.pl-table table { width: 100%; border-collapse: collapse; font-size: 14px; }
.pl-table th, .pl-table td { padding: 10px 8px; text-align: left; border-bottom: 1px solid #d3d9e2; overflow-wrap: anywhere; }
.pl-table td:nth-child(3) { white-space: nowrap; }
.pl-catalog { padding: 20px 0 0; margin-top: 24px; border-top: 2px solid #2146a8; }
.pl-catalog h3 { font-size: 22px; }
.pl-catalog p { max-width: 75ch; }
.pl-discount { padding:24px 0; margin-top:24px; border-top:2px solid #2146a8; }
.pl-discount h3 { font-size:22px; }
.pl-discount .tool-field { display:grid; gap:8px; max-width:300px; }
.pl-discount input { box-sizing:border-box; width:100%; padding:12px; background:#fffdf8; border:1px solid #b9c4d0; border-radius:8px; color:#152538; font:inherit; }
.pl-discount button { margin:8px 8px 8px 0; }
.pl-discount [data-pld-rows] { overflow:auto; }
.pl-discount table { border-collapse:collapse; width:100%; }
.pl-discount th,.pl-discount td { padding:10px 8px; text-align:left; border-bottom:1px solid #d3d9e2; }
.pl-discount [hidden] { display:none; }
[data-tool="price-list"] button, [data-tool="price-list"] .paper-action { white-space: normal; max-width: 100%; overflow-wrap: anywhere; }
[data-tool="price-list"] button:disabled { opacity: .5; cursor: not-allowed; }
@media (max-width: 800px) { .pl-layout { grid-template-columns: minmax(0,1fr); gap: 22px; } .pl-preview { max-width: 480px; } }
@media (max-width: 380px) { .pl-templates button, .pl-actions button { width: 100%; } .pl-preview { padding: 10px; } }
