	.bp_tag_item {
    display: inline-block;
    padding: 12px 20px;
    background-color: var(--tp-primary);
    font-size: 16px;
    border-radius: 10px;
    color: var(--tp-title-color);
    font-weight: 600;
    border: none;
    line-height: 1;
}

.bp_tag_item:hover {
    background-color: var(--tp-title-color) !important;
    color: #fff !important;
}

.content_text_details {
    overflow-x: auto;
}
.content_text_details table {
    max-width: 100%;
}

tbody, td, tfoot, th, thead, tr {
    border: 1px solid #ddd;
    padding: 8px;
    min-width: 150px;
}
