.live-score .match-action {
    margin-top: 40px;
}

.live-score .match-action__top {
    margin-bottom: 2px;
}

.live-score .match-action__top-title {
    font-size: 20px;
    color: #8C3414;
    font-weight: 500;
    text-transform: uppercase;
    flex-shrink: 0;
}

.live-score .match-action__top-list {
    flex: 1;
    font-size: 15px;
    color: #555;
    justify-content: flex-end;
}

.live-score .match-action__top-list .refresh,
.live-score .match-action__top-list .latest,
.live-score .match-action__top-list .shorten {
    padding: 0 10px;
    height: 40px;
    border: 1px solid #ccc;
    border-radius: 5px 5px 0 0;
    border-bottom: none;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
}

.live-score .match-action__top-list .latest {
    margin: 0 10px;
}

.live-score .match-action .timeline-container {
    border-top: 1px solid #ccc;
    border-bottom: 1px solid #ccc;
    padding-bottom: 2px;
    margin-bottom: 20px;
}

.live-score .match-action .timeline-item:nth-child(odd) {
    background-color: #f7f7f7;
}

.live-score .match-action .timeline-item {
    padding: 10px;
    width: 100%;
    border-bottom: 1px solid #ccc;
    background-color: #fff;
}

.live-score .match-action .time-right__top {
    margin-bottom: 3px;
}

.action-meeting-pc .time-right__top-title {
    font-size: 14px !important;
    color: #c62127;
    font-weight: bold !important;
}

.live-score .match-action .time-right__top-title {
    font-size: 18px;
    font-weight: 500;
}

.live-score .match-action .time-right__top-action {
    font-size: 13px;
    color: #a4a4a4;
    display: flex;
    align-items: center;
    cursor: pointer;
}

.live-score .match-action .time-right__top-action .icon {
    flex-shrink: 0;
    margin-left: 2px;
}

.live-score .match-action .time-right__top-action .icon img {
    width: 12px;
    height: auto;
}

.action-meeting-pc .note {
    font-size: 16px;
    font-weight: 700;
    margin-bottom: 7px;
    color: #118b81;
}

.d-3xl-flex {
    display: flex;
}

.live-score .match-action .time-right.action .timeline-content {
    display: block;
}

.live-score .match-action .timeline-content {
    font-family: "Roboto";
    display: none;
}

/*------ live mb ----*/
.live-score .match-action-mb .sort-all .icon img {
    width: 16px;
    height: auto;
}

.live-score .match-action-mb .sort-all .text {
    font-weight: bold;
}

.live-score .match-action-mb {
    margin-top: 30px;
}

.d-3xl-none {
    display: none;
}

.justify-between {
    justify-content: space-between;
}

.items-center {
    align-items: center;
}

.live-score .match-action-mb .refresh-btn {
    width: 48%;
    color: #ffffff;
    font-size: 16px;
    border-radius: 5px;
    background-color: #c62127;
    border: solid 2px #c62127;
    text-align: center;
    padding: 4px;
}

.flex-0 {
    flex-shrink: 0;
}

.live-score .match-action-mb .refresh-btn .icon {
    margin-left: 8px;
}

.live-score .match-action-mb .refresh-btn .icon img {
    width: 16px;
    height: auto;
}

.live-score .match-action-mb .sort-all {
    color: #959595;
    font-size: 16px;
    border-radius: 5px;
    border: solid 1px #e6e6e6;
    background-color: #ffffff;
    width: 48%;
    text-align: center;
    padding: 4px;
}

.live-score .match-action-mb .sort-all .icon {
    margin-left: 8px;
}

.live-score .match-action-mb .timeline-container {
    margin-top: 30px;
}

.live-score .match-action-mb .timeline-item {
    border: 1px solid #e6e6e6;
    border-radius: 3px;
    width: 100%;
    margin-top: 40px;
    padding-bottom: 10px;
}

.live-score .match-action-mb .timeline-item__top {
    display: flex;
    align-items: center;
}

.live-score .match-action-mb .timeline-item__top-icon {
    margin-left: 8px;
}

.live-score .match-action-mb .timeline-item__top-icon img {
    width: 18px;
    height: auto;
}

.live-score .match-action-mb .timeline-item__top-text {
    flex-shrink: 0;
    color: #fff;
    background-color: #c62127;
    font-size: 16px;
    padding: 4px 10px;
    border-radius: 3px;
    display: inline-block;
    font-weight: 500;
}

.action-meeting-mb .timeline-item__top-text {
    background-color: transparent !important;
    color: #202124 !important;
    font-size: 14px !important;
    font-weight: normal !important;
}

.action-meeting-mb .note {
    font-size: 16px;
    font-weight: bold;
    font-family: "Arial";
    margin: 8px 0;
    padding: 0 10px;
    line-height: 1.7;
}

.live-score .match-action-mb .timeline-item .timeline-content {
    padding: 10px;
}

figure {
    margin-bottom: 15px;
}

.action-meeting-mb .timeline-content p {
    font-family: "Arial" !important;
}

.dt-content p,
.timeline-content p {
    font-size: 17px;
    line-height: 29px;
    font-family: "Noto Serif", serif;
    word-break: break-word;
    margin-bottom: 15px;
}

/* ------------------------------------------------------- */
.live-icon {
    display: inline-flex;
    align-items: center;
    padding: 4px 4px;
    background-color: rgba(229, 229, 229, 0.5);
    border: 1px solid red;
    border-radius: 5px;
    font-weight: bold;
    color: red;
    font-size: 13px;
    text-decoration: none;
    animation: blink 1.2s infinite;
}

.live-dot {
    width: 8px;
    height: 8px;
    background-color: red;
    border-radius: 50%;
    margin-right: 6px;
    animation: blink 1.2s infinite;
}

.live-text {
    line-height: 1;
    font-size: 16px;
}

@keyframes blink {

    0%,
    100% {
        opacity: 1;
    }

    50% {
        opacity: 0.4;
    }
}

/*responsive */
@media (max-width: 992px) {
    .d-md-none {
        display: none;
    }

    .d-md-block {
        display: block;
    }
}