/* Behavior-only additions. Approved typography, spacing, imagery and colors stay in the original stylesheets. */
.form-honeypot { position:absolute!important; left:-9999px!important; width:1px!important; height:1px!important; opacity:0!important; pointer-events:none; }
button[type="submit"]:disabled { opacity:.6; cursor:default; }
.work-placeholder { visibility:hidden; pointer-events:none; }
.caption { overflow-wrap:anywhere; }
.works-load-status { text-align:center; color:var(--muted); font-size:13px; line-height:1.8; }
.works-load-status button { border:0; background:transparent; color:inherit; font:inherit; text-decoration:underline; text-underline-offset:4px; cursor:pointer; }
@media(min-width:701px) { .work-grid { grid-template-columns:repeat(var(--works-columns,4),minmax(0,1fr)); } }
