/* V4: same compact modal control on templates without Stage 3 core CSS. */
.layout--feedback .alp-stage2-form-context {
    margin: -2px 0 16px !important;
    padding: 10px 12px !important;
    border: 1px solid #d4e5d8 !important;
    border-radius: 8px !important;
    color: #205f38 !important;
    background: #f1f7f2 !important;
    font-size: 14px !important;
    font-weight: 600 !important;
    line-height: 1.35 !important;
}
.layout--feedback .alp-stage2-form-toggle {
    position: relative !important;
    box-sizing: border-box !important;
    display: block !important;
    width: 100% !important;
    height: auto !important;
    min-height: 50px !important;
    margin: 2px 0 14px !important;
    padding: 10px 44px 10px 14px !important;
    border: 1px solid #cbd9cf !important;
    border-radius: 8px !important;
    color: #205f38 !important;
    background: #fff !important;
    cursor: pointer !important;
    font: inherit !important;
    font-size: 14px !important;
    font-weight: 600 !important;
    line-height: 1.25 !important;
    text-align: left !important;
    text-transform: none !important;
    white-space: normal !important;
    overflow: visible !important;
}
.layout--feedback .alp-stage2-form-toggle::after {
    position: absolute !important;
    top: 50% !important;
    right: 14px !important;
    content: "+";
    font-size: 20px;
    line-height: 1;
    transform: translateY(-50%);
}
.layout--feedback .alp-stage2-form-toggle[aria-expanded="true"]::after { content: "−"; }
.layout--feedback .alp-stage2-form-optional[hidden] { display: none !important; }
.layout--feedback .alp-stage2-form-optional { display: block !important; }

/* Lighthouse contrast findings on priority catalog pages. */
html body .alp-stage3-richtext > p[style*="color: #ff0000"],
html body .alp-stage3-richtext > p[style*="color:#ff0000"],
html body .alp-stage3-richtext > p[style*="color: #f00"],
html body .alp-stage3-richtext > p[style*="color:#f00"] {
    color: #b42121 !important;
}
html body .alp-cro-inline-nav__button {
    background-color: #a84b00 !important;
    color: #fff !important;
}
