.cs-swiper-b0ea9c51 {
    width: 100%;
    padding-bottom: 40px !important;
}
.cs-card-b0ea9c51 {
    background: #fff;
    border-radius: 8px;
    overflow: hidden;
    box-shadow: 0 4px 10px rgba(0,0,0,0.1);
    display: flex;
    flex-direction: column;
    height: 100%;
}
.cs-img-b0ea9c51 {
    width: 100%;
    height: 200px;
    object-fit: cover;
}
.cs-content-b0ea9c51 {
    padding: 20px;
    display: flex;
    flex-direction: column;
    flex-grow: 1;
}
.cs-title-b0ea9c51 {
    margin: 0 0 10px;
    font-size: 1.25rem;
}
.cs-desc-b0ea9c51 {
    margin: 0 0 20px;
    flex-grow: 1;
    color: #555;
}
.cs-btn-b0ea9c51 {
    display: inline-block;
    padding: 10px 20px;
    background: #0073aa;
    color: #fff;
    text-decoration: none;
    border-radius: 4px;
    align-self: inherit;
}
.cs-content-b0ea9c51[style*="text-align: right"] .cs-btn-b0ea9c51 {
    align-self: flex-end;
}
.cs-content-b0ea9c51[style*="text-align: center"] .cs-btn-b0ea9c51 {
    align-self: center;
}
.cs-content-b0ea9c51[style*="text-align: left"] .cs-btn-b0ea9c51 {
    align-self: flex-start;
}

.cs-swiper-b0ea9c51[dir="rtl"] {
    direction: rtl;
}

.cs-hide-arrows .swiper-button-next,
.cs-hide-arrows .swiper-button-prev {
    display: none !important;
}
.cs-hide-dots .swiper-pagination {
    display: none !important;
}
