body {
    font-family: Poppins, sans-serif !important;
    margin: 0;
    padding: 0;
    background-color: #fff;
    color: #2C384AF2 !important;
}

.container {
    display: flex;
    max-width: 1200px;
    margin: 50px auto;
    padding: 0 20px;
    gap: 30px;
}

.sidebar {
    flex: 0 0 220px;
    padding-right: 20px;
}

.sidebar img {
    height: 35px;
}

.sidebar ul {
    list-style: none;
    padding-left: 0;
}

.sidebar ul li {
    margin-bottom: 15px;
    text-decoration: none;
}

.sidebar ul li a {
    color: #000;
    text-decoration: none;
    font-weight: 500;
}

.sidebar ul li a:hover {
    color: #007BFF;
}

.content {
    flex: 1;
    max-width: 700px;
}

.content p {
    line-height: 1.6;
    margin-bottom: 15px;
}

.content a {
    color: #4A61DD;
    text-decoration: none;
}

pre {
    background-color: #f5f5f5;
    border: 1px solid #ddd;
    padding: 12px;
    overflow-x: auto;
    font-size: 14px;
    margin-bottom: 20px;
    border-radius: 5px;
    line-height: 1.5;
}

code {
    font-family: 'Courier New', monospace;
    white-space: pre-wrap;
}

.pageHeader {
    margin-bottom: 18px;
    border-bottom: 2px solid #f1f1f1 !important;
    padding-bottom: 10px;
    font-size: 1.75rem;
    font-weight: 500;
    line-height: 1.2;
    margin-bottom: .5rem;
    margin-top: 0;
}

.quote {
    color: #c11;
}
.punctuation {
    color: #99f;
}
.keyword {
    color: #33c;
    font-weight: bold;
}
.variable {
    color: #29e;
}
.listTitle {
    font-size: 1rem !important;
    font-weight: 600 !important;
    margin: 0;
}
ul li {
    list-style-type: none;
}
.bullet-list {
    padding-left: 30px;
    margin-top: 10px;
    margin-bottom: 20px;
}

.bullet-list li {
    list-style-type: disc;
    margin-bottom: 8px;
    color: #2C384A;
    font-size: 15px;
}
.step-image-fixed {
    max-width: 100%;
    height: auto;
    width: 600px;
    border: 1px solid #ccc;
    border-radius: 6px;
    margin: 10px 0;
}

.no-bullets {
    list-style: none;
    padding-left: 0;
}

.no-bullets p {
    margin: 10px 0;
}
