.po-kb-page{display:grid;gap:22px}.po-kb-hero{align-items:center}.po-kb-status{display:inline-flex;align-items:center;gap:9px;border:1px solid #d9e4ee;background:#fff;border-radius:999px;padding:10px 14px;font-size:13px;font-weight:700;color:#334155;white-space:nowrap}.po-kb-status i{width:9px;height:9px;border-radius:50%;background:#20b486;box-shadow:0 0 0 4px rgba(32,180,134,.12)}.po-kb-metrics{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:16px}.po-kb-metrics article{min-height:112px;background:#fff;border:1px solid #dfe7ef;border-radius:16px;padding:19px 20px;box-shadow:0 8px 22px rgba(15,23,42,.045);display:flex;flex-direction:column;justify-content:center}.po-kb-metrics span{font-size:13px;font-weight:700;color:#64748b}.po-kb-metrics strong{font-size:30px;line-height:1.1;color:#10253f;margin:5px 0}.po-kb-metrics small{color:#7b8a9a}.po-kb-ask-card{padding:24px;display:grid;grid-template-columns:minmax(220px,.72fr) minmax(0,1.28fr);gap:24px;align-items:start}.po-kb-ask-copy h2,.po-kb-library h2,.po-kb-sidebar-card h2{margin:5px 0 7px}.po-kb-ask-copy p{margin:0;color:#64748b}.po-kb-ask-form label,.po-kb-search label{display:block;border:0!important;background:none!important;padding:0!important;margin:0 0 8px!important;font-size:13px;font-weight:700;color:#334155}.po-kb-question-row{display:grid;grid-template-columns:minmax(0,1fr) auto;gap:12px;align-items:stretch}.po-kb-question-row textarea{width:100%;min-height:92px;resize:vertical;border:1px solid #cad6e2;border-radius:12px;padding:13px 14px;box-sizing:border-box;font:inherit;background:#fff}.po-kb-question-row button{align-self:stretch;min-width:128px}.po-kb-answer{grid-column:1/-1;background:#f5f9fd;border:1px solid #d7e4ef;border-left:4px solid #159bd3;border-radius:13px;padding:18px 20px}.po-kb-answer-heading{display:flex;justify-content:space-between;gap:12px;margin-bottom:10px}.po-kb-answer-heading span{font-size:12px;font-weight:800;letter-spacing:.08em;color:#087dab}.po-kb-answer-heading small{color:#738295}.po-kb-answer p:last-child{margin-bottom:0}.po-kb-layout{display:grid;grid-template-columns:260px minmax(0,1fr);gap:18px;align-items:start}.po-kb-sidebar-card{padding:20px;position:sticky;top:20px}.po-kb-categories{display:grid;gap:7px;margin-top:16px}.po-kb-categories a{display:flex;justify-content:space-between;align-items:center;gap:10px;padding:10px 11px;border-radius:10px;color:#405168;text-decoration:none;font-size:14px}.po-kb-categories a:hover,.po-kb-categories a.is-active{background:#eef7fb;color:#087da9}.po-kb-categories strong{display:inline-grid;place-items:center;min-width:25px;height:25px;padding:0 6px;border-radius:999px;background:#edf1f5;font-size:11px}.po-kb-categories a.is-active strong{background:#d9eef7}.po-kb-library{padding:22px}.po-kb-library-head{display:flex;justify-content:space-between;gap:20px;align-items:end;padding-bottom:18px;border-bottom:1px solid #e4ebf1}.po-kb-search{width:min(360px,100%)}.po-kb-search>div{display:flex}.po-kb-search input{width:100%;min-width:0;border:1px solid #cbd7e2;border-right:0;border-radius:10px 0 0 10px;padding:10px 12px;box-sizing:border-box}.po-kb-search button{border:0;background:#10253f;color:#fff;border-radius:0 10px 10px 0;padding:0 16px;font-weight:700}.po-kb-article-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:14px;padding-top:18px}.po-kb-article-card{border:1px solid #dfe7ee;border-radius:14px;padding:18px;background:#fff;display:flex;flex-direction:column;min-height:185px}.po-kb-category-pill{display:inline-flex;align-self:flex-start;background:#eef7fb;color:#087da9;border-radius:999px;padding:5px 9px;font-size:11px;font-weight:800;letter-spacing:.03em}.po-kb-article-card h3{margin:13px 0 8px;color:#12263f;font-size:17px}.po-kb-article-card p{color:#64748b;margin:0 0 17px;line-height:1.55}.po-kb-article-card a{margin-top:auto;color:#0787b7;font-weight:800;text-decoration:none}.po-kb-article-card a span{margin-left:4px}.po-kb-article-detail{padding-top:22px}.po-kb-back{display:inline-flex;margin-bottom:18px;color:#526579;text-decoration:none;font-weight:700}.po-kb-article-detail h2{font-size:28px;margin:12px 0 8px}.po-kb-lead{font-size:17px;color:#5d6d7f;max-width:760px}.po-kb-article-detail h3{margin-top:28px}.po-kb-article-detail ol{padding-left:23px;display:grid;gap:12px}.po-kb-article-detail li{padding-left:5px;line-height:1.55}.po-kb-tip{margin-top:24px;background:#f7fafc;border:1px solid #dfe8ef;border-radius:13px;padding:16px 18px}.po-kb-tip p{margin:5px 0 0;color:#5f7082}.po-empty-state{grid-column:1/-1}
@media(max-width:980px){.po-kb-layout{grid-template-columns:1fr}.po-kb-sidebar-card{position:static}.po-kb-categories{grid-template-columns:repeat(2,minmax(0,1fr))}.po-kb-ask-card{grid-template-columns:1fr}}
@media(max-width:720px){.po-kb-metrics{grid-template-columns:1fr}.po-kb-metrics article{min-height:96px}.po-kb-question-row{grid-template-columns:1fr}.po-kb-question-row button{min-height:48px}.po-kb-library-head{align-items:stretch;flex-direction:column}.po-kb-search{width:100%}.po-kb-article-grid{grid-template-columns:1fr}.po-kb-categories{grid-template-columns:1fr}.po-kb-hero{align-items:flex-start}.po-kb-status{white-space:normal}.po-kb-answer-heading{flex-direction:column}}

/* 0.59.6.18 — unified integration, reporting and AI page styling */
.po-kb-page{box-sizing:border-box;max-width:1500px;margin-left:auto;margin-right:auto;padding-bottom:64px}
.po-kb-page *,.po-kb-page *::before,.po-kb-page *::after{box-sizing:border-box}
.po-kb-page>.po-page-header,.po-kb-page>.po-crm-header{margin-bottom:28px!important}
.po-kb-page [class*="-kpis"]{gap:20px!important;margin:0 0 30px!important}
.po-kb-page [class*="-kpis"]>article{min-height:0!important;height:auto!important;padding:26px 30px!important;border:1px solid #d7e2ef!important;border-radius:20px!important;background:#fff!important;box-shadow:0 12px 32px rgba(15,42,75,.06)!important;display:flex!important;flex-direction:column!important;justify-content:center!important;align-items:flex-start!important;overflow:hidden}
.po-kb-page [class*="-kpis"]>article>span{display:block!important;margin:0 0 12px!important;color:#5f7189!important;font-size:15px!important;font-weight:700!important;line-height:1.3!important;text-transform:none!important;letter-spacing:0!important}
.po-kb-page [class*="-kpis"]>article>strong{display:block!important;margin:0 0 8px!important;color:#0d2b57!important;font-size:34px!important;font-weight:800!important;line-height:1.08!important;white-space:normal!important;overflow:visible!important;text-overflow:clip!important}
.po-kb-page [class*="-kpis"]>article>small{display:block!important;margin:0!important;color:#8090a5!important;font-size:14px!important;line-height:1.45!important}
.po-kb-page .po-crm-card,.po-kb-page [class*="-panel"],.po-kb-page [class*="-section"],.po-kb-page [class*="-summary"],.po-kb-page [class*="-simulator"],.po-kb-page [class*="-empty"]{border:1px solid #d7e2ef!important;border-radius:20px!important;background:#fff!important;box-shadow:0 12px 32px rgba(15,42,75,.05)!important}
.po-kb-page .po-crm-card{padding:30px!important;margin:0 0 28px!important}
.po-kb-page main,.po-kb-page aside,.po-kb-page [class*="-grid"],.po-kb-page [class*="-layout"]{min-width:0}
.po-kb-page h2{line-height:1.2}
.po-kb-page form{margin-top:18px}
.po-kb-page form label:not(.po-check):not([class*="check"]){display:grid!important;gap:9px!important;padding:0!important;border:0!important;background:transparent!important;color:#12335e!important;font-weight:700!important;line-height:1.3!important}
.po-kb-page form input:not([type="checkbox"]):not([type="radio"]):not([type="color"]),.po-kb-page form select,.po-kb-page form textarea{display:block!important;width:100%!important;max-width:100%!important;min-height:52px!important;margin:0!important;padding:13px 16px!important;border:1px solid #cfdbea!important;border-radius:13px!important;background:#fff!important;color:#10264a!important;box-shadow:none!important;line-height:1.35!important}
.po-kb-page form textarea{min-height:120px!important;resize:vertical}
.po-kb-page fieldset{margin:0!important;padding:20px!important;border:1px solid #dbe4ef!important;border-radius:15px!important;background:#fbfdff!important}
.po-kb-page legend{padding:0 8px!important;color:#12335e!important;font-weight:800!important}
.po-kb-page .po-check,.po-kb-page [class*="-check"]{display:flex!important;align-items:center!important;gap:10px!important;padding:0!important;border:0!important;background:transparent!important}
.po-kb-page input[type="checkbox"],.po-kb-page input[type="radio"]{flex:0 0 auto!important;width:19px!important;height:19px!important;min-height:0!important;margin:0!important}
.po-kb-page .po-button,.po-kb-page button,.po-kb-page input[type="submit"]{min-height:50px!important;width:auto!important;padding:13px 22px!important;border-radius:12px!important;line-height:1.2!important;white-space:nowrap}
.po-kb-page details{margin:28px 0!important;border:1px solid #d7e2ef!important;border-radius:18px!important;background:#fff!important;box-shadow:0 10px 26px rgba(15,42,75,.05)!important;overflow:hidden}
.po-kb-page details>summary{display:flex!important;align-items:center!important;justify-content:space-between!important;gap:16px!important;min-height:68px!important;padding:20px 26px!important;cursor:pointer!important;font-size:18px!important;font-weight:800!important;list-style:none!important}
.po-kb-page details>summary::-webkit-details-marker{display:none}
.po-kb-page details>summary::after{content:'›';font-size:28px;line-height:1;transform:rotate(90deg);transition:transform .2s ease}
.po-kb-page details[open]>summary::after{transform:rotate(-90deg)}
.po-kb-page details[open]>summary{border-bottom:1px solid #e2e9f2}
.po-kb-page details>*:not(summary){margin-left:26px!important;margin-right:26px!important}
.po-kb-page table{width:100%;border-collapse:separate;border-spacing:0}
.po-kb-page th,.po-kb-page td{padding:15px 16px!important;border-bottom:1px solid #e6edf5!important;text-align:left}
.po-kb-page th{background:#f6f9fc;color:#4d617b;font-size:12px;font-weight:800;text-transform:uppercase;letter-spacing:.04em}
@media(max-width:800px){.po-kb-page{padding-bottom:44px}.po-kb-page [class*="-kpis"]{grid-template-columns:repeat(2,minmax(0,1fr))!important}.po-kb-page [class*="-kpis"]>article{padding:22px!important}.po-kb-page .po-crm-card{padding:22px!important}.po-kb-page .po-button,.po-kb-page button,.po-kb-page input[type="submit"]{max-width:100%}}
@media(max-width:560px){.po-kb-page [class*="-kpis"]{grid-template-columns:1fr!important}.po-kb-page [class*="-kpis"]>article>strong{font-size:30px!important}.po-kb-page details>summary{padding:18px 20px!important}.po-kb-page details>*:not(summary){margin-left:20px!important;margin-right:20px!important}}


/* Polish */
.po-ai-kb,.po-ai-kb *{box-sizing:border-box}
.po-ai-kb .po-card,
.po-ai-kb .po-article-card{
padding:24px!important;
border-radius:20px;
overflow:hidden;
}
.po-ai-kb .po-article-card{
min-height:270px!important;
display:flex;
flex-direction:column;
}
.po-ai-kb .po-article-card p{
margin:14px 0 0;
line-height:1.7;
overflow-wrap:anywhere;
}
.po-ai-kb .po-article-card h3{
margin:14px 0 10px;
line-height:1.3;
overflow-wrap:anywhere;
}
.po-ai-kb .po-read-guide{margin-top:auto;padding-top:20px}
.po-ai-kb .po-content{gap:28px!important}
.po-ai-kb input,.po-ai-kb textarea,.po-ai-kb button{box-sizing:border-box}

/* 0.59.6.42 — AI Knowledge Base layout and card overlap fix */
.po-kb-page{
    gap:30px!important;
    overflow:visible!important;
}
.po-kb-page .po-kb-ask-card{
    padding:38px 40px!important;
    grid-template-columns:minmax(300px,.75fr) minmax(0,1.25fr)!important;
    gap:42px!important;
    align-items:center!important;
    overflow:visible!important;
}
.po-kb-page .po-kb-ask-copy{
    min-width:0!important;
    padding-right:12px!important;
}
.po-kb-page .po-kb-ask-copy h2{
    margin:10px 0 12px!important;
    line-height:1.2!important;
}
.po-kb-page .po-kb-ask-copy p{
    line-height:1.55!important;
    overflow-wrap:anywhere!important;
}
.po-kb-page .po-kb-ask-form{
    min-width:0!important;
    margin:0!important;
}
.po-kb-page .po-kb-question-row{
    grid-template-columns:minmax(0,1fr) 168px!important;
    gap:16px!important;
    align-items:stretch!important;
}
.po-kb-page .po-kb-question-row textarea{
    min-height:156px!important;
    height:156px!important;
    padding:18px 20px!important;
    border-radius:18px!important;
    line-height:1.5!important;
    overflow-wrap:anywhere!important;
}
.po-kb-page .po-kb-question-row button{
    min-width:168px!important;
    height:156px!important;
    padding:18px!important;
    border-radius:18px!important;
    white-space:normal!important;
    text-align:center!important;
}
.po-kb-page .po-kb-layout{
    grid-template-columns:310px minmax(0,1fr)!important;
    gap:24px!important;
}
.po-kb-page .po-kb-sidebar-card,
.po-kb-page .po-kb-library{
    margin:0!important;
    overflow:hidden!important;
}
.po-kb-page .po-kb-sidebar-card{
    padding:34px 30px!important;
}
.po-kb-page .po-kb-sidebar-card h2{
    margin:10px 0 22px!important;
}
.po-kb-page .po-kb-categories{
    gap:10px!important;
    margin-top:0!important;
}
.po-kb-page .po-kb-categories a{
    min-height:58px!important;
    padding:13px 14px!important;
    border-radius:14px!important;
    line-height:1.35!important;
}
.po-kb-page .po-kb-categories a span{
    min-width:0!important;
    overflow-wrap:anywhere!important;
}
.po-kb-page .po-kb-categories strong{
    flex:0 0 auto!important;
    min-width:34px!important;
    height:34px!important;
    padding:0 8px!important;
}
.po-kb-page .po-kb-library{
    padding:36px 38px 40px!important;
}
.po-kb-page .po-kb-library-head{
    align-items:center!important;
    gap:32px!important;
    padding-bottom:26px!important;
    margin-bottom:0!important;
}
.po-kb-page .po-kb-library-head>div:first-child{
    min-width:230px!important;
}
.po-kb-page .po-kb-library-head h2{
    margin:10px 0 0!important;
    line-height:1.2!important;
}
.po-kb-page .po-kb-search{
    width:min(470px,100%)!important;
    margin:0!important;
}
.po-kb-page .po-kb-search label{
    margin:0 0 10px!important;
    line-height:1.25!important;
}
.po-kb-page .po-kb-search>div{
    display:grid!important;
    grid-template-columns:minmax(0,1fr) 126px!important;
    gap:0!important;
    min-width:0!important;
}
.po-kb-page .po-kb-search input{
    min-width:0!important;
    height:58px!important;
    min-height:58px!important;
    padding:0 18px!important;
    border-radius:16px 0 0 16px!important;
    border-right:0!important;
    overflow:hidden!important;
    text-overflow:ellipsis!important;
}
.po-kb-page .po-kb-search button{
    width:126px!important;
    min-width:126px!important;
    height:58px!important;
    min-height:58px!important;
    padding:0 18px!important;
    border-radius:0 16px 16px 0!important;
}
.po-kb-page .po-kb-article-grid{
    gap:18px!important;
    padding-top:24px!important;
    align-items:stretch!important;
}
.po-kb-page .po-kb-article-card{
    min-width:0!important;
    min-height:240px!important;
    height:auto!important;
    padding:24px 26px!important;
    border-radius:18px!important;
    overflow:hidden!important;
}
.po-kb-page .po-kb-article-card h3{
    margin:16px 0 10px!important;
    line-height:1.28!important;
    overflow-wrap:anywhere!important;
    word-break:normal!important;
}
.po-kb-page .po-kb-article-card p{
    flex:0 1 auto!important;
    margin:0 0 22px!important;
    line-height:1.6!important;
    overflow-wrap:anywhere!important;
    word-break:normal!important;
}
.po-kb-page .po-kb-article-card>a{
    display:inline-flex!important;
    align-items:center!important;
    gap:7px!important;
    width:max-content!important;
    max-width:100%!important;
    margin-top:auto!important;
    padding-top:6px!important;
    line-height:1.35!important;
    overflow-wrap:anywhere!important;
}
.po-kb-page .po-kb-category-pill{
    max-width:100%!important;
    line-height:1.25!important;
    overflow-wrap:anywhere!important;
}
@media(max-width:1100px){
    .po-kb-page .po-kb-layout{grid-template-columns:260px minmax(0,1fr)!important}
    .po-kb-page .po-kb-ask-card{grid-template-columns:1fr!important;gap:28px!important}
}
@media(max-width:820px){
    .po-kb-page .po-kb-layout{grid-template-columns:1fr!important}
    .po-kb-page .po-kb-sidebar-card{position:static!important}
    .po-kb-page .po-kb-library-head{align-items:stretch!important;flex-direction:column!important}
    .po-kb-page .po-kb-search{width:100%!important}
}
@media(max-width:620px){
    .po-kb-page .po-kb-ask-card,.po-kb-page .po-kb-library,.po-kb-page .po-kb-sidebar-card{padding:24px 20px!important}
    .po-kb-page .po-kb-question-row{grid-template-columns:1fr!important}
    .po-kb-page .po-kb-question-row button{width:100%!important;min-width:0!important;height:56px!important;min-height:56px!important}
    .po-kb-page .po-kb-search>div{grid-template-columns:1fr!important;gap:10px!important}
    .po-kb-page .po-kb-search input,.po-kb-page .po-kb-search button{width:100%!important;min-width:0!important;border:1px solid #cbd7e2!important;border-radius:14px!important}
    .po-kb-page .po-kb-article-card{min-height:0!important}
}

/* 0.59.6.43 — AI Knowledge Base border clearance fix */
body.polarone-ui-page .po-kb-page .po-kb-metrics > article,
.po-kb-page .po-kb-metrics > article{
    padding:26px 28px!important;
    overflow:hidden!important;
}
body.polarone-ui-page .po-kb-page .po-kb-metrics > article > span,
body.polarone-ui-page .po-kb-page .po-kb-metrics > article > strong,
body.polarone-ui-page .po-kb-page .po-kb-metrics > article > small,
.po-kb-page .po-kb-metrics > article > span,
.po-kb-page .po-kb-metrics > article > strong,
.po-kb-page .po-kb-metrics > article > small{
    position:relative!important;
    inset:auto!important;
    width:auto!important;
    max-width:100%!important;
    padding:0!important;
    overflow-wrap:anywhere!important;
}
.po-kb-page .po-kb-ask-card{
    padding:34px 36px!important;
    overflow:visible!important;
}
.po-kb-page .po-kb-ask-form{
    min-width:0!important;
    margin:0!important;
    padding:10px 0 0!important;
    overflow:visible!important;
}
.po-kb-page .po-kb-ask-form > label[for="po-kb-question"]{
    display:block!important;
    position:static!important;
    float:none!important;
    transform:none!important;
    width:auto!important;
    margin:0 0 12px!important;
    padding:0 2px!important;
    border:0!important;
    background:transparent!important;
    line-height:1.35!important;
}
.po-kb-page .po-kb-question-row{
    margin:0!important;
    padding:0!important;
    min-width:0!important;
    overflow:visible!important;
}
.po-kb-page .po-kb-question-row textarea{
    position:static!important;
    margin:0!important;
    padding:20px 22px!important;
    min-height:166px!important;
    border:1px solid #cbd8e7!important;
    border-radius:18px!important;
    line-height:1.5!important;
    box-sizing:border-box!important;
}
.po-kb-page .po-kb-question-row button{
    position:static!important;
    margin:0!important;
    min-width:176px!important;
    padding:18px 26px!important;
    border-radius:18px!important;
    box-sizing:border-box!important;
}
.po-kb-page .po-kb-library,
.po-kb-page .po-kb-sidebar-card{
    overflow:hidden!important;
}
.po-kb-page .po-kb-article-card{
    padding:26px 28px!important;
}
@media(max-width:620px){
    .po-kb-page .po-kb-ask-card{padding:28px 22px!important}
    .po-kb-page .po-kb-question-row button{min-width:0!important;width:100%!important}
}


/* 0.59.6.44 — final form clearance and anchored article navigation */
.po-kb-page .po-kb-ask-form,
.po-kb-page .po-kb-search{
    position:relative!important;
    display:block!important;
    min-width:0!important;
    margin:0!important;
    padding:22px 24px 24px!important;
    border:1px solid #d7e2ef!important;
    border-radius:20px!important;
    background:#fff!important;
    box-shadow:0 12px 32px rgba(15,42,75,.05)!important;
    overflow:visible!important;
}
.po-kb-page .po-kb-ask-form > label[for="po-kb-question"],
.po-kb-page .po-kb-search > label[for="kb-search"]{
    display:block!important;
    position:static!important;
    inset:auto!important;
    transform:none!important;
    float:none!important;
    width:auto!important;
    max-width:100%!important;
    margin:0 0 14px!important;
    padding:0!important;
    border:0!important;
    border-radius:0!important;
    background:transparent!important;
    box-shadow:none!important;
    color:#102b52!important;
    font-size:15px!important;
    font-weight:800!important;
    line-height:1.3!important;
}
.po-kb-page .po-kb-question-row{
    display:grid!important;
    grid-template-columns:minmax(0,1fr) 200px!important;
    gap:20px!important;
    align-items:stretch!important;
}
.po-kb-page .po-kb-question-row textarea{
    min-height:170px!important;
    margin:0!important;
    padding:22px 24px!important;
    border:1px solid #cbd8e7!important;
    border-radius:18px!important;
    background:#fff!important;
    box-shadow:none!important;
}
.po-kb-page .po-kb-question-row button{
    width:100%!important;
    min-width:0!important;
    min-height:170px!important;
    margin:0!important;
    border-radius:18px!important;
}
.po-kb-page .po-kb-search{
    width:min(470px,100%)!important;
}
.po-kb-page .po-kb-search > div{
    display:grid!important;
    grid-template-columns:minmax(0,1fr) 145px!important;
    gap:0!important;
    min-width:0!important;
    margin:0!important;
    padding:0!important;
    border:0!important;
    background:transparent!important;
    box-shadow:none!important;
}
.po-kb-page .po-kb-search input{
    min-width:0!important;
    height:58px!important;
    min-height:58px!important;
    margin:0!important;
    padding:0 20px!important;
    border:1px solid #cbd8e7!important;
    border-right:0!important;
    border-radius:16px 0 0 16px!important;
    background:#fff!important;
    box-shadow:none!important;
}
.po-kb-page .po-kb-search button{
    width:100%!important;
    min-width:0!important;
    height:58px!important;
    min-height:58px!important;
    margin:0!important;
    padding:0 22px!important;
    border:1px solid #102b52!important;
    border-radius:0 16px 16px 0!important;
    background:#102b52!important;
    box-shadow:none!important;
}
#polarone-kb-library,
#polarone-kb-answer{
    scroll-margin-top:110px;
}
@media(max-width:720px){
    .po-kb-page .po-kb-ask-form,
    .po-kb-page .po-kb-search{padding:20px!important}
    .po-kb-page .po-kb-question-row{grid-template-columns:1fr!important;gap:14px!important}
    .po-kb-page .po-kb-question-row button{min-height:56px!important}
    .po-kb-page .po-kb-search > div{grid-template-columns:1fr!important;gap:12px!important}
    .po-kb-page .po-kb-search input,
    .po-kb-page .po-kb-search button{
        width:100%!important;
        border:1px solid #cbd8e7!important;
        border-radius:14px!important;
    }
    .po-kb-page .po-kb-search button{border-color:#102b52!important}
}

/* 0.59.6.45 — remove form legend-style border collisions */
.po-kb-page .po-kb-ask-form,
.po-kb-page .po-kb-search{
    padding:0!important;
    border:0!important;
    border-radius:0!important;
    background:transparent!important;
    box-shadow:none!important;
    overflow:visible!important;
}
.po-kb-page .po-kb-ask-form > label[for="po-kb-question"],
.po-kb-page .po-kb-search > label[for="kb-search"]{
    position:static!important;
    display:block!important;
    margin:0 0 12px!important;
    padding:0!important;
    line-height:1.35!important;
    background:transparent!important;
}
.po-kb-page .po-kb-question-row{
    gap:18px!important;
}
.po-kb-page .po-kb-question-row textarea,
.po-kb-page .po-kb-question-row button,
.po-kb-page .po-kb-search input,
.po-kb-page .po-kb-search button{
    position:static!important;
    transform:none!important;
    box-sizing:border-box!important;
}
.po-kb-page .po-kb-search > div{
    grid-template-columns:minmax(0,1fr) 145px!important;
    gap:14px!important;
}
.po-kb-page .po-kb-search input,
.po-kb-page .po-kb-search button{
    border-radius:16px!important;
    border:1px solid #cbd8e7!important;
}
.po-kb-page .po-kb-search button{
    border-color:#102b52!important;
}
#polarone-kb-library,
#polarone-kb-answer,
.po-kb-article-detail{
    scroll-margin-top:120px!important;
}
@media(max-width:720px){
    .po-kb-page .po-kb-search > div{grid-template-columns:1fr!important;gap:12px!important}
}
