.cc-c15e9410-wrapper {
    font-family: sans-serif;
    color: #333;
    margin: 40px auto;
    max-width: 1100px;
    padding: 0 20px;
}
.cc-c15e9410-card {
    background-color: #FDFBF7; /* warm ivory */
    border-radius: 20px;
    box-shadow: 0 10px 30px rgba(0,0,0,0.03);
    border: 1px solid rgba(0,0,0,0.04);
    display: flex;
    flex-direction: column;
    padding: 40px;
    position: relative;
}
@media (min-width: 768px) {
    .cc-c15e9410-card {
        flex-direction: row;
        align-items: stretch;
        padding: 60px;
    }
}

.cc-c15e9410-col {
    flex: 1;
    display: flex;
    flex-direction: column;
}

.cc-c15e9410-title {
    font-family: Georgia, serif;
    font-size: 28px;
    margin: 0 0 30px 0;
    font-weight: 400;
    text-align: center;
}
.cc-c15e9410-col-left .cc-c15e9410-title {
    color: #B58A8A; /* muted clay/rose */
}
.cc-c15e9410-col-right .cc-c15e9410-title {
    color: #798365; /* muted olive/gold */
}

.cc-c15e9410-list {
    list-style: none;
    padding: 0;
    margin: 0;
    flex: 1;
}
.cc-c15e9410-list li {
    display: flex;
    align-items: center;
    padding: 16px 0;
    font-size: 16px;
    color: #444;
    border-bottom: 1px solid rgba(0,0,0,0.05);
}
.cc-c15e9410-list li:last-child {
    border-bottom: none;
}

.cc-c15e9410-icon {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 24px;
    height: 24px;
    border-radius: 50%;
    border: 1px solid;
    margin-right: 15px;
    font-size: 10px;
    flex-shrink: 0;
}

.cc-c15e9410-list-left .cc-c15e9410-icon {
    color: #B58A8A;
    border-color: #B58A8A;
}
.cc-c15e9410-list-right .cc-c15e9410-icon {
    color: #798365;
    border-color: #798365;
}

/* Center Transition */
.cc-c15e9410-center {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding: 40px 0;
    position: relative;
}
@media (min-width: 768px) {
    .cc-c15e9410-center {
        padding: 0 40px;
        width: 100px;
    }
}

.cc-c15e9410-line {
    background-color: rgba(0,0,0,0.05);
}
@media (min-width: 768px) {
    .cc-c15e9410-line {
        width: 1px;
        flex: 1;
    }
}
@media (max-width: 767px) {
    .cc-c15e9410-line {
        display: none;
    }
}

.cc-c15e9410-arrow {
    width: 48px;
    height: 48px;
    border-radius: 50%;
    background: #fff;
    border: 1px solid rgba(197, 160, 89, 0.3); /* muted gold */
    display: flex;
    align-items: center;
    justify-content: center;
    color: #C5A059;
    margin: 15px 0 10px 0;
    box-shadow: 0 4px 10px rgba(0,0,0,0.02);
}
.cc-c15e9410-arrow-icon {
    font-size: 16px;
}
@media (max-width: 767px) {
    .cc-c15e9410-arrow-icon {
        transform: rotate(90deg);
    }
}

.cc-c15e9410-replaced {
    font-size: 10px;
    font-weight: 700;
    color: #C5A059;
    letter-spacing: 1px;
    margin-bottom: 15px;
}

.cc-c15e9410-supporting {
    text-align: center;
    font-size: 15px;
    color: #666;
    margin: 30px auto 0;
    max-width: 600px;
    line-height: 1.6;
}
