.es-fb31bdda-container {
    /* Responsive columns are now managed via Elementor settings */
    /* Defaults to 1 for generic fallback */
    column-count: 1;
    column-gap: 30px;
}
.es-fb31bdda-item {
    break-inside: avoid;
    margin-bottom: 25px;
    padding-bottom: 15px;
    border-bottom: 1px solid rgba(0,0,0,0.08);
    position: relative;
    transition: all 0.3s ease;
}
.es-fb31bdda-item:not(.es-is-break):hover {
    transform: translateX(5px);
}
.es-fb31bdda-item::before {
    content: '';
    position: absolute;
    left: -15px;
    top: 5px;
    bottom: 5px;
    width: 3px;
    background-color: var(--e-global-color-primary, #0c395b);
    border-radius: 3px;
    opacity: 0;
    transition: opacity 0.3s ease;
}
.es-fb31bdda-item:not(.es-is-break):hover::before {
    opacity: 1;
}

.es-fb31bdda-item.es-is-break {
    border-bottom: none;
    border-radius: 8px;
    padding: 16px 24px;
    display: flex;
    align-items: center;
    color: #fff;
    margin-top: 15px;
    box-shadow: 0 4px 15px rgba(0,0,0,0.05);
}
.es-fb31bdda-item.es-is-break:hover {
    transform: translateY(-2px);
    box-shadow: 0 6px 20px rgba(0,0,0,0.1);
}

.es-fb31bdda-time {
    font-weight: 700;
    color: #0c395b;
    display: inline-block;
    margin-bottom: 5px;
}
.es-fb31bdda-sep {
    display: none; /* Hide standard separator for cleaner look, or style if kept */
}
.es-fb31bdda-title {
    display: block;
    color: #333;
    line-height: 1.6;
}

.es-is-break .es-fb31bdda-time,
.es-is-break .es-fb31bdda-title {
    color: #fff;
    display: inline; /* Keep inline for breaks */
}
.es-is-break .es-fb31bdda-time {
    margin-bottom: 0;
    margin-right: 8px;
}

.es-fb31bdda-icon {
    margin-right: 18px;
    font-size: 28px;
    display: flex;
    align-items: center;
    justify-content: center;
    opacity: 0.9;
}
.es-fb31bdda-icon svg {
    width: 28px;
    height: 28px;
    fill: currentColor;
}
