.vesta-breadcrumb { font-size:12px; color:var(--vesta-muted); margin-bottom:4px; }
.vesta-text-button { background:none; border:none; color:var(--vesta-accent); padding:0; cursor:pointer; }
.vesta-form-grid { display:grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap:16px; }
.vesta-field--full { grid-column: 1 / -1; }
@media (max-width: 767px) { .vesta-form-grid { grid-template-columns: 1fr; } }
