.cn-card-ed393974 {
    position: relative;
    border-style: solid;
    box-sizing: border-box;
    overflow: hidden;
}

/* Subtle inner border to replicate the photo's double border design */
.cn-card-ed393974::after {
    content: '';
    position: absolute;
    top: 6px;
    right: 6px;
    bottom: 6px;
    left: 6px;
    border: 1px solid rgba(230, 223, 213, 0.5);
    pointer-events: none;
    border-radius: inherit;
    z-index: 1;
}

/* Decorative Vine SVG in bottom-right corner */
.cn-vine-ed393974 {
    position: absolute;
    bottom: -15px;
    right: -10px;
    z-index: 2;
    pointer-events: none;
    transition: all 0.3s ease;
}

.cn-vine-ed393974 svg {
    width: 100%;
    height: auto;
    display: block;
}

.cn-header-row-ed393974 {
    position: relative;
    display: flex;
    align-items: center;
    gap: 20px;
    margin-bottom: 30px;
    z-index: 3;
}

.cn-header-text-container-ed393974 {
    display: flex;
    align-items: center;
    flex-grow: 1;
    gap: 15px;
}

.cn-title-ed393974 {
    font-family: 'Playfair Display', serif;
    font-style: italic;
    font-size: 38px;
    font-weight: 400;
    white-space: nowrap;
    line-height: 1.1;
}

.cn-header-line-ed393974 {
    height: 1px;
    flex-grow: 1;
    position: relative;
}

.cn-header-line-ed393974::after {
    content: '';
    position: absolute;
    right: 0;
    top: -2px;
    width: 5px;
    height: 5px;
    border-radius: 50%;
    background-color: inherit;
}

.cn-items-ed393974 {
    position: relative;
    display: flex;
    flex-direction: column;
    gap: 0;
    z-index: 3;
}

.cn-item-ed393974 {
    display: flex;
    align-items: flex-start;
    gap: 20px;
    padding: 24px 0;
}

/* Dotted separating lines exactly like the mock image */
.cn-item-ed393974:not(:last-child) {
    border-bottom: 2px dotted #ccc3b4;
}

.cn-item-ed393974:first-child {
    padding-top: 0;
}

.cn-item-ed393974:last-child {
    padding-bottom: 0;
}

.cn-icon-circle-ed393974 {
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
    transition: all 0.3s ease;
}

.cn-icon-circle-ed393974 i {
    line-height: 1;
}

.cn-icon-circle-ed393974 svg {
    display: block;
}

.cn-item-text-ed393974 {
    line-height: 1.6;
    font-weight: 400;
}

@media (max-width: 768px) {
    .cn-card-ed393974 {
        padding: 30px 20px !important;
    }
    .cn-title-ed393974 {
        font-size: 28px;
    }
    .cn-header-row-ed393974 {
        margin-bottom: 20px;
    }
    .cn-item-ed393974 {
        flex-direction: column;
        align-items: flex-start;
        gap: 12px;
        padding: 20px 0;
    }
    .cn-vine-ed393974 {
        width: 130px !important;
        opacity: 0.1;
    }
}
