/* Scope every adjustment to the FluentCommunity post dialog. */
@media (hover: none) and (pointer: coarse) {
  .fcom_feed_modal button.fcom_see_more_btn,
  .fcom_feed_modal .reply_box > button.reply_btn {
    min-height: 40px !important;
    padding: 8px 6px !important;
    touch-action: manipulation !important;
  }
  .fcom_feed_modal button.el-dialog__headerbtn[aria-label="Close this dialog"] {
    width: 44px !important;
    height: 44px !important;
    touch-action: manipulation !important;
  }
}
