.table {
    width: 100%;
    margin-bottom: 1rem;
    color: #0a264e
}

.table th,
.table td {
    padding: .75rem;
    vertical-align: top;
    border-top: 1px solid #dee2e6
}

.table thead th {
    vertical-align: bottom;
    border-bottom: 2px solid #dee2e6
}

.table-bordered,
.table-bordered th,
.table-bordered td {
    border: 1px solid #dee2e6
}

.table-bordered thead th {
    border-bottom-width: 2px
}

.wp-block-table table,
.table-responsive {
    width: 100%;
    display: block;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch
}

.table-responsive > .table-bordered {
    border: 0
}

.text-center {
    text-align: center !important
}

.icon {
    display: inline-block;
    width: 1em;
    height: 1em;
    vertical-align: top;
    fill: #ffffff;
    stroke: #ffffff;
    stroke-width: 0
}

.timeline-events .summary {
    background: #F9FAFC;
    padding: 25px 35px;
    margin: 30px 0 40px;
    border-radius: 10px
}

.summary-body-content > :first-child {
    margin-top: 0
}

.summary-body-content > :last-child {
    margin-bottom: 0
}

.summary-title {
    font-style: normal;
    font-weight: 700;
    font-size: 24px;
    line-height: 32px
}

.summary-title > * {
    margin: 0
}

@media (min-width: 768px) {
    .summary-title {
        display: flex;
        align-items: flex-start;
        flex-direction: column
    }
}

.summary-title-text {
    flex-grow: 1
}

.summary-title-text,
.summary-title-link {
    color: inherit;
    font-size: inherit
}

.abbr {
    font-style: normal;
    font-weight: 700;
    font-size: 16px;
    line-height: 20px
}

.abbr-traze-danger {
    color: #ffffff;
    background-color: #FC554A;
    padding: 4px 10px;
    border-radius: 8px;
    margin-bottom: 15px
}

.time {
    display: flex;
    align-items: center;
    margin: 5px 0 10px;
    color: #8c96a3;
    font-weight: 400
}

.time-text {
    opacity: .8
}

.time > * {
    padding: 0 5px 0 0
}

.icon-time {
    line-height: 0
}

.timeline-dates {
    margin: 0;
    padding: 0;
    list-style: none;
    position: relative
}

.timeline-datetime {
    position: relative;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    padding: .25em .75em
}

.traze-timeline {
    order: 0;
    flex: 1 0 30%;
}

.traze-timeline .timeline-datetime {
    background-color: #3754ED;
    color: #ffffff;
    min-width: 7em;
    border-radius:8px
}

:root .traze-timeline .timeline-datetime::after {
    display: none
}

.traze-timeline .timeline-actions {
    text-align: center;
}

.timeline-article:hover,
.timeline-article:focus {
    transition: all .5s
}

.timeline-article > * {
    margin: 16px 0
}

.timeline-article > :first-child {
    margin-top: 0
}

.timeline-article > :last-child {
    margin-bottom: 0
}

.timeline-article-title {
    font-size: 1.25rem;
    font-weight: 600;
    color: #0a264e
}

.timeline-article-link {
    color: #ffffff;
    font-size: inherit
}

.timeline-post-container .summary {
    background: #161A5B;
    padding: 25px;
    border-radius: 12px;
    order: 1;
    flex: 1 1 auto;
    width: 65%;
    align-self: start;
}

.timeline-events {
    list-style: none;
    padding: 16px;
}

.timeline-event {
    position: relative;
    margin: 16px 0
}

.container-layout {
    display: flex;
    flex-wrap: wrap;
    gap: 40px;
    padding-top: 32px;
    padding-bottom: 64px;
}

@media (max-width: 767px) {
    .traze-timeline .timeline-actions {
        padding: 20px 0 0 46px
    }

    .container-layout {
        flex-direction: column;
    }

    .timeline-post-container .summary {
        width: 100%;
        order: 0;
    }
}
