.sphare-markdown {
    line-height: 1.8;
}

.sphare-markdown {
    color: #cbd5e1;
    font-size: 16px;
    line-height: 1.8;
    max-width: 1000px;
    margin: 0 auto;
}

.sphare-markdown h1,
.sphare-markdown h2,
.sphare-markdown h3 {
    color: #f1f5f9;
    margin-top: 2.5rem;
    margin-bottom: 1rem;
    font-weight: 700;
    line-height: 1.3;
} 

.sphare-markdown h1 {
    font-size: 2.5rem;
    border-bottom: 1px solid #334155;
    padding-bottom: 0.5rem;
    color: #0379A2;
}

.sphare-markdown h2 {
    color: #0192B5;
    font-size: 1.8rem;
}

.sphare-markdown h3 {
    font-size: 1.4rem;
    color: #339fce;
}


.sphare-markdown p {
    margin-bottom: 1.2rem;
}

.sphare-markdown ul,
.sphare-markdown ol {
    margin: 1rem 0;
    padding-left: 2rem;
}

.sphare-markdown ul li {
    /* list-style-type: disc; */
    list-style-type: decimal;
    margin-bottom: 0.5rem;
    marker: #00d2ff;
}


.sphare-markdown a {
    color: #00ff95;
    text-decoration: none;
    border-bottom: 1px dotted #00ff95;
    transition: all 0.2s;
}

.sphare-markdown a:hover {
    background: rgba(0, 210, 255, 0.1);
    font-weight: 600;
}


.sphare-markdown table {
    width: 100%;
    border-collapse: collapse;
    margin: 2rem 0;
    background-color: #1e293b;
    border-radius: 8px;
    overflow: hidden;
    box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1);
    /* display: block; */
    /* overflow-x: auto; */
}

.sphare-markdown th {
    background-color: #0b1120;
    color: #08a2c4;
    font-weight: 600;
    text-align: left;
    padding: 1rem;
    border-bottom: 2px solid #334155;
}

.sphare-markdown td {
    padding: 1rem;
    border-bottom: 1px solid #334155;
    color: #e2e8f0;
}

.sphare-markdown tr:last-child td {
    border-bottom: none;
}

.sphare-markdown tr:hover td {
    background-color: rgba(56, 189, 248, 0.05);
}


.sphare-markdown pre {
    background: #020617;
    border: 1px solid #334155;
    border-radius: 8px;
    padding: 1.5rem;
    overflow-x: auto;
    margin: 1.5rem 0;
}

.sphare-markdown code {
    font-family: 'Consolas', 'Monaco', monospace;
    color: #fbbf24;
    font-weight: 700;
}

.sphare-markdown p code {
    background: rgba(255, 255, 255, 0.1);
    padding: 0.2rem 0.4rem;
    border-radius: 4px;
    color: gainsboro;
    font-size: 0.9em;
    font-weight: 600;
}

.sphare-markdown:has(table) {
  overflow-x: auto;
}
