/* Tech Documentation CSS */

.table-of-contents {
    background-color: #f8f9fa;
    border-left: 4px solid #007bff;
    padding: 15px;
    border-radius: 4px;
}

.table-of-contents ul {
    list-style-type: none;
    padding-left: 10px;
    margin-bottom: 0;
}

.table-of-contents li {
    margin: 6px 0;
}

.table-of-contents a {
    color: #007bff;
    text-decoration: none;
}

.table-of-contents a:hover {
    text-decoration: underline;
}

.code-block {
    font-family: 'Consolas', 'Monaco', 'Courier New', monospace;
    font-size: 14px;
    overflow-x: auto;
    white-space: pre;
    color: #333;
    border-left: 4px solid #17a2b8;
}

h4 {
    margin-top: 2rem;
    color: #343a40;
    font-weight: 600;
}

h3 {
    color: #007bff;
    font-weight: 700;
}

#tx-signing, #tx-construction, #tx-broadcasting {
    padding-top: 15px;
    margin-top: 15px;
    border-top: 1px solid #dee2e6;
}

.alert-info {
    background-color: #e5f5ff;
    border-color: #b8e5ff;
    color: #0c5460;
}