.card {
    height: 100%;
}

code {
    color: black;
    background-color: white;
}

.column.is-two-thirds {
    flex: 4;
}

.column {
    flex: 1;
}

ol li {
    margin-bottom: 1.5em;
}

ol li .table-container {
    margin-top: 1rem;
}

.gray-db-step-card {
    margin: 1rem 0 1.2rem;
    padding: 1.2rem;
    border-radius: 14px;
    background: rgba(255, 255, 255, 0.8);
    border: 1px solid rgba(0, 0, 0, 0.08);
}

.gray-db-step-title {
    display: flex;
    align-items: center;
    gap: 0.45rem;
    margin-bottom: 0.9rem;
    font-weight: 600;
    padding: 0.4rem 0.75rem;
    border-radius: 10px;
    background: rgba(0, 0, 0, 0.04);
    width: fit-content;
}

.gray-db-step-title i {
    opacity: 0.85;
}

#gray-db-analysis-steps .table thead th {
    background: rgba(0, 0, 0, 0.03);
    font-size: 0.8rem;
    text-transform: uppercase;
    letter-spacing: 0.05em;
}

.rounded-code {
    padding: 0.1rem 0.4rem;
    border-radius: 999px;
    background: #2b2b2b !important;
    color: #f8f8f2;
    font-size: 0.8rem;
    text-transform: uppercase;
    margin-left: 0.25rem;
}

.message.is-danger .message-body.gray-db-bug {
    color: #363636;
}

.gray-db-bug-icon {
    font-size: 1rem;
    margin-right: 0.5rem;
    color: #e53e3e;
}
