.content-left .list-post .text-content h2 {
    width: 100%;
    max-width: 100%;
    box-sizing: border-box;
    overflow-wrap: break-word;
    word-break: break-word;
    margin: 0;
}

.ftwp-icon-expand,
.ftwp-icon-collapse {
    position: relative;
    display: inline-block;
    width: 16px;
    height: 16px;
    font-size: 14px;
    line-height: 16px;
    text-align: center;
    font-family: Arial, sans-serif;
    vertical-align: middle;
}

.ftwp-icon-expand::before {
    content: "\25B6"!important; /* ▶ */
}

.ftwp-item.ftwp-expand > .ftwp-icon-expand::before {
    content: "\25BC"!important; /* ▼ */
}

#ftwp-header-minimize.ftwp-icon-expand::before {
    content: "\25BC"!important; /* ▼ */
}

#ftwp-header-minimize.ftwp-icon-collapse::before {
    content: "\25B6"!important;  /* ▶ */
}

.ftwp-item.ftwp-collapse > .ftwp-icon-collapse::before {
    content: "\25B6"!important; /* ▶ */
}