.ecc-search-bar-container { margin: 20px 0; }
.ecc-search-input-group { display: flex; gap: 10px; }
.ecc-search-field { flex: 1; padding: 10px; border: 1px solid #ccc; border-radius: 4px; }
.ecc-search-submit { padding: 10px 20px; background-color: #0073aa; color: #fff; border: none; border-radius: 4px; cursor: pointer; }
.ecc-search-submit:hover { background-color: #005177; }

/* Carousel Styles */
.ecc-carousel-container { position: relative; padding: 20px 0; width: 100%; }
.ecc-carousel-wrapper { display: flex; }
.ecc-carousel-slide { height: auto; display: flex; }
.ecc-carousel-slide .ecc-card { width: 100%; margin: 10px 0; border: 1px solid #eee; padding: 15px; border-radius: 8px; background: #fff; box-shadow: 0 2px 5px rgba(0,0,0,0.05); display: flex; flex-direction: column; }
.ecc-carousel-slide .ecc-card .ecc-link { margin-top: auto; padding-top: 15px; }
.ecc-card-image { text-align: center; height: auto; overflow: hidden; display: flex; align-items: start; justify-content: center; }
.ecc-card-image img { max-width: 100%; height: auto; object-fit: cover; }
.swiper-button-next, .swiper-button-prev { color: #0073aa; }
.swiper-pagination-bullet-active { background: #0073aa; }
