.tnm-box {
    margin-top: 25px;
    margin-bottom: 0.5cm !important;
    font-family: Arial, sans-serif;
    background: none;
}

.tnm-title {
    font-size: 17px;
    font-weight: bold;
    color: red;
    margin-bottom: 6px;
}

.tnm-list {
    list-style: none;
    padding-left: 0;
    margin-top: 0;
    margin-bottom: 12px;
}

.tnm-list li {
    margin-bottom: 4px;
}

.tnm-list a {
    text-decoration: none !important;
    font-size: 16px;
    color: #222 !important;
    display: flex;
    align-items: flex-start;
    gap: 4px;
}

.tnm-list a:hover {
    transform: none !important;
}

.tnm-icon {
    font-weight: bold;
    color: red;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    width: 14px;
    height: 14px;
    transition: all 0.2s ease-in-out;
}

.tnm-list a:hover .tnm-icon {
    background: red;
    color: transparent;
    border-radius: 50%;
}

.tnm-text {
    display: block;
    line-height: 1.2;
}

.tnm-list a:hover .tnm-text {
    text-decoration: underline;
}

/* INLINE BLOCK AFTER 2ND PARAGRAPH */
.tnm-box-inline {
    margin: 12px 0 20px 0;
}

.tnm-inline-link {
    text-decoration: none !important;
    font-size: 16px;
    color: #222 !important;
    display: flex;
    align-items: flex-start;
    gap: 4px;
}

.tnm-inline-link .tnm-text {
    display: block;
}

.tnm-inline-link:hover .tnm-text {
    text-decoration: underline;
}

.tnm-inline-link:hover .tnm-icon {
    background: red;
    color: transparent;
    border-radius: 50%;
}

/* ALIGNMENT FIX */
.tnm-list li,
.tnm-box-inline {
    margin-left: 0 !important;
}

.tnm-list a,
.tnm-inline-link {
    margin-left: 0 !important;
}

/* WRAP DA PAGINAÇÃO */
.tnm-pagination-wrap,
#tnm-box .tnm-pagination-wrap {
    display: block !important;
    width: 100% !important;
    text-align: center !important;
    margin-top: -0.5cm !important;
    margin-bottom: 0.5cm !important;
    padding-bottom: 0.5cm !important;
    float: none !important;
    clear: both !important;
}

/* PAGINAÇÃO */
.tnm-pagination,
#tnm-box .tnm-pagination,
.tnm-pagination-wrap .tnm-pagination {
    display: inline-flex !important;
    justify-content: center !important;
    align-items: center !important;
    gap: 8px !important;
    margin: 0 auto !important;
    float: none !important;
    text-align: center !important;
}

/* BOTÕES */
.tnm-arrow,
#tnm-box .tnm-arrow,
#tnm-prev,
#tnm-next {
    width: 34px !important;
    height: 34px !important;
    border: 1px solid #c00000 !important;
    background: #c00000 !important;
    background-color: #c00000 !important;
    color: #ffffff !important;
    border-radius: 6px !important;
    cursor: pointer !important;
    font-size: 18px !important;
    font-weight: bold !important;
    line-height: 1 !important;
    transition: all 0.2s ease !important;
    box-shadow: none !important;
    appearance: none !important;
    -webkit-appearance: none !important;
}

.tnm-arrow:hover:not(:disabled),
#tnm-box .tnm-arrow:hover:not(:disabled),
#tnm-prev:hover:not(:disabled),
#tnm-next:hover:not(:disabled) {
    background: #e00000 !important;
    background-color: #e00000 !important;
    border-color: #e00000 !important;
    color: #ffffff !important;
    opacity: 1 !important;
}

.tnm-arrow:disabled,
.tnm-arrow.is-disabled,
#tnm-box .tnm-arrow:disabled,
#tnm-box .tnm-arrow.is-disabled,
#tnm-prev:disabled,
#tnm-next:disabled {
    background: #c00000 !important;
    background-color: #c00000 !important;
    color: #ffffff !important;
    border-color: #c00000 !important;
    opacity: 0.45 !important;
    cursor: not-allowed !important;
}

.tnm-empty {
    color: #666;
    font-size: 15px;
}