.gfw-filter {
  display:flex;
  gap:20px;
  position:relative;
}

.gfw-filter button {
  background:none;
  cursor:pointer;
  padding:8px 12px;
	color: #0F0F0F;
	border-style: none !important;
}

.gfw-filter {
  display: flex;
  gap: 20px;
}

.gfw-filter-inner {
  display: flex;
  gap: 20px;
  position: relative;
	flex-wrap: wrap;
}

button.active {
  border-bottom: 2px solid currentColor !important;
  border-radius: 0px !important;
}

.gfw-underline {
  position:absolute;
  bottom:0;
  height:2px;
  background:currentColor;
  transition:0.3s ease;
}

.gfw-posts {
  display:grid;
  gap:40px;
  margin-top:30px;
}

.gfw-item a {
  color: #0F0F0F !important;
}

@media (max-width: 1199px) {
	.gfw-underline {
  		display: none
  	}
	button.active {
  		border-bottom: 2px solid currentColor !important;
  		border-radius: 0px !important;
	}
}	
