.bh-acc-intake {
    --bh-acc-slate: #3f494c;
    --bh-acc-taupe: #4c423f;
    --bh-acc-field: #f4f5f4;
    --bh-acc-warm: #f7f2ea;
    --bh-acc-white: #ffffff;
    --bh-acc-line: rgba(63, 73, 76, 0.16);
    --bh-acc-line-strong: rgba(63, 73, 76, 0.32);
    --bh-acc-soft-line: rgba(170, 143, 102, 0.34);
    --bh-acc-muted: rgba(76, 66, 63, 0.74);
    --bh-acc-bronze: #aa8f66;
    --bh-acc-bronze-dark: #7a6547;
    --bh-acc-green: #4d6b54;
    --bh-acc-warning: #8a5b00;
    --bh-acc-error: #8f2727;
    --bh-acc-error-bg: #fff1f1;
    --bh-acc-warning-bg: #fff8e8;
    --bh-acc-success-bg: #eef5ef;
    background: transparent;
    color: var(--bh-acc-taupe);
    box-sizing: border-box;
    font-family: "Source Sans 3", system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
    font-size: 16px;
    line-height: 1.55;
    margin: 0 auto;
    max-width: 1180px !important;
    padding: 0;
    width: min(1180px, 100%);
}

.bh-acc-intake *,
.bh-acc-intake *::before,
.bh-acc-intake *::after {
    box-sizing: border-box;
}

.bh-acc-shell {
    background: rgba(255, 255, 255, 0.72);
    border: 1px solid var(--bh-acc-line);
    border-radius: 4px;
    box-shadow: 0 18px 42px rgba(63, 73, 76, 0.07);
    max-width: 100%;
    margin: 0 auto;
    padding: 28px;
}

.bh-acc-header {
    border-bottom: 2px solid var(--bh-acc-bronze);
    margin-bottom: 24px;
    padding-bottom: 18px;
}

.bh-acc-eyebrow {
    color: var(--bh-acc-bronze);
    font-size: 13px;
    font-weight: 700;
    letter-spacing: 0;
    text-transform: uppercase;
}

.bh-acc-title {
    color: var(--bh-acc-slate);
    font-family: "Public Sans", system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
    font-size: 32px;
    font-weight: 650;
    line-height: 1.2;
    margin: 4px 0 10px;
}

.bh-acc-intake h2,
.bh-acc-intake h3,
.bh-acc-intake h4 {
    color: var(--bh-acc-slate);
    font-family: "Public Sans", system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
    font-weight: 650;
    letter-spacing: 0;
}

.bh-acc-lede,
.bh-acc-helper,
.bh-acc-intake p {
    margin: 0 0 12px;
}

.bh-acc-lede {
    color: var(--bh-acc-muted);
    font-size: 17px;
    line-height: 1.55;
    max-width: 860px;
}

.bh-acc-artifact-meta {
    display: grid;
    gap: 10px;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    margin: 16px 0 0;
}

.bh-acc-meta-item {
    background: rgba(255, 255, 255, 0.86);
    border: 1px solid var(--bh-acc-line);
    border-radius: 4px;
    font-size: 13px;
    line-height: 1.35;
    min-height: 58px;
    padding: 11px 12px;
}

.bh-acc-meta-item strong {
    color: var(--bh-acc-slate);
}

.bh-acc-helper {
    color: var(--bh-acc-muted);
    font-size: 13px;
}

.bh-acc-layout {
    display: grid;
    grid-template-columns: minmax(230px, 260px) minmax(0, 1fr);
    gap: 22px;
    align-items: start;
}

.bh-acc-content {
    min-width: 0;
}

.bh-acc-progress {
    background: rgba(255, 255, 255, 0.88);
    border: 1px solid var(--bh-acc-line);
    border-radius: 4px;
    padding: 16px;
    position: sticky;
    top: 18px;
}

.bh-acc-progress-title {
    font-size: 17px;
    line-height: 1.3;
    margin: 0 0 10px;
}

.bh-acc-step-list {
    list-style: none;
    margin: 0;
    padding: 0;
}

.bh-acc-step-list-item {
    border-bottom: 1px solid var(--bh-acc-line);
    color: var(--bh-acc-muted);
    font-size: 14px;
    padding: 0;
}

.bh-acc-step-jump {
    appearance: none;
    background: transparent;
    border: 0;
    color: inherit;
    cursor: pointer;
    display: block;
    font: inherit;
    padding: 10px 0;
    text-align: left;
    width: 100%;
}

