.ecw-tc-wrapper {
    margin: 50px auto 0;
    width: 100%;
}

.ecw-tc-slider {
    margin: 0 -5px;
}

.ecw-tc-item {
    padding: 0 5px 15px 5px;
    height: 100%;
}

.ecw-tc-card {
    background-color: #0d1117;
    padding: 20px;
    height: 100%;
    display: flex;
    flex-direction: column;
    border-radius: 0;
    border: 1px solid rgba(94, 234, 212, 0.1);
}

.ecw-tc-header {
    display: flex;
    align-items: center;
    margin-bottom: 15px;
    gap: 15px;
}

.ecw-tc-avatar {
    flex-shrink: 0;
}

.ecw-tc-avatar img {
    width: 75px;
    height: 75px;
    border-radius: 50%;
    object-fit: cover;
    border: 2px solid #5eead4;
    padding: 2px;
}

.ecw-tc-meta {
    flex-grow: 1;
}

.ecw-tc-name {
    margin: 0 0 2px 0;
    font-size: 20px !important;
    color: #5eead4;
    font-weight: 700;
    letter-spacing: 0.5px;
}

.ecw-tc-title {
    font-size: 12px;
    color: #8b949e;
    line-height: 1.3;
}

.ecw-tc-content {
    font-size: 16px;
    color: #E8E8E8 !important;
    line-height: 1.5;
    margin-top: 5px;
}

/* Slick Dots Styling */
.ecw-tc-slider .slick-dots {
    bottom: -40px;
    display: flex !important;
    justify-content: center;
    list-style: none;
    padding: 0;
    margin: 0;
}

.ecw-tc-slider .slick-dots li {
    margin: 0 5px;
}

.ecw-tc-slider .slick-dots li button {
    font-size: 0;
    line-height: 0;
    display: block;
    width: 10px;
    height: 10px;
    padding: 5px;
    cursor: pointer;
    color: transparent;
    border: 0;
    outline: none;
    background: #94a3b8;
    border-radius: 50%;
    opacity: 0.3;
    transition: opacity 0.3s ease;
}

.ecw-tc-slider .slick-dots li.slick-active button {
    opacity: 1;
    background: #5eead4;
}

/* Ensure equal heights if JS is not yet loaded or as fallback */
.ecw-tc-slider .slick-track {
    display: flex !important;
}

.ecw-tc-slider .slick-slide {
    height: inherit !important;
}