.postActionButtons{width:100%;justify-content:space-between;padding:0}.postActionButtons .actionButtonsLeftArea,.postActionButtons .actionButtonsRightArea{padding:0;box-sizing:border-box;margin:0;display:flex;align-items:center;gap:18px}.postActionButtons .actionButtonsLeftArea .actionItem,.postActionButtons .actionButtonsRightArea .actionItem{display:flex;justify-content:center;align-items:center;flex-direction:row;background-color:rgba(0,0,0,0);color:var(--primary-text-color);outline:none;border:none;min-width:48px;height:48px}.postActionButtons .actionButtonsLeftArea .actionItem svg,.postActionButtons .actionButtonsRightArea .actionItem svg{width:30px;height:30px}.postActionButtons .actionButtonsLeftArea .actionItem .ActionItemValue,.postActionButtons .actionButtonsRightArea .actionItem .ActionItemValue{padding:0 5px;margin-top:5px;font-size:small}.postActionButtons .actionButtonsLeftArea .actionItem .ActionItemValue:disabled,.postActionButtons .actionButtonsRightArea .actionItem .ActionItemValue:disabled{color:#33373c}.postActionButtons .actionButtonsLeftArea .actionItem .ActionItemValue:hover,.postActionButtons .actionButtonsRightArea .actionItem .ActionItemValue:hover{transition:all 1s;transform:scale(1.2)}.postActionButtons .ActionButtonsLeftArea{justify-content:flex-start}.postActionButtons .ActionButtonsRightArea{justify-content:flex-end}@media only screen and (min-width:768px){.postActionButtons .ActionButtonsLeftArea .ActionItem,.postActionButtons .ActionButtonsRightArea .ActionItem{flex-direction:row}.postActionButtons .ActionButtonsLeftArea .ActionItem .ActionItemValue,.postActionButtons .ActionButtonsRightArea .ActionItem .ActionItemValue{margin:0 5px;font-size:small;padding:0}}