.bh-acc-step-jump:focus-visible {
    outline: 2px solid var(--bh-acc-bronze);
    outline-offset: 3px;
}

.bh-acc-step-jump:disabled {
    cursor: default;
}

.bh-acc-step-list-item strong,
.bh-acc-step-jump strong {
    color: inherit;
    display: block;
}

.bh-acc-step-list-item:last-child {
    border-bottom: 0;
}

.bh-acc-step-list-item.is-active {
    color: var(--bh-acc-slate);
    font-weight: 700;
}

.bh-acc-step-list-item.is-complete {
    color: var(--bh-acc-green);
}

.bh-acc-step-list-item.is-locked {
    color: rgba(76, 66, 63, 0.45);
}

.bh-acc-card,
.bh-acc-section {
    background: var(--bh-acc-white);
    border: 1px solid var(--bh-acc-line);
    border-radius: 4px;
    margin-bottom: 16px;
    padding: 22px;
}

.bh-acc-section-title {
    color: var(--bh-acc-slate);
    font-size: 22px;
    line-height: 1.25;
    margin: 0 0 12px;
}

.bh-acc-section h4 {
    font-size: 16px;
    line-height: 1.3;
    margin: 12px 0 8px;
}

.bh-acc-step-intro {
    color: var(--bh-acc-muted);
    font-size: 15px;
    line-height: 1.55;
    max-width: 760px;
}

.bh-acc-subtitle {
    color: var(--bh-acc-slate);
    font-size: 16px;
    line-height: 1.3;
    margin: 0 0 10px;
}

.bh-acc-field-grid,
.bh-acc-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 14px;
}

.bh-acc-field {
    display: flex;
    flex-direction: column;
    min-width: 0;
}

.bh-acc-address-field {
    position: relative;
}

.bh-acc-field--full {
    grid-column: 1 / -1;
}

.bh-acc-label {
    color: var(--bh-acc-slate);
    display: block;
    font-size: 13px;
    font-weight: 700;
    margin-bottom: 5px;
}

.bh-acc-field > label,
.bh-acc-upload > label,
.bh-acc-file-row label,
.bh-acc-check {
    color: var(--bh-acc-slate);
    display: block;
    font-size: 13px;
    font-weight: 700;
    margin-bottom: 5px;
}

.bh-acc-branch-questions .bh-acc-field > label {
    min-height: 2.5em;
}

.bh-acc-check {
    align-items: flex-start;
    background: #fbfcfb;
    border: 1px solid var(--bh-acc-line);
    border-radius: 3px;
    display: flex;
    gap: 9px;
    margin: 8px 0;
    padding: 10px;
}

.bh-acc-check input {
    margin-top: 3px;
}

.bh-acc-check--inline {
    background: transparent;
    border: 0;
    margin: 4px 0;
    padding: 0;
}

.bh-acc-field--check {
    align-self: end;
}

.bh-acc-route-acknowledgements {
    margin-top: 10px;
}

.bh-acc-required::after {
    color: var(--bh-acc-error);
    content: " required";
    font-weight: 400;
}

.bh-acc-input,
.bh-acc-select,
.bh-acc-textarea,
.bh-acc-field input[type="text"],
.bh-acc-field input[type="email"],
.bh-acc-field select,
.bh-acc-field textarea,
.bh-acc-file-row select,
.bh-acc-intake input[type="text"].bh-acc-input,
.bh-acc-intake input[type="email"].bh-acc-input,
.bh-acc-intake input[type="tel"].bh-acc-input,
.bh-acc-intake select.bh-acc-select,
.bh-acc-intake textarea.bh-acc-textarea {
    background: var(--bh-acc-white);
    border: 1px solid var(--bh-acc-line-strong);
    border-radius: 3px;
    color: var(--bh-acc-slate);
    font: inherit;
    min-height: 40px;
    padding: 9px 10px;
    width: 100%;
}

.bh-acc-dropzone {
    align-items: center;
    background: rgba(247, 242, 234, 0.52);
    border: 1px dashed var(--bh-acc-soft-line);
    border-radius: 4px;
    color: var(--bh-acc-muted);
    display: flex;
    flex-direction: column;
    justify-content: center;
    margin: 8px 0;
    min-height: 96px;
    padding: 16px;
    text-align: center;
}

.bh-acc-dropzone strong {
    color: var(--bh-acc-slate);
    display: block;
}

.bh-acc-dropzone span {
    display: block;
}

