.example-box {
    background-color: #f8f9fa;
    border-left: 4px solid #007bff;
    padding: 15px;
    margin: 20px 0;
    border-radius: 5px;
}
.code-example {
    background-color: #282c34;
    color: #abb2bf;
    padding: 15px;
    border-radius: 5px;
    margin: 15px 0;
    overflow-x: auto;
}
.note {
    background-color: #fff3cd;
    border-left: 4px solid #ffc107;
    padding: 12px;
    margin: 15px 0;
    border-radius: 3px;
}
.tip {
    background-color: #d1ecf1;
    border-left: 4px solid #17a2b8;
    padding: 12px;
    margin: 15px 0;
    border-radius: 3px;
}
.method-table {
    background: white;
    border-radius: 8px;
    overflow: hidden;
    box-shadow: 0 2px 4px rgba(0,0,0,0.1);
    margin: 20px 0;
}
.method-table th {
    background-color: #007bff;
    color: white;
    font-weight: 600;
}
.method-table tr:hover {
    background-color: #f8f9fa;
}
