/*
Theme Name: Betheme Child
Theme URI: https://themes.muffingroup.com/betheme
Author: Muffin group
Author URI: https://muffingroup.com
Description: Child Theme for Betheme
Template: betheme
Version: 2.0.2
*/

.post-filter-form{
    display: flex;
  justify-content: end;
  gap: 20px;
}

.post-filter-form select {
  padding: 6px;
  margin-right: 10px;
}

.post-filter-form button {
  padding: 6px 12px;
  background: #222;
  color: #fff;
  border: none;
  cursor: pointer;
}

.post-filter-form button:hover {
  background: #444;
}