/* Google Fonts Import for pure editor rendering (theme should load globally ideally) */
@import url('https://fonts.googleapis.com/css2?family=Cormorant+Garamond:wght@600&family=Poppins:wght@400;500&display=swap');

.as-0e8e9746-card {
    background-color: #fdfcf8;
    border-radius: 28px;
    padding: 48px 40px;
    box-shadow: 0 16px 48px rgba(0,0,0,0.03);
    border: 1px solid rgba(0,0,0,0.06);
    color: #333;
    font-family: 'Poppins', sans-serif;
    max-width: 600px;
    margin: 0 auto;
}

.as-0e8e9746-timeline {
    position: relative;
    padding-left: 10px;
}

.as-0e8e9746-item {
    display: flex;
    position: relative;
    padding-bottom: 40px;
}

.as-0e8e9746-item-last {
    padding-bottom: 0;
}

.as-0e8e9746-line {
    position: absolute;
    left: 24px;
    top: 48px;
    bottom: -8px;
    width: 0;
    border-left: 1.5px dotted rgba(0,0,0,0.15);
    z-index: 1;
}

.as-0e8e9746-icon-wrap {
    width: 48px;
    height: 48px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #ffffff;
    font-size: 18px;
    flex-shrink: 0;
    position: relative;
    z-index: 2;
    background-color: #333; /* Fallback, overridden by repeater color */
    box-shadow: 0 4px 10px rgba(0,0,0,0.05);
}

.as-0e8e9746-icon-wrap svg {
    width: 20px;
    height: 20px;
    fill: currentColor;
}

.as-0e8e9746-content {
    margin-left: 24px;
    flex-grow: 1;
    padding-top: 2px;
}

.as-0e8e9746-header {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    margin-bottom: 6px;
}

.as-0e8e9746-title {
    margin: 0;
    font-family: 'Poppins', sans-serif;
    font-size: 17px;
    font-weight: 600;
    color: #2c2a2b;
}

.as-0e8e9746-time {
    font-size: 13px;
    color: #a3a19e;
    font-weight: 500;
    letter-spacing: 0.5px;
}

.as-0e8e9746-desc {
    margin: 0;
    font-size: 14px;
    color: #6a6865;
    line-height: 1.5;
}

.as-0e8e9746-bottom-note {
    margin-top: 48px;
    background-color: rgba(239, 235, 227, 0.5); /* Soft highlight matching ivory */
    border-radius: 12px;
    padding: 16px 24px;
    text-align: center;
    font-size: 14px;
    font-weight: 500;
    color: #594d45;
}
