body {
    background-color: #FAFAFA !important;
}


.bg-header {
    background: linear-gradient(135deg, #0A1D56, #007BFF);
}

.ck-editor__editable {
    min-height: 400px !important;
}

.ck-content figure.image {
    position: relative;
    display: inline-block;
}

.ck-content figure.image .remove-btn {
    position: absolute;
    top: 4px;
    right: 4px;
    background: rgba(0, 0, 0, 0.6);
    color: white;
    border: none;
    border-radius: 50%;
    width: 20px;
    height: 20px;
    font-size: 14px;
    line-height: 18px;
    text-align: center;
    cursor: pointer;
    display: none;
    z-index: 10;
}

.ck-content figure.image:hover .remove-btn {
    display: block;
}

figure  {
    margin: 10px  0!important;
}

.c-my-10 {
    margin: 20px 0 !important;
}

/* Căn đều chiều cao cho các slide */
.swiper-slide {
    display: flex;
    height: auto !important;
}

.swiper-slide > * {
    flex: 1 1 auto;
}

/* Cho card cao bằng nhau */
.featured-cars .car-card {
    height: 100%;
    display: flex;
    flex-direction: column;
}

/* Ảnh trong card cố định tỉ lệ, không vỡ */
.featured-cars .car-card img {
    aspect-ratio: 16 / 9;
    object-fit: cover;
}
