/**
 * Copyright © Magefan (support@magefan.com). All rights reserved.
 * Please visit Magefan.com for license details (https://magefan.com/end-user-license-agreement).
 *
 * Glory to Ukraine! Glory to the heroes!
 */
.post-list .post-header .post-title {
    width: 100%;
}
.post-sharing .share-elements {
    display: flex;
    align-items: center;
}
.post-sharing .share-elements .icon-wrapper {
    cursor: pointer;
}
.post-sharing .share-elements .icon-wrapper svg {
    width: 32px;
    height: 32px;
    fill: #000 !important;
}