.bh-acc-mobile-upload-guidance {
    color: var(--bh-acc-muted);
    font-size: 13px;
    line-height: 1.4;
    margin-top: 6px;
    max-width: 560px;
}

.bh-acc-dropzone-note {
    font-size: 13px;
    margin-top: 8px;
}

.bh-acc-file-picker-button {
    background: var(--bh-acc-white);
    border: 1px solid var(--bh-acc-line-strong);
    border-radius: 3px;
    color: var(--bh-acc-slate);
    cursor: pointer;
    display: inline-block;
    font-family: "Public Sans", system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
    font-size: 14px;
    font-weight: 700;
    line-height: 1.2;
    margin-top: 8px;
    padding: 9px 14px;
}

.bh-acc-file-picker-button:hover {
    background: var(--bh-acc-field);
}

.bh-acc-dropzone.is-dragging {
    background: rgba(77, 107, 84, 0.08);
    border-color: var(--bh-acc-green);
}

.bh-acc-textarea,
.bh-acc-intake textarea.bh-acc-textarea {
    min-height: 96px;
    resize: vertical;
}

.bh-acc-input:focus,
.bh-acc-select:focus,
.bh-acc-textarea:focus,
.bh-acc-button:focus-visible,
.bh-acc-file-remove:focus-visible {
    outline: 3px solid rgba(77, 107, 84, 0.28);
    outline-offset: 2px;
}

.bh-acc-input[aria-invalid="true"],
.bh-acc-select[aria-invalid="true"],
.bh-acc-textarea[aria-invalid="true"],
.bh-acc-field input[aria-invalid="true"],
.bh-acc-field select[aria-invalid="true"],
.bh-acc-field textarea[aria-invalid="true"],
.bh-acc-field.has-error .bh-acc-input,
.bh-acc-field.has-error .bh-acc-select,
.bh-acc-field.has-error .bh-acc-textarea,
.bh-acc-field.has-error .bh-acc-checkbox-group {
    border-color: var(--bh-acc-error);
}

.bh-acc-field-error {
    color: var(--bh-acc-error);
    font-size: 13px;
    margin-top: 6px;
}

.bh-acc-address-options {
    background: var(--bh-acc-white);
    border: 1px solid var(--bh-acc-line-strong);
    border-radius: 3px;
    box-shadow: 0 10px 26px rgba(63, 73, 76, 0.14);
    left: 0;
    max-height: 250px;
    overflow-y: auto;
    position: absolute;
    right: 0;
    top: 68px;
    z-index: 20;
}

.bh-acc-address-option {
    background: var(--bh-acc-white);
    border: 0;
    border-bottom: 1px solid var(--bh-acc-line);
    color: var(--bh-acc-slate);
    cursor: pointer;
    display: block;
    font: inherit;
    font-size: 14px;
    line-height: 1.35;
    padding: 10px 12px;
    text-align: left;
    width: 100%;
}

.bh-acc-address-option:last-child {
    border-bottom: 0;
}

.bh-acc-address-option:hover,
.bh-acc-address-option.is-active {
    background: var(--bh-acc-field);
}

.bh-acc-notice,
.bh-acc-error,
.bh-acc-success,
.bh-acc-alert {
    border-left: 4px solid;
    font-size: 14px;
    margin: 12px 0;
    padding: 12px;
}

.bh-acc-notice {
    background: var(--bh-acc-warning-bg);
    border-color: var(--bh-acc-warning);
}

.bh-acc-error {
    background: var(--bh-acc-error-bg);
    border-color: var(--bh-acc-error);
    color: var(--bh-acc-error);
}

.bh-acc-success {
    background: var(--bh-acc-success-bg);
    border-color: var(--bh-acc-green);
    color: var(--bh-acc-green);
}

.bh-acc-confirmation {
    display: grid;
    gap: 10px;
}

.bh-acc-confirmation p {
    margin: 0;
}

.bh-acc-result-actions {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    margin-top: 4px;
}

.bh-acc-result-actions .bh-acc-button,
.bh-acc-result-actions .bh-acc-button:visited {
    color: var(--bh-acc-white);
}

.bh-acc-result-actions .bh-acc-button--secondary,
.bh-acc-result-actions .bh-acc-button--secondary:visited {
    color: var(--bh-acc-slate);
}

.bh-acc-error-summary:empty,
.bh-acc-is-hidden,
.bh-acc-hidden,
.bh-acc-step[hidden] {
    display: none;
}

.bh-acc-intake [hidden] {
    display: none !important;
}

