
/*trading promo section*/
.tpm-bold {
    font-weight: var(--tpm-font-weight) !important;
}

.tpm-underline {
    text-decoration: var(--tpm-txt-underline) !important;
}

.tpm-section {
    margin-bottom: 20px;
    padding-top: 20px;
    text-align: center;
}

.admin-bar .tpm-section {
    padding-top: 0;
}

.tpm-section .tpm-inner {
    background: var(--tpm-bg-color);
    padding: 20px;
}

.tpm-section .tpm-item {
    color: var(--tpm-txt-color);
}

.tpm-section .tpm-item+.tpm-item {
    margin-top: 25px;
}

.tpm-section .tpm-title {
    font-size: 14px;
    line-height: 1.3;
}

.tpm-section a {
    color: inherit;
    font-size: inherit;
}

.tpm-section .tpm-desc {
    font-size: 14px;
    margin-top: 10px;
    line-height: 1.3;
}

.tpm-section.tpm-hs-countdown .tpm-item + .tpm-countdown {
    margin-top: 20px;
}

.tpm-section.tpm-hs-countdown .countdown-timer {
    display: flex;
    color: #fff;
    flex-direction: row-reverse;
    justify-content: center;
}

.tpm-section.tpm-hs-countdown .time-col {
    padding: 0 10px;
    position: relative;
}

.tpm-section.tpm-hs-countdown .time-col:not(:last-child)::after {
    content: ":";
    position: absolute;
    top: -2px;
    right: -2px;
}

.tpm-section.tpm-hs-countdown .time-col span {
    font-size: 16px;
}

.tpm-section.tpm-hs-countdown .time-col .smalltext {
    font-size: 12px;
    line-height: 1;
    opacity: 0.7;
}

@media (max-width: 767px) {
    .tpm-section {
        margin-bottom: 0;
    }

    .admin-bar .tpm-section {
        padding-top: 20px;
    }

    .tpm-section .tpm-inner {
        padding-left: 10px;
        padding-right: 10px;
    }

    .tpm-section.tpm-hs-countdown .tpm-inner {
        flex-direction: column;
        align-items: center;
    }

    .tpm-section.tpm-hs-countdown .tpm-item {
        max-width: 100%;
        padding: 0;
    }

    .tpm-section.tpm-hs-countdown .tpm-countdown {
        max-width: 100%;
        padding: 0;
    }
}
