.property-table th {
    background-color: #e9ecef;
}
.code-block {
    background-color: #f8f9fa;
    border-radius: 5px;
    padding: 15px;
    font-family: 'Courier New', monospace;
    overflow-x: auto;
    border-left: 4px solid #0d6efd;
}
.example-table {
    border-collapse: collapse;
    width: 100%;
}
.example-table th, .example-table td {
    border: 1px solid #ddd;
    padding: 8px;
}
.example-table th {
    background-color: #f2f2f2;
}
.highlight {
    background-color: #fff3cd !important;
}
.demo-cell {
    transition: all 0.3s ease;
    cursor: pointer;
}
.section-header {
    border-bottom: 2px solid #0d6efd;
    padding-bottom: 10px;
    margin-top: 30px;
    margin-bottom: 20px;
}
.card {
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
    margin-bottom: 20px;
}
.deprecated {
    color: #dc3545;
    text-decoration: line-through;
}
.status-badge {
    font-size: 0.7rem;
    padding: 3px 6px;
    border-radius: 3px;
}
.status-standard {
    background-color: #d1ecf1;
    color: #0c5460;
}
.status-deprecated {
    background-color: #f8d7da;
    color: #721c24;
}
.method-table {
    margin-bottom: 30px;
}
.border-3 {
    border-width: 3px !important;
}
