.cc-wrapper-e72f344a {
    position: relative;
    width: 100%;
    overflow: visible; /* Changed back to visible to prevent clipping */
    padding: 20px 0; 
}

.cc-track-e72f344a {
    width: 100%;
    display: block;
    position: relative;
    perspective: 1000px;
    margin: 0 auto;
    max-width: none; /* Removed max-width to allow full width */
}

.cc-slide-e72f344a {
    width: 60%;
    max-width: 400px;
    box-sizing: border-box;
    display: flex;
    flex-direction: column;
    background: #ffffff;
    padding: 25px;
    border-radius: 12px;
    box-shadow: 0 10px 30px rgba(0,0,0,0.1);
}

.cc-image-e72f344a {
    width: 100%;
    height: 180px; 
    object-fit: cover;
    border-radius: 8px;
    margin-bottom: 15px;
}

.cc-title-e72f344a {
    margin: 0 0 10px 0;
    font-size: 1.5rem;
    font-weight: bold;
    color: #333;
}

.cc-desc-e72f344a {
    margin: 0 0 20px 0;
    flex-grow: 1;
    color: #666;
    line-height: 1.6;
}

.cc-btn-e72f344a {
    display: inline-block;
    padding: 12px 24px;
    background: #0073aa;
    color: #fff;
    text-decoration: none;
    border-radius: 6px;
    text-align: center;
    margin-top: auto;
    align-self: flex-start;
    font-weight: 500;
    transition: background-color 0.3s ease;
}

.cc-btn-e72f344a:hover {
    background: #005177;
}

.cc-nav-e72f344a {
    display: flex;
    justify-content: center;
    gap: 20px;
    margin-top: 20px; 
    position: relative;
    z-index: 20;
}

.cc-nav-btn-e72f344a {
    background: #fff;
    border: 1px solid #ddd;
    border-radius: 50%;
    width: 45px;
    height: 45px;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    transition: all 0.3s ease;
    box-shadow: 0 2px 5px rgba(0,0,0,0.05);
}

.cc-nav-btn-e72f344a:hover {
    background: #f9f9f9;
    box-shadow: 0 4px 8px rgba(0,0,0,0.1);
}
.cc-nav-btn-e72f344a svg {
    width: 20px;
    height: 20px;
}