
html {
    scroll-behavior: smooth;
}

table tbody tr td,
table tbody tr th {
    text-align: center !important;
    vertical-align: middle !important;
}

table tbody tr td[style],
table tbody tr th[style] {
    text-align: center !important;
    vertical-align: middle !important;
}

.entry-content h2,
.entry-content h3,
.entry-content h4,
.entry-content h5,
.entry-content h6 {
    background-color: #efefef;
    padding: 10px;
    color: #000000;
    border-radius: 10px;
    position: relative;
}

.entry-content h2::before,
.entry-content h3::before,
.entry-content h4::before,
.entry-content h5::before,
.entry-content h6::before {
    content: "";
    position: absolute;
    right: 0;
    top: 0;
    height: 100%;
    width: 5px;
    background-color: red;
    border-radius: 5px 0 0 5px;
}

body.home .post-title,
body.home .section-recom .mobilltna-list .title,
body.home .section-recom .mobilltna-list .truncate {
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    font-size: 15px;
    max-width: none;
    white-space: normal;
}

body.category .post-title {
    font-size: 15px !important;
    line-height: 1.5 !important;
    display: -webkit-box !important;
    -webkit-line-clamp: 2 !important;
    -webkit-box-orient: vertical !important;
    overflow: hidden !important;
    text-overflow: ellipsis !important;
}

.related-posts-list .post-title {
    text-align: center;
    font-size: 15px !important;
    line-height: 1.5 !important;
    display: -webkit-box !important;
    -webkit-line-clamp: 2 !important;
    -webkit-box-orient: vertical !important;
    overflow: hidden !important;
    text-overflow: ellipsis !important;
}

.post-title.entry-title {
    animation: none !important;
    opacity: 1 !important;
    transform: none !important;
    transition: none !important;
    visibility: visible !important;
}

.time, 
.date, 
.post-meta time, 
.tie-date {
    display: none !important;
}

.single .time, 
.single .date, 
.single .post-meta time, 
.single .tie-date {
    display: inline !important;
}

.fasc-button {
    width: 320px !important;
    border-radius: 25px !important;
    font-size: 18px !important;
    padding: 10px 0 !important;
    text-align: center !important;
    box-sizing: border-box !important;
    display: inline-block !important;
}

.related-posts-ad {
    background: #f9f9f9;
    padding: 15px;
    border: 1px solid #ddd;
    margin: 25px 0;
    border-radius: 10px;
}

.centered-title {
    display: block;
    text-align: center;
    font-weight: bold;
    margin-bottom: 15px;
    font-size: 16px;
}

.related-posts-buttons {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    justify-content: center;
}

.related-post-button {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background-color: #ffffff;
    color: #000000;
    padding: 10px;
    font-size: 15px;
    border: 1px solid #e63946;
    border-radius: 25px;
    text-decoration: none;
    transition: all 0.3s ease;
    width: 340px;
    height: 45px;
    text-align: center;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.related-post-button:hover {
    background-color: #e80202;
    color: #ffffff;
}
