/* generated hover/focus states (mirrors design style-hover / style-focus) */
.hv1:hover{background:#a3652c !important;color:#1E2226 !important}
.hv2:hover{color:#D89A5B !important}
.hv3:hover{background:#cf8640 !important;color:#1E2226 !important}
.hv4:hover{border-bottom-color:#B87333 !important;color:#FAF5F2 !important}
.hv5:hover{background:#2c3238 !important;color:#FAF5F2 !important}
.hv6:hover{background:#2c3238 !important}
.hv7:hover{background:#a3652c !important}
.fc1:focus{border-color:#B87333 !important;box-shadow:0 0 0 3px rgba(184,115,51,.14) !important}

/* image slots */
.gde-img{position:absolute;inset:0;width:100%;height:100%;object-fit:cover;z-index:0}
.gde-img--missing{display:none}
.gde-slot-empty{position:absolute;inset:0;display:flex;align-items:center;justify-content:center;text-align:center;padding:20px;background:#eee7e0;color:#9a9088;font-family:'JetBrains Mono',monospace;font-size:.72rem;letter-spacing:.06em;line-height:1.5}
/* form errors */
.gde-err{margin-top:7px;font-size:.85rem;color:#b23b2e;display:none}
.gde-err.is-shown{display:block}
