.ticket-image-preview{display:block;width:100%;max-height:260px;object-fit:cover;border-radius:7px;margin:12px 0 16px}
.ticket-button-builder{margin:4px 0 18px;padding:18px;border:1px solid #31233f;border-radius:11px;background:#0a070e}
.ticket-builder-head{display:flex;align-items:center;justify-content:space-between;margin-bottom:13px}
.ticket-builder-head b,.ticket-builder-head small{display:block}
.ticket-builder-head b{font-size:11px}
.ticket-builder-head small{margin-top:4px;color:#73677e;font-size:8px}
.ticket-builder-head button{padding:8px 11px;border:1px solid #5c3980;border-radius:7px;background:#241336;color:#b98be9;font:700 9px 'DM Sans';cursor:pointer}
.ticket-button-row{display:grid;grid-template-columns:42px 1fr 1.2fr 1.2fr 30px;gap:7px;margin-top:8px}
.ticket-button-row input{margin:0;padding:10px;font-size:10px}
.ticket-button-row .emoji-input{text-align:center}
.ticket-button-row button{border:1px solid #5f2d39;border-radius:7px;background:#251016;color:#d9828f;cursor:pointer}
.ticket-preview-categories{display:grid;gap:7px;margin-top:14px}
.ticket-preview-category{display:grid;gap:3px;padding:9px 11px;border-left:2px solid #8b5cf6;border-radius:4px;background:#100b16}
.ticket-preview-category b{font-size:10px;color:#f3eef8}
.ticket-preview-category small{font-size:8px;color:#95879f}
.ticket-preview-select{display:flex;align-items:center;justify-content:space-between;margin-top:12px;padding:11px 13px;border:1px solid #5b466f;border-radius:5px;background:#09070c;color:#e9e2ef;font-size:9px}
.ticket-preview-select b{color:#b894dd;font-size:14px}
@media(max-width:750px){.ticket-button-row{grid-template-columns:45px 1fr}.ticket-button-row .button-description,.ticket-button-row .button-roles{grid-column:1/-1}.ticket-button-row button{grid-column:2/3}}
