.static-page-header .header_flex { padding-right: 170px; }

.static-page-header .site-title,
.static-page-header .site-title:visited {
    display: block;
    margin: 0;
    padding-top: 0;
    color: #fff !important;
    font-size: 2em;
    font-weight: 400;
    line-height: normal;
    text-decoration: none !important;
    text-shadow: none;
}

.static-page-header > .static-page-header-link,
.static-page-header > .static-page-header-link:visited {
    position: absolute;
    top: 50%;
    right: 10px;
    left: auto;
    display: inline-flex;
    width: auto;
    min-height: 30px;
    margin: 0;
    padding: 3px 12px 3px 7px;
    align-items: center;
    box-sizing: border-box;
    border: 1px solid rgba(255, 255, 255, .5);
    border-radius: 999px;
    background: rgba(255, 255, 255, .12);
    box-shadow: 0 1px 3px rgba(0, 0, 0, .18);
    color: #fff !important;
    font-size: 12px;
    font-weight: 700;
    letter-spacing: .01em;
    text-decoration: none !important;
    text-shadow: none;
    transform: translateY(-50%);
    transition: background-color .15s ease, border-color .15s ease, box-shadow .15s ease;
}

.static-page-header > .static-page-header-link::before {
    display: inline-flex;
    width: 20px;
    height: 20px;
    margin-right: 6px;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    background: rgba(255, 255, 255, .16);
    content: "\2190";
    font-size: 14px;
    line-height: 1;
}

.static-page-header > .static-page-header-link:hover,
.static-page-header > .static-page-header-link:focus {
    border-color: rgba(255, 255, 255, .8);
    background: rgba(255, 255, 255, .23);
    box-shadow: 0 2px 5px rgba(0, 0, 0, .22);
}

.static-page-header > .static-page-header-link:focus-visible {
    outline: 3px solid rgba(255, 255, 255, .42);
    outline-offset: 2px;
}

.static-page-bubbles {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    margin: 8px 0 18px;
}

.static-page-bubbles a,
.static-page-bubbles a:visited {
    display: inline-flex;
    min-height: 32px;
    padding: 5px 12px;
    align-items: center;
    box-sizing: border-box;
    border: 1px solid #b8d0bb;
    border-radius: 999px;
    background: #edf6ee;
    color: #155d35 !important;
    font-size: 12px;
    font-weight: 700;
    line-height: 1.2;
    text-decoration: none !important;
    text-shadow: none;
    transition: background-color .15s ease, border-color .15s ease, transform .15s ease;
}

.static-page-bubbles a:hover,
.static-page-bubbles a:focus {
    border-color: #75a27e;
    background: #dceede;
    transform: translateY(-1px);
}

.static-page-bubbles a:focus-visible {
    outline: 3px solid rgba(38, 122, 74, .25);
    outline-offset: 2px;
}

.static-page-bubbles a[aria-current="page"],
.static-page-bubbles a[aria-current="page"]:visited {
    border-color: #155d35;
    background: #155d35;
    box-shadow: inset 0 0 0 1px rgba(255, 255, 255, .18);
    color: #fff !important;
    cursor: default;
    transform: none;
}

html.theme-dark .static-page-bubbles a,
html.theme-dark .static-page-bubbles a:visited {
    border-color: #48664d;
    background: #203e24;
    color: #eef3ee !important;
}

html.theme-dark .static-page-bubbles a[aria-current="page"],
html.theme-dark .static-page-bubbles a[aria-current="page"]:visited {
    border-color: #dceede;
    background: #367f48;
    box-shadow: inset 0 0 0 1px rgba(255, 255, 255, .25), 0 0 0 1px rgba(220, 238, 222, .18);
    color: #fff !important;
    font-weight: 800;
    text-shadow: none !important;
}

.static-store-badges {
    gap: 10px;
    margin: 10px 0 12px;
}

.static-store-badges a {
    height: 62px;
    align-items: center;
    overflow: hidden;
}

.static-store-badges img { width: 165px; }

@media only screen and (max-width: 390px) {
    .static-page-header .header_flex { padding-right: 145px; }
    .static-page-header > .static-page-header-link { right: 6px; padding-right: 9px; font-size: 11px; }
    .static-store-badges { flex-wrap: nowrap; gap: 6px; }
    .static-store-badges a { height: 56px; }
    .static-store-badges img { width: 142px; }
    .static-page-bubbles { gap: 6px; margin-top: 6px; }
    .static-page-bubbles a { min-height: 30px; padding: 4px 10px; font-size: 11px; }
}

@media only screen and (max-width: 330px) {
    .static-store-badges img { width: 132px; }
}
