.post-article .listicle_article_tag_a {
    color: #4c4c4c;
    background: #fff;
    border: 1px solid #8d8d8d;
    white-space: normal;
    padding: 7px 15px;
    margin: 3px 4px;
    border-radius: 100px;
    -moz-border-radius: 100px;
    -o-border-radius: 100px;
    -webkit-border-radius: 100px;
    line-height: 1;
    font-size: 16px !important;
}

.post-article .listicle_article_tag_a:hover {
    background-color: #e0e0e0;
}
ol.listicle_anchor_point_ol li::marker {
    color: var(--theme-color);
}




/*business info css */
.hide_show_text_div {
    position: relative;
    margin: 20px 0;
    padding: 15px 15px 15px 0;
    /*border-radius: 5px;
    background: var(--share-icon-bg);*/
}

.hide_show_text_div .hide_show_text_title {
    font-size: 20px !important;
    /*font-weight: bold;*/
    position: relative;
    /*color: var(--theme-color);*/
}
details summary.hide_show_text_title:after {
    content: '';
    width: 10px;
    height: 10px;
    /*background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' width='24' height='24' viewBox='0 0 24 24'%3E%3Cpath fill='%23ED8422' d='M7.41 8.58L12 13.17l4.59-4.59L18 10l-6 6l-6-6l1.41-1.42Z'/%3E%3C/svg%3E");
    background-size: cover;
    background-repeat: no-repeat;*/
    border: solid #4c4a4a;
    border-width: 0px 2px 2px 0;
    display: inline-block;
    padding: 3px;
    margin: 5px 10px;
    /*position: absolute;
    right: 0;
    top: 8px;*/
    cursor: pointer;
    transform: rotate(45deg);
}
details[open] summary.hide_show_text_title:after {
/*    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' width='24' height='24' viewBox='0 0 24 24'%3E%3Cpath fill='%23ED8422' d='M7.41 15.41L12 10.83l4.59 4.58L18 14l-6-6l-6 6l1.41 1.41Z'/%3E%3C/svg%3E");*/
    transform: rotate(-135deg);
}

details summary.hide_show_text_title:empty {
    height: 2.2rem;
}

details[open] summary.hide_show_text_title:empty {
    height: 0px;
}
details.hide_show_text_div  > summary.hide_show_text_title:first-of-type {
    list-style: none;
}