.atb-timelines-block-container::before {
    background: linear-gradient(to bottom, hsla(0,0%,90%,0) 0%, rgb(0, 48, 87) 10%, rgb(0, 48, 87) 90%, hsla(0,0%,90%,0) 100%);
    
    width: 3px;
    left: calc((15rem + 5px)/2 + 5px);
    right: auto;
    transform: translateX(50%);
    bottom: 0;
    content: "";
    display: block;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#00e4e4e4",endColorstr="#00e4e4e4",GradientType=0);
    margin: auto;
    opacity: .4;
    position: absolute;
    top: 100px;
    }

.atb-timelines-block {
  display: flex;
  flex-direction: column;
  gap: 60px;
  position: relative;
}

.wp-block-cp-timeline-content-timeline-child {
  display: flex;
  flex-direction: column;
  position: relative;
}

.timeline-block-timeline {
  display: flex;
  align-items: flex-start;
  gap: 20px;
}

.timeline-block-time {
  width: 90px;
  flex-shrink: 0;
}

.timeline-block-time h1,
.timeline-block-time h2,
.timeline-block-time h3,
.timeline-block-time h4,
.timeline-block-time h5,
.timeline-block-time h6 {
  font-size: 2rem;
  font-weight: bold;
  margin: 0;
  color: #003057;
  text-align: right;
  padding-top: 25px;
}

.timeline-block-icon {
  margin-top: 5px;
  width: 40px;
  height: 60px;
  text-align: center;
  position: relative;
  padding-top: 20px;
}

.timeline-block-render-icon {
  display: flex;
  align-items: center;
  justify-content: center;
  background: #003057;
  border-radius: 50%;
  width: 40px;
  height: 40px;
  z-index: 2;
  position: relative;
}

.timeline-block-render-icon i {
  font-family: "Font Awesome 6 Free";
  font-weight: 900;
  font-style: normal;
  font-size: 20px;
  color: white;
  line-height: 1;
}

.timeline-block-render-icon svg,
.timeline-block-render-icon i {
  font-size: 20px;
  color: #fff;
}

.custom-svg-wrap {
    width: 100%;
    height: 100%;
    display: inline-flex;
    display: inline;
    }

.custom-svg-wrap svg {
  width: 24px;
  height: 24px;
  fill: white;
}

.timeline-block-render-icon .iconpicker-item {
  width: 40px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.iconpicker-item svg,
.iconpicker-item i {
  width: 24px;
  height: 24px;
  color: white;
  fill: white;
  vertical-align: text-top;
}

.timeline-block-detail {
  flex: 1;
  max-width: 100%;
}

.timeline-details {
    margin-top: 10px;
    border-left: 4px solid #003057;
    background: #fff;
    border-radius: 10px;
    box-shadow: 0 10px 40px 0 rgba(0,0,0,.1);
    padding: 10px 20px 20px;
    position: relative;
    width: 100%;
    z-index: 1;
    }

.timeline-content {
  font-size: 1rem;
  line-height: 1.6;
  color: #333;
}

.timeline-details > .timeline-content::before {
    border: 15px solid transparent;
    border-right-width: 15px;
    border-right-style: solid;
    border-right-color: transparent;
    border-right: 15px solid #003057;
    content: "";
    display: block;
    left: -32px;
    position: absolute;
    top: 20px;
    }

.timeline-image {
  margin: 15px 0;
}

.timeline-image img {
  width: 100%;
  height: auto;
  object-fit: cover;
  /*aspect-ratio: 4 / 3;*/
  border-radius: 4px;
}


.timeline-time {
    padding: 0 0 0 0px;
    }

@media (max-width: 767px) {
    
    .timeline-block-timeline {
        display: inline-block;
        }
    
    .timeline-block-time {
        width: 100%;
        }
    
    .timeline-block-time h1,
    .timeline-block-time h2,
    .timeline-block-time h3,
    .timeline-block-time h4,
    .timeline-block-time h5,
    .timeline-block-time h6  {
        text-align: left;
        }
    
    .timeline-time {
        padding: 0 0 0 65px;
        }
    
    .timeline-block-detail {
        padding: 0 0 0 65px !important;
        width: 100% !important;
        }
    
    .timeline-block-icon {
        float: left;
        }
    
    .atb-timelines-block-container::before {
        left: calc((1rem + 10px)/2 + 5px);
        top: 150px;
        }
    }