.bh-acc-branch-panel {
    background: linear-gradient(180deg, rgba(247, 242, 234, 0.62), rgba(255, 255, 255, 0.92));
    border: 1px solid var(--bh-acc-line);
    border-radius: 4px;
    margin-top: 14px;
    padding: 14px;
}

.bh-acc-route-documents {
    background: rgba(247, 242, 234, 0.46);
    border: 1px solid var(--bh-acc-line);
    border-radius: 4px;
    margin: 12px 0 16px;
    padding: 14px;
}

.bh-acc-route-documents h4 {
    margin-top: 0;
}

.bh-acc-document-examples {
    background: #fbfcfb;
    border: 1px solid var(--bh-acc-line);
    border-radius: 4px;
    margin: 12px 0;
    padding: 12px 14px;
}

.bh-acc-document-examples h4 {
    margin-top: 0;
}

.bh-acc-example-list {
    margin: 0;
    padding-left: 18px;
}

.bh-acc-example-list li {
    margin: 6px 0;
}

.bh-acc-upload-note {
    background: rgba(77, 107, 84, 0.08);
    border-left: 3px solid var(--bh-acc-green);
    color: var(--bh-acc-slate);
    font-size: 14px;
    line-height: 1.45;
    margin: 12px 0;
    padding: 10px 12px;
}

.bh-acc-handoff {
    border-top: 1px solid var(--bh-acc-line);
    font-size: 14px;
    margin-top: 16px;
    padding-top: 16px;
}

.bh-acc-branch-panel.is-active {
    border-color: var(--bh-acc-soft-line);
    box-shadow: inset 4px 0 0 var(--bh-acc-bronze);
}

.bh-acc-branch-questions {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 14px;
    margin-top: 12px;
}

.bh-acc-route-section {
    border-top: 1px solid var(--bh-acc-line);
    color: var(--bh-acc-slate);
    font-family: "Public Sans", system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
    font-size: 15px;
    font-weight: 650;
    grid-column: 1 / -1;
    margin-top: 4px;
    padding-top: 14px;
}

.bh-acc-route-note {
    background: rgba(77, 107, 84, 0.08);
    border-left: 3px solid var(--bh-acc-green);
    color: var(--bh-acc-slate);
    font-size: 14px;
    grid-column: 1 / -1;
    line-height: 1.45;
    padding: 10px 12px;
}

.bh-acc-guidelines-reference {
    margin: 0 0 14px;
}

.bh-acc-guidelines-reference-card {
    align-items: center;
    background: var(--bh-acc-white);
    border: 1px solid var(--bh-acc-line);
    border-left: 3px solid var(--bh-acc-green);
    border-radius: 3px;
    display: flex;
    gap: 12px;
    justify-content: space-between;
    padding: 10px 12px;
}

.bh-acc-guidelines-reference-text {
    color: var(--bh-acc-slate);
    font-weight: 650;
    line-height: 1.35;
}

.bh-acc-guidelines-link {
    align-items: center;
    border: 1px solid var(--bh-acc-green);
    border-radius: 3px;
    color: var(--bh-acc-green);
    display: inline-flex;
    flex: 0 0 auto;
    font-size: 13px;
    font-weight: 700;
    justify-content: center;
    line-height: 1.2;
    min-height: 32px;
    padding: 7px 10px;
    text-decoration: none;
}

.bh-acc-guidelines-link:hover,
.bh-acc-guidelines-link:focus {
    background: rgba(77, 107, 84, 0.08);
}

.bh-acc-inline-link {
    color: var(--bh-acc-green);
    font-weight: 700;
    text-decoration: underline;
    text-underline-offset: 2px;
}

.bh-acc-checkbox-group {
    background: var(--bh-acc-white);
    border: 1px solid var(--bh-acc-line);
    border-radius: 3px;
    display: grid;
    gap: 7px;
    padding: 10px;
}

.bh-acc-help {
    color: var(--bh-acc-muted);
    font-size: 13px;
    line-height: 1.45;
    margin-top: 5px;
}

.bh-acc-tag {
    background: #e8ede9;
    border-radius: 3px;
    color: var(--bh-acc-green);
    display: inline-block;
    font-size: 12px;
    font-weight: 700;
    margin-bottom: 8px;
    padding: 3px 7px;
}

.bh-acc-checklist {
    margin: 0;
    padding-left: 18px;
}

.bh-acc-list {
    color: var(--bh-acc-muted);
    margin: 0;
    padding-left: 18px;
}

.bh-acc-review {
    display: grid;
    gap: 14px;
    margin-top: 14px;
}

