@media (max-width: 767px) {
  .posts-filter {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 8px;
    line-height: normal;
  }

  .posts-filter .float-end {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 8px;
    float: none !important;
    margin-left: auto;
  }

  .posts-filter .countries-filter {
    display: inline-flex;
    align-items: center;
    max-width: calc(100vw - 180px);
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }

  .posts-filter .countries-filter span {
    overflow: hidden;
    text-overflow: ellipsis;
  }

  .post-group-actions {
    flex-wrap: wrap;
  }

  .post-group-actions .btn {
    flex: 1 1 auto;
  }
}
