.help-search-actions{max-width:680px;margin:12px auto 0;display:flex;justify-content:center}
.help-ask{min-height:46px;border:0;border-radius:999px;padding:0 22px;background:#08724f;color:white;font-weight:900;cursor:pointer;box-shadow:0 8px 20px rgba(8,114,79,.2)}
.help-ask:disabled{opacity:.5;cursor:default}
.help-answer{display:none;margin:0 0 22px;border:1px solid #ddc77f;border-radius:18px;background:#fff8df;padding:18px;box-shadow:0 8px 22px rgba(74,58,18,.06)}
.help-answer.visible{display:block}
.help-answer-heading{display:flex;align-items:center;gap:8px;color:#62470d;font-size:16px;font-weight:900;margin-bottom:9px}
.help-answer-text{white-space:pre-line;color:#26382e;font-size:15px;line-height:1.6}
.help-related-label{margin:13px 0 7px;color:#6d6147;font-size:12px;font-weight:800}
.help-related{display:flex;flex-wrap:wrap;gap:7px}
.help-related button{border:1px solid #c7ac67;border-radius:999px;background:white;color:#365646;padding:7px 11px;font-size:12px;font-weight:800;cursor:pointer}
.help-ai-note{margin-top:9px;color:#7c6c4d;font-size:11px;font-weight:700}
html[dir="rtl"] .help-answer-heading{flex-direction:row-reverse;justify-content:flex-end}
@media(max-width:560px){.help-search-actions{padding-inline:14px}.help-ask{width:100%}.help-answer{padding:15px}}

.topic .body{white-space:normal;padding:18px;line-height:1.55;background:#fffdfa}
.article-section{display:flex;align-items:center;gap:9px;margin:18px 0 9px;color:#173f31;font-size:16px;font-weight:900}.article-section:first-child{margin-top:0}
.article-section-icon{display:grid;place-items:center;width:30px;height:30px;border-radius:9px;background:#e6f1ea;color:#08724f;font-size:15px}
.article-step{display:grid;grid-template-columns:30px 1fr;align-items:start;gap:10px;margin:8px 0;padding:11px 12px;border:1px solid #dce6df;border-radius:12px;background:#f8fbf9}
.article-step-number{display:grid;place-items:center;width:28px;height:28px;border-radius:50%;background:#08724f;color:#fff;font-size:12px;font-weight:900}
.article-step p,.article-paragraph{margin:0;color:#46564d;font-size:14px;line-height:1.65}.article-paragraph+.article-paragraph{margin-top:9px}
.article-bullet{display:grid;grid-template-columns:8px 1fr;gap:9px;align-items:start;margin:7px 2px;color:#46564d;font-size:14px}.article-bullet-dot{width:7px;height:7px;margin-top:8px;border-radius:50%;background:#70a087}
.article-card{margin:8px 0;padding:11px 13px;border-inline-start:4px solid #77a88f;border-radius:10px;background:#f6faf7;color:#46564d;font-size:14px;line-height:1.55}.article-card strong{display:block;color:#245c48;margin-bottom:2px}
.article-commands{display:flex;flex-wrap:wrap;gap:7px;margin:8px 0}.article-command{flex:1 1 190px;padding:9px 11px;border:1px solid #d9e6de;border-radius:11px;background:white;color:#365648;font-size:12px;font-weight:700}
html[dir="rtl"] .article-step{grid-template-columns:1fr 30px}.topic .body[dir="rtl"]{text-align:right}@media(max-width:560px){.topic .body{padding:14px}.article-command{flex-basis:140px}}