.bh-acc-review-section {
    background: rgba(255, 255, 255, 0.82);
    border: 1px solid var(--bh-acc-line);
    border-radius: 4px;
    padding: 14px;
}

.bh-acc-review-section h4 {
    margin-top: 0;
}

.bh-acc-review-list {
    display: grid;
    gap: 8px 14px;
    grid-template-columns: minmax(150px, 220px) minmax(0, 1fr);
    margin: 0;
}

.bh-acc-review-list dt {
    color: var(--bh-acc-slate);
    font-weight: 700;
}

.bh-acc-review-list dd {
    margin: 0;
    min-width: 0;
    overflow-wrap: anywhere;
}

.bh-acc-review-bullets {
    margin: 0;
    padding-left: 18px;
}

.bh-acc-checklist li {
    margin: 6px 0;
}

.bh-acc-glossary-term {
    display: inline;
    position: relative;
}

.bh-acc-glossary-label {
    border-bottom: 1px dotted rgba(63, 73, 76, 0.5);
}

.bh-acc-glossary-trigger {
    align-items: center;
    appearance: none;
    background: #edf2ee;
    border: 1px solid rgba(77, 107, 84, 0.22);
    border-radius: 999px;
    color: var(--bh-acc-green);
    cursor: pointer;
    display: inline-flex;
    font: inherit;
    font-size: 11px;
    font-weight: 800;
    height: 19px;
    justify-content: center;
    line-height: 1;
    margin-left: 4px;
    padding: 0;
    transform: translateY(-1px);
    width: 19px;
}

.bh-acc-glossary-trigger:hover,
.bh-acc-glossary-trigger:focus-visible {
    background: var(--bh-acc-green);
    color: var(--bh-acc-white);
    outline: 3px solid rgba(77, 107, 84, 0.22);
    outline-offset: 2px;
}

.bh-acc-glossary-popover {
    background: var(--bh-acc-white);
    border: 1px solid var(--bh-acc-line-strong);
    border-radius: 4px;
    box-shadow: 0 14px 34px rgba(63, 73, 76, 0.18);
    color: var(--bh-acc-taupe);
    display: block;
    font-size: 13px;
    font-weight: 400;
    left: 0;
    line-height: 1.4;
    margin-top: 6px;
    max-width: min(320px, calc(100vw - 40px));
    padding: 10px 12px;
    position: absolute;
    text-align: left;
    top: 100%;
    width: max-content;
    z-index: 50;
}

.bh-acc-glossary-popover[hidden] {
    display: none;
}

.bh-acc-glossary-source {
    border-top: 1px solid var(--bh-acc-line);
    color: var(--bh-acc-muted);
    display: block;
    font-size: 12px;
    margin-top: 8px;
    padding-top: 6px;
}

.bh-acc-list li {
    margin: 7px 0;
}

.bh-acc-prep-list {
    counter-reset: bh-acc-prep;
    display: grid;
    gap: 10px;
    list-style: none;
    margin: 16px 0 0;
    padding: 0;
}

.bh-acc-prep-list li {
    background: #fbfcfb;
    border: 1px solid var(--bh-acc-line);
    border-left: 3px solid var(--bh-acc-bronze);
    border-radius: 4px;
    counter-increment: bh-acc-prep;
    display: grid;
    gap: 4px;
    min-width: 0;
    padding: 12px 14px 12px 46px;
    position: relative;
}

.bh-acc-prep-list li::before {
    align-items: center;
    background: var(--bh-acc-green);
    border-radius: 999px;
    color: var(--bh-acc-white);
    content: counter(bh-acc-prep);
    display: flex;
    font-size: 12px;
    font-weight: 700;
    height: 23px;
    justify-content: center;
    left: 13px;
    line-height: 1;
    position: absolute;
    top: 13px;
    width: 23px;
}

.bh-acc-prep-list strong {
    color: var(--bh-acc-slate);
    display: block;
    font-size: 15px;
    line-height: 1.35;
}

.bh-acc-prep-list span {
    color: var(--bh-acc-muted);
    display: block;
    font-size: 14px;
    line-height: 1.45;
}

.bh-acc-upload-box {
    background: #fbfcfb;
    border: 2px dashed var(--bh-acc-line-strong);
    border-radius: 4px;
    padding: 22px;
    text-align: center;
}

.bh-acc-upload-box.is-dragging {
    background: #eef5ef;
    border-color: var(--bh-acc-green);
}

.bh-acc-file-input {
    border: 0;
    height: 1px;
    margin: 0;
    opacity: 0.001;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
}

