.cc-wrapper-1f6af0ea {
    position: relative;
    width: 100%;
    perspective: 1200px;
    overflow: hidden;
    padding: 50px 0;
    display: flex;
    align-items: center;
    justify-content: center;
}

.cc-container-1f6af0ea {
    position: relative;
    width: 100%;
    max-width: 300px;
    height: 400px;
    transform-style: preserve-3d;
}

.cc-item-1f6af0ea {
    position: absolute;
    top: 0;
    left: 50%;
    width: 100%;
    height: 100%;
    transition: transform 0.6s cubic-bezier(0.25, 1, 0.5, 1), opacity 0.6s ease, z-index 0s;
    cursor: pointer;
    overflow: hidden;
    transform-origin: center center;
    transform: translateX(-50%) translateZ(-500px);
    opacity: 0;
}

.cc-item-template-1f6af0ea {
    border-radius: 15px;
    box-shadow: 0 15px 35px rgba(0, 0, 0, 0.15);
    background: transparent; /* Let the template define the background */
}

/* Editor Placeholder for Templates */
.cc-template-placeholder-1f6af0ea {
    width: 100%;
    height: 100%;
    background: #f1f3f5;
    border: 2px dashed #ccd0d4;
    border-radius: 10px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding: 20px;
    text-align: center;
}
.cc-placeholder-icon-1f6af0ea {
    font-size: 30px;
    color: #939699;
    margin-bottom: 10px;
}
.cc-placeholder-text-1f6af0ea {
    font-weight: bold;
    color: #495157;
    margin-bottom: 5px;
}
.cc-placeholder-sub-1f6af0ea {
    font-size: 12px;
    color: #939699;
}

/* Controls */
.cc-controls-1f6af0ea {
    display: flex;
    justify-content: center;
    gap: 15px;
    margin-top: 10px;
}

.cc-btn {
    background: #ffffff;
    color: #333333;
    border: 1px solid #e0e0e0;
    width: 45px;
    height: 45px;
    border-radius: 50%;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 0.3s ease;
    box-shadow: 0 4px 10px rgba(0,0,0,0.05);
}

.cc-btn:hover {
    background: #f7f7f7;
    transform: translateY(-2px);
    box-shadow: 0 6px 15px rgba(0,0,0,0.1);
}

.cc-btn svg {
    width: 20px;
    height: 20px;
}
