.guide-anchor {
    position: absolute;
    top: -110px;
}

.guide-subtitle .guide-anchor {
    top: -155px;
}

.guide-title {
    display: flex;
    align-items: center;
    line-height: 1;
    position: relative;
}

.guide-title > i {
    color: #f90;
    font-weight: 100;
    font-size: 20px;
    margin-right: 10px;
}

.guide-link {
    margin-left: 10px;
    display: flex;
    align-items: center;
    gap: 5px;
    color: #f90;
    font-size: 13px;
    cursor: pointer;
    transition: all 0.3s;
    background: transparent;
    border: 0;
}

.guide-link:active {
    transform: scale(0.95);
}

.guide-link:focus {
    outline: none;
}

.guide-link div {
    opacity: 0;
    transition: all 0.3s;
}

.guide-link:hover div {
    opacity: 1;
}

.guide-description {
    font-size: 13px;
    color: #a3a3a3;
    display: flex;
    gap: 11px;
}

.guide-description > i {
    font-size: 16px;
    font-weight: 100;
    line-height: 1.3;
    margin-left: 2px;
}

.guide-description-sub {
    margin-bottom: 12px;
}

.guide-text {
    margin: 0 0 20px;
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.guide-text p {
    line-height: 1.3;
    margin: 0;
}

.guide-text p a {
    color: #e1e1e1;
    text-decoration: underline;
}

.guide-top {
    padding: 10px 15px 7px 10px;
    border-radius: 8px;
    background: linear-gradient(to left, transparent, transparent, #ff99000f);
    border-right: none;
    border-left: solid 4px #ff9900;
    position: sticky;
    top: 76px;
    z-index: 2;
    margin-bottom: 20px;
    backdrop-filter: blur(50px);
}

.guide-subtitle {
    display: flex;
    gap: 3px;
    margin: 0;
    padding: 3px 8px;
    border-radius: 8px;
    background: linear-gradient(to left, transparent, transparent, #ffffff0f);
    border-right: none;
    border-left: solid 4px #ffffff96;
    position: relative;
}

.guide-subtitle i {
    font-weight: 100;
    opacity: .5;
}

.guide-section {
    position: relative;
    display: grid;
    grid-template-rows: auto 1fr;
}

.guide-special {
    background: #191919;
    border-radius: 8px;
    padding: 5px 10px;
    color: #afafaf;
}

.guide-special.guide-special-block {
    display: block;
}

.guide-special.guide-special-block > *:first-child {
    margin-top: 0;
}

.guide-special.guide-special-block > *:last-child {
    margin-bottom: 0;
}

.guide-special.guide-special-block.guide-special-warning {
    color: #f90;
    background: #ff990014;
}

.guide-special.guide-special-block.guide-special-warning p {
    color: #f90;
}

.guide-special.guide-special-block.guide-special-info {
    background: rgba(255, 255, 255, 0.03);
}

.guide-special.guide-special-block.guide-special-success {
    color: #84d67c;
    background: rgba(132, 214, 124, 0.08);
}

.guide-highlight {
    color: #e18f14;
}

.guide-code {
    font-family: monospace;
    background: #0f0f0f;
    border-radius: 8px;
    padding: 15px 20px !important;
    user-select: text !important;
    -webkit-user-select: text !important;
    white-space: break-spaces;
    word-break: normal !important;
    overflow-wrap: normal !important;
    display: block;
    tab-size: 4;
}

.guide-code * {
    user-select: text !important;
    -webkit-user-select: text !important;
    white-space: inherit !important;
    tab-size: inherit;
}

.guide-text pre {
    white-space: pre !important;
    overflow-x: auto;
}

.guide-text pre code.guide-code,
.guide-text pre code.guide-code.hljs,
.guide-text pre code.guide-code * {
    white-space: pre-wrap !important;
}

.guide-text pre code.guide-code,
.guide-text pre code.guide-code.hljs {
    display: block !important;
}

.guide-text blockquote {
    margin: 16px 0;
    padding: 12px 16px;
    border-left: 3px solid rgba(255, 255, 255, 0.18);
    background: rgba(255, 255, 255, 0.03);
    border-radius: 8px;
}

.guide-text ul,
.guide-text ol {
    padding-left: 18px;
    color: #afafaf;
}

.guide-nav-sub {
    padding-left: 24px !important;
}

.bde-guide-list {
    max-height: calc(100vh - 100px - var(--heightLogin));
    overflow-x: auto;
    flex-wrap: nowrap;
}

.panel-background .guide-section:last-child .guide-text:last-child {
    margin-bottom: 0;
}

.guide-text pre {
    padding: 0 !important;
    margin: 0 !important;
}

.guide-text ::marker {
    font-size: 14px;
    color: #afafaf;
}
