/* ============================================================
   Guide site — content only (no sidebar, no header).
   Reuses base/colors from shop-embed.css.
   ============================================================ */

.guide-layout {
    max-width: 900px;
    margin: 0 auto;
    padding: 16px;
}

.guide-main {
    background: #151520;
    border: 1px solid rgba(255, 255, 255, 0.08);
    border-radius: 10px;
    padding: 22px 28px;
}

.guide-main-title {
    color: #f1c40f;
    font-size: 26px;
    font-weight: 700;
    margin: 0 0 10px 0;
    line-height: 1.2;
}

.guide-main-desc {
    color: #b0b0b0;
    font-size: 14px;
    font-style: italic;
    margin: 0 0 18px 0;
    padding-bottom: 14px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.06);
}

.guide-content {
    font-size: 14px;
    line-height: 1.7;
    color: #e8e6e3;
}

.guide-content h2 {
    color: #f9d923;
    font-size: 18px;
    font-weight: 700;
    margin: 22px 0 10px 0;
    padding-bottom: 6px;
    border-bottom: 1px solid rgba(241, 196, 15, 0.2);
}

.guide-content h2:first-child {
    margin-top: 0;
}

.guide-content h3 {
    color: #f1c40f;
    font-size: 15px;
    margin: 16px 0 8px 0;
}

.guide-content p {
    margin: 0 0 10px 0;
}

.guide-content ul,
.guide-content ol {
    margin: 8px 0 12px 0;
    padding-left: 24px;
}

.guide-content li {
    margin-bottom: 4px;
}

.guide-content table {
    width: 100%;
    border-collapse: collapse;
    margin: 10px 0 14px 0;
    font-size: 13px;
    background: #1a1a28;
    border-radius: 6px;
    overflow: hidden;
}

.guide-content table th {
    background: #20202e;
    color: #f1c40f;
    text-align: left;
    padding: 8px 12px;
    border: 1px solid rgba(255, 255, 255, 0.08);
    font-weight: 600;
}

.guide-content table td {
    padding: 8px 12px;
    border: 1px solid rgba(255, 255, 255, 0.06);
    color: #e8e6e3;
}

.guide-content table tr:hover td {
    background: rgba(241, 196, 15, 0.04);
}

.guide-content b,
.guide-content strong {
    color: #f9d923;
    font-weight: 700;
}

.guide-content a {
    color: #f9d923;
    text-decoration: none;
    border-bottom: 1px dotted rgba(249, 217, 35, 0.4);
}

.guide-content a:hover {
    color: #fff;
    border-bottom-color: #f9d923;
}

.guide-content img {
    max-width: 100%;
    height: auto;
    border-radius: 6px;
    margin: 10px 0;
}

@media (max-width: 600px) {
    .guide-main {
        padding: 16px;
    }
    .guide-main-title {
        font-size: 22px;
    }
}
