.ecard-wrapper{background:#f5f5f5;border-radius:8px;box-shadow:0 1px 3px rgba(0,0,0,.12),0 1px 2px rgba(0,0,0,.24);padding:2rem}.ecard-title{color:#333;font-size:1.5rem;margin-bottom:1rem}.ecard-description{color:#666;line-height:1.6;margin-bottom:1.5rem}.ecard-carousel{margin-top:1rem;position:relative}.ecard-carousel__image{border-radius:4px;height:300px;object-fit:cover;width:100%}.ecard-carousel__nav{display:flex;gap:1rem;justify-content:center;margin-top:1rem}.ecard-carousel__button{background:#ff6000;border:1px solid #ff6000;border-radius:4px;color:#fff;cursor:pointer;padding:.5rem 1rem;transition:.3s}.ecard-carousel__button:hover{background:#fff;border:1px solid #000;color:#000}.ecard-slide__image{border-radius:8px;display:none;height:auto;max-height:300px;object-fit:cover;width:100%}.ecard-slide__image.active{display:block}@media screen and (max-width:768px){.ecard-wrapper{margin-bottom:.5rem}}