.vue-highlight {
    background-color: #f8f9fa;
    border-left: 4px solid #42b983;
    padding: 1.5rem;
    border-radius: 0.375rem;
    margin: 1.5rem 0;
}
.feature-list {
    list-style-type: none;
    padding-left: 0;
}
.feature-list li {
    padding: 0.5rem 0 0.5rem 2.5rem;
    position: relative;
}
.feature-list li:before {
    content: "\f058";
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    color: #42b983;
    position: absolute;
    left: 0;
}
.comparison-table th {
    background-color: #f8f9fa;
}
.vue-logo {
    color: #42b983;
    font-weight: bold;
}
.chapter-title {
    border-bottom: 2px solid #e9ecef;
    padding-bottom: 1rem;
    margin-bottom: 2rem;
}
.card {
    transition: transform 0.3s ease;
    border: 1px solid #e9ecef;
}
.card:hover {
    transform: translateY(-5px);
    box-shadow: 0 10px 20px rgba(0,0,0,0.1);
}
.card-header {
    background-color: #f8f9fa;
    font-weight: bold;
}
.code-example-header {
    background-color: #2d3748;
    color: white;
    padding: 0.5rem 1rem;
    border-radius: 0.375rem 0.375rem 0 0;
    font-family: 'Courier New', monospace;
    font-size: 0.9rem;
}
.btn-vue {
    background-color: #42b983;
    color: white;
    border-color: #42b983;
}
.btn-vue:hover {
    background-color: #369b6f;
    border-color: #369b6f;
}
