.chim-theme {
    background: var(--site-bg-primary);
}

.stobe-theme {
    background: var(--site-bg-primary);
}

.right-sidebar p {
    margin-right: 0.7em;
}

.content h1 {
    margin-bottom: 0.3em;
}

.card > h2,
.card-green > h2,
.card-red > h2 {
    margin-top: 0.8em;
    margin-bottom: 0.55em;
}

.content code {
    background: rgba(255, 255, 255, 0.1);
    padding: 0.1em 0.3em;
    border-radius: 4px;
}

.guide-figure {
    margin: 1.1em 0;
}

.guide-figure img {
    display: block;
    width: 100%;
    max-width: 100%;
    border-radius: 8px;
    border: 1px solid rgba(255, 255, 255, 0.12);
    box-shadow: 0 4px 16px rgba(0, 0, 0, 0.25);
}

.guide-figure figcaption {
    margin-top: 0.55em;
    color: rgba(255, 255, 255, 0.74);
    font-size: 0.95rem;
}

.guide-note {
    margin: 1.1em 0;
    padding: 0.85em 1.1em;
    background: rgba(255, 255, 255, 0.035);
    border-left: 4px solid rgb(242, 124, 17);
    border: 1px solid rgba(242, 124, 17, 0.24);
    border-left-width: 4px;
    border-radius: 4px;
    color: rgba(255, 255, 255, 0.92);
    margin-left: 0;
}

.guide-note p,
.guide-note ul {
    margin: 0.45em 0;
}

.guide-note p:first-child {
    margin-top: 0;
}

.guide-note p:last-child,
.guide-note ul:last-child {
    margin-bottom: 0;
}

.guide-note ul {
    padding-left: 1.35em;
}

.guide-note.note-info {
    background: rgba(109, 182, 255, 0.07);
    border-color: rgba(109, 182, 255, 0.26);
    border-left-color: rgb(109, 182, 255);
}

.guide-note.note-tip {
    background: rgba(108, 188, 110, 0.08);
    border-color: rgba(108, 188, 110, 0.26);
    border-left-color: rgb(108, 188, 110);
}

.guide-note.note-warning {
    background: rgba(242, 124, 17, 0.08);
    border-color: rgba(242, 124, 17, 0.26);
    border-left-color: rgb(242, 124, 17);
}

.guide-links-list p {
    margin: 0.55em 0;
}

.copyable-guide .card,
.copyable-guide .card-green,
.copyable-guide .card-yellow,
.copyable-guide .card-red {
    position: relative;
}

.guide-copy-button {
    float: right;
    margin: 0.85em 0 0.75em 1em;
    padding: 0.42em 0.72em;
    border: 1px solid rgba(242, 124, 17, 0.38);
    border-radius: 999px;
    background: linear-gradient(180deg, rgba(42, 42, 42, 0.96), rgba(28, 28, 28, 0.98));
    color: #f0c68a;
    cursor: pointer;
    font-size: 0.78rem;
    font-weight: 700;
    letter-spacing: 0.02em;
    line-height: 1;
    box-shadow: 0 3px 12px rgba(0, 0, 0, 0.22);
    transition: border-color 0.15s ease, color 0.15s ease, transform 0.15s ease;
}

.guide-copy-button:hover {
    border-color: rgba(242, 124, 17, 0.72);
    color: #ffdca8;
    transform: translateY(-1px);
}

.guide-copy-button:disabled {
    cursor: default;
    color: #a8efb2;
    border-color: rgba(108, 188, 110, 0.55);
    transform: none;
}

@media only screen and (max-width: 520px) {
    .guide-copy-button {
        float: none;
        display: inline-flex;
        margin: 0.8em 0 0.15em 0;
    }
}
