
.md-typeset pre {
    background: #f7f7f7;
    border-radius: 6px;
    padding: 1em;
    overflow: auto;
}

.md-typeset blockquote {
    border-left: 4px solid #2196f3;
    padding-left: 1em;
    font-style: italic;
    color: #444;
}

.md-typeset table {
    width: 100%;
    border-collapse: collapse;
}

.md-typeset table th,
.md-typeset table td {
    border: 1px solid #ddd;
    padding: 8px;
}

.md-header {
    background-color: #ffffff;
    box-shadow: 0 0 .2rem #0000, 0 .2rem .4rem #0000;
    color: #220442;
    display: block;
    left: 0;
    position: sticky;
    right: 0;
    top: 0;
    z-index: 4;
}
.center-text {
    text-align: center;
    width: 100%;
    margin: 15px auto;
}
.md-tabs {
    background-color: #021D7D;
    color: var(--md-primary-bg-color);
    display: block;
    line-height: 1.3;
    overflow: auto;
    width: 100%;
    z-index: 3;
}

.floating-pdf-button {
    position: fixed;
    bottom: 30px;
    left: 20px;
    background-color: #ff1947;
    color: white;
    padding: 10px 16px;
    border-radius: 30px;
    font-size: 14px;
    font-weight: 600;
    text-decoration: none;
    box-shadow: 0 2px 8px rgba(0,0,0,0.15);
    z-index: 9999;
    transition: background-color 0.3s ease;
}

.floating-pdf-button:hover {
    background-color: #0d3a58;
}
