.uas-store-trust-bar {
    box-sizing: border-box;
    background: #064b70;
    color: #fff;
    font-size: 13px;
    line-height: 1.4;
}
.uas-store-trust-inner {
    box-sizing: border-box;
    width: calc(100% - 48px);
    max-width: 1360px;
    margin: 0 auto;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 24px;
    padding: 9px 0;
}
.uas-store-trust-intro { font-weight: 500; }
.uas-store-trust-links { display: flex; flex-wrap: wrap; align-items: center; gap: 0; }
.uas-store-trust-bar .uas-store-trust-links a {
    display: inline-flex;
    align-items: center;
    gap: 7px;
    padding: 1px 15px;
    color: #fff;
    text-decoration: none;
    font-weight: 650;
    border-left: 1px solid rgb(255 255 255 / 35%);
}
.uas-store-trust-bar .uas-store-trust-links a:first-child { border-left: 0; padding-left: 0; }
.uas-store-trust-bar .uas-store-trust-links a:last-child { padding-right: 0; }
.uas-store-trust-bar .uas-store-trust-links a:hover { text-decoration: underline; text-underline-offset: 3px; }
.uas-store-trust-bar a:focus-visible { outline: 2px solid #ffd000; outline-offset: 4px; }
.uas-help-icon { flex: 0 0 auto; display: block; }
.uas-store-trust-bar .uas-help-icon { width: 18px; height: 18px; }
body.uas-help-page #primary { float: none; width: 100%; margin-right: 0; }
body.uas-help-page #secondary { display: none; }
body.uas-help-page .entry-header { margin-bottom: 24px; }
body.uas-help-page .entry-title { font-size: clamp(28px, 3vw, 40px); line-height: 1.2; font-weight: 650; color: #173543; }
.uas-help-layout { display: grid; grid-template-columns: minmax(0, 1fr) 330px; align-items: start; gap: clamp(28px, 5vw, 76px); }
.uas-help-copy { min-width: 0; font-size: 16px; line-height: 1.8; color: #263f4b; }
.uas-help-copy > :first-child { margin-top: 0; }
.uas-help-copy p { margin: 0 0 20px; }
.uas-help-copy .uas-help-lead { font-size: 19px; line-height: 1.65; color: #345665; margin-bottom: 30px; }
.uas-help-copy h2 { color: #173543; font-size: 23px; font-weight: 650; line-height: 1.35; margin: 30px 0 10px; }
.uas-help-copy ol, .uas-help-copy ul { margin: 0 0 22px 24px; }
.uas-help-copy li { padding-left: 3px; margin-bottom: 10px; }
.uas-help-sidebar { background: #f2f6f8; border: 1px solid #dce5eb; padding: 24px; border-radius: 12px; }
.uas-help-sidebar h2 { font-size: 23px; line-height: 1.3; margin: 0 0 18px; font-weight: 650; color: #173543; }
.uas-help-sidebar nav { display: grid; gap: 10px; }
body.uas-help-page .entry-content .uas-help-sidebar nav a {
    display: flex;
    align-items: center;
    gap: 12px;
    padding: 15px 13px;
    border: 1px solid #dbe4e9;
    border-radius: 8px;
    background: #fff;
    color: #075579;
    text-decoration: none;
    font-size: 14px;
    line-height: 1.5;
    font-weight: 600;
    box-shadow: 0 2px 3px rgb(15 47 62 / 4%);
}
body.uas-help-page .entry-content .uas-help-sidebar nav a:hover { border-color: #8fb0c1; background: #fbfdfe; }
body.uas-help-page .entry-content .uas-help-sidebar nav a:focus-visible { outline: 3px solid #075579; outline-offset: 2px; }
.uas-help-arrow { margin-left: auto; }
.uas-help-sidebar > p { margin: 18px 0 0; color: #526a76; font-size: 13px; line-height: 1.6; }
@media (max-width: 900px) {
    .uas-store-trust-intro { display: none; }
    .uas-store-trust-inner { justify-content: center; }
    .uas-help-layout { grid-template-columns: minmax(0, 1fr) 290px; gap: 26px; }
    .uas-help-sidebar { padding: 18px; }
}
@media (max-width: 680px) {
    .uas-store-trust-inner { width: calc(100% - 24px); padding: 10px 0; }
    .uas-store-trust-links { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); width: 100%; gap: 0; }
    .uas-store-trust-bar .uas-store-trust-links a { justify-content: center; text-align: center; padding: 2px 9px; font-size: 11px; gap: 4px; }
    .uas-store-trust-bar .uas-help-icon { display: none; }
    .uas-help-layout { grid-template-columns: minmax(0, 1fr); gap: 24px; }
    .uas-help-copy { font-size: 15px; }
    .uas-help-copy .uas-help-lead { font-size: 17px; }
}
