/* README content styling */
.readme-content {
    font-size: 0.875rem;
    line-height: 1.7;
    color: #bfc4c9;
}

.readme-content h1 {
    font-size: 1.5rem;
    font-weight: 700;
    color: #e6edf3;
    margin: 1.5rem 0 0.75rem;
    padding-bottom: 0.5rem;
    border-bottom: 1px solid #30363d;
}

.readme-content h2 {
    font-size: 1.25rem;
    font-weight: 700;
    color: #e6edf3;
    margin: 1.25rem 0 0.5rem;
    padding-bottom: 0.375rem;
    border-bottom: 1px solid #30363d;
}

.readme-content h3 {
    font-size: 1.1rem;
    font-weight: 600;
    color: #e6edf3;
    margin: 1rem 0 0.5rem;
}

.readme-content h4, .readme-content h5, .readme-content h6 {
    font-size: 1rem;
    font-weight: 600;
    color: #e6edf3;
    margin: 0.75rem 0 0.5rem;
}

.readme-content p {
    margin: 0.75rem 0;
}

.readme-content a {
    color: #58a6ff;
    text-decoration: none;
}

.readme-content a:hover {
    text-decoration: underline;
}

.readme-content code {
    background: #21262d;
    padding: 0.2em 0.4em;
    border-radius: 4px;
    font-size: 0.85em;
    font-family: 'SFMono-Regular', Consolas, 'Liberation Mono', Menlo, monospace;
}

.readme-content pre {
    background: #161b22;
    border: 1px solid #30363d;
    border-radius: 8px;
    padding: 1rem;
    overflow-x: auto;
    margin: 0.75rem 0;
}

.readme-content pre code {
    background: none;
    padding: 0;
    border-radius: 0;
    font-size: 0.85em;
}

.readme-content img {
    max-width: 100%;
    height: auto;
    border-radius: 8px;
    margin: 0.75rem 0;
}

.readme-content ul, .readme-content ol {
    padding-left: 1.5rem;
    margin: 0.75rem 0;
}

.readme-content li {
    margin: 0.25rem 0;
}

.readme-content ul li {
    list-style-type: disc;
}

.readme-content ol li {
    list-style-type: decimal;
}

.readme-content blockquote {
    border-left: 3px solid #30363d;
    padding-left: 1rem;
    color: #8b949e;
    margin: 0.75rem 0;
}

.readme-content table {
    width: 100%;
    border-collapse: collapse;
    margin: 0.75rem 0;
}

.readme-content th, .readme-content td {
    border: 1px solid #30363d;
    padding: 0.5rem 0.75rem;
    text-align: left;
}

.readme-content th {
    background: #161b22;
    font-weight: 600;
    color: #e6edf3;
}

.readme-content hr {
    border: none;
    border-top: 1px solid #30363d;
    margin: 1.5rem 0;
}