.bh-acc-file-list {
    display: grid;
    gap: 8px;
    margin-top: 12px;
}

.bh-acc-file-row {
    align-items: start;
    background: rgba(247, 242, 234, 0.34);
    border: 1px solid var(--bh-acc-line);
    border-radius: 3px;
    display: grid;
    gap: 12px;
    grid-template-columns: minmax(0, 1fr) minmax(180px, 240px) auto;
    padding: 10px;
}

.bh-acc-file-name {
    font-weight: 700;
    overflow-wrap: anywhere;
}

.bh-acc-file-meta {
    color: var(--bh-acc-muted);
    display: block;
    font-size: 13px;
    font-weight: 400;
    margin-top: 2px;
}

.bh-acc-file-remove {
    background: transparent;
    border: 1px solid transparent;
    border-radius: 3px;
    color: var(--bh-acc-slate);
    cursor: pointer;
    font: inherit;
    font-weight: 700;
    padding: 9px 8px;
}

.bh-acc-file-remove:hover {
    background: var(--bh-acc-error-bg);
    border-color: rgba(143, 39, 39, 0.24);
    color: var(--bh-acc-error);
    text-decoration: none;
}

.bh-acc-summary-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 12px;
}

.bh-acc-summary-item {
    background: #fbfcfb;
    border: 1px solid var(--bh-acc-line);
    border-radius: 3px;
    min-width: 0;
    padding: 10px;
}

.bh-acc-summary-label {
    color: var(--bh-acc-muted);
    display: block;
    font-size: 12px;
    font-weight: 700;
    margin-bottom: 4px;
    text-transform: uppercase;
}

.bh-acc-actions {
    display: flex;
    gap: 10px;
    justify-content: flex-end;
    margin-top: 18px;
    min-height: 42px;
}

.bh-acc-button,
.bh-acc-intake button.bh-acc-button {
    background: var(--bh-acc-slate);
    border: 1px solid var(--bh-acc-slate);
    border-radius: 3px;
    color: var(--bh-acc-white);
    cursor: pointer;
    font-family: "Public Sans", system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
    font-size: 14px;
    font-weight: 700;
    min-height: 40px;
    padding: 10px 14px;
    text-decoration: none;
}

.bh-acc-button:hover,
.bh-acc-intake button.bh-acc-button:hover {
    background: var(--bh-acc-bronze-dark);
    border-color: var(--bh-acc-bronze-dark);
    color: var(--bh-acc-white);
}

.bh-acc-button--secondary,
.bh-acc-intake button.bh-acc-button--secondary {
    background: var(--bh-acc-white);
    color: var(--bh-acc-slate);
}

.bh-acc-button--secondary:hover,
.bh-acc-intake button.bh-acc-button--secondary:hover {
    background: var(--bh-acc-field);
    color: var(--bh-acc-slate);
}

.bh-acc-button[disabled],
.bh-acc-intake button.bh-acc-button[disabled] {
    cursor: not-allowed;
    opacity: 0.58;
}

.bh-acc-form.is-processing {
    cursor: progress;
}

.bh-acc-form.is-processing .bh-acc-button {
    pointer-events: none;
}

@media (max-width: 860px) {
    .bh-acc-layout,
    .bh-acc-field-grid,
    .bh-acc-grid,
    .bh-acc-branch-questions,
    .bh-acc-summary-grid,
    .bh-acc-artifact-meta {
        grid-template-columns: 1fr;
    }

    .bh-acc-branch-questions .bh-acc-field > label {
        min-height: 0;
    }

    .bh-acc-progress {
        position: static;
    }

    .bh-acc-file-row {
        grid-template-columns: 1fr;
    }

    .bh-acc-guidelines-reference-card {
        align-items: flex-start;
        flex-direction: column;
    }
}

@media (max-width: 520px) {
    .bh-acc-intake {
        padding: 0;
        width: 100%;
    }

    .bh-acc-title {
        font-size: 24px;
    }

    .bh-acc-card,
    .bh-acc-section,
    .bh-acc-progress,
    .bh-acc-shell {
        padding: 16px;
    }

    .bh-acc-actions {
        align-items: stretch;
        flex-direction: column-reverse;
    }

    .bh-acc-button,
    .bh-acc-intake button.bh-acc-button {
        width: 100%;
    }

    .bh-acc-glossary-popover {
        left: auto;
        max-width: calc(100vw - 48px);
        right: 0;
        width: 280px;
    }
}
