.showcase-create{margin-bottom:14px;padding:13px;border:1px solid var(--line);border-radius:10px;background:#fff}.showcase-create summary{cursor:pointer;font-weight:850}.showcase-create form,.showcase-card form{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:9px;margin-top:12px}.showcase-create label,.showcase-card label{display:grid;gap:4px;font-size:12px;font-weight:750}.showcase-create .wide,.showcase-card .wide,.showcase-create form>button,.showcase-create .error,.showcase-card .error,.showcase-actions{grid-column:1/-1}.showcase-create input,.showcase-create textarea,.showcase-create select,.showcase-card input,.showcase-card textarea,.showcase-card select{width:100%;min-height:40px;padding:8px;border:1px solid #b8c8c1;border-radius:7px;background:#fff}.showcase-create textarea,.showcase-card textarea{min-height:80px;resize:vertical}.showcase-create button,.showcase-card button{min-height:40px;padding:8px 12px;border:0;border-radius:7px;background:var(--night);color:#fff;font-weight:800;cursor:pointer}.showcase-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:12px}.showcase-card{padding:14px;border:1px solid var(--line);border-radius:10px;background:#fff}.showcase-card header{display:flex;justify-content:space-between;gap:12px}.showcase-card h3{margin:3px 0;font-size:19px}.showcase-card header span{color:var(--muted);font-size:11px;text-transform:uppercase}.showcase-actions{display:flex;gap:8px}.showcase-card .error{margin:0}@media(max-width:850px){.showcase-grid{grid-template-columns:1fr}}@media(max-width:600px){.showcase-create form,.showcase-card form{grid-template-columns:1fr}.showcase-create .wide,.showcase-card .wide,.showcase-create form>button,.showcase-create .error,.showcase-card .error,.showcase-actions{grid-column:auto}.showcase-actions{display:grid}}
