.cseo-filter-category {
  text-align: center;
  margin-bottom: 60px;
  display: flex;
  gap: 30px;
  align-items: center;
  justify-content: center;
}
.cseo-filter-category label {
  display: flex;
  gap: 5px;
  font-weight: bold;
  justify-content: center;
  align-items: center;
  font-size: 22px;
}
.cseo-filter-category input[type="checkbox"] {
  width: 30px;
  height: 30px;
  border-radius: 2px;
  border: 1px solid #759293;
}
.cseo-post-item {
  padding-left: 15px;
  padding-right: 15px;
  margin-bottom: 40px;
}
.cseo-post-item-content {
  box-shadow: 0px 0px 16px 0px rgba(0, 0, 0, 0.08);
  border-radius: 20px;
  overflow: hidden;
  height: 100%;
}
.cseo-post-item-content-wrapper {
  padding-left: 30px;
  padding-right: 30px;
  padding-top: 20px;
  padding-bottom: 40px;
}

@media (min-width: 772px) {
  .cseo-post-item {
    width: 50%;
  }
}
@media (min-width: 992px) {
  .cseo-post-item {
    width: 33.333333%;
  }
}

.cseo-post-item-category {
  display: block;
  margin-bottom: 20px;
}
.cseo-post-item-category button {
  background: #759293;
  color: #fff;
  padding: 5px 10px;
  border: none;
  border-radius: 0px;
}
.cseo-post-item-category button:focus {
  outline: none;
}
.cseo-post-item-category button.scripts {
  background-color: #315c62;
}
.cseo-post-item-category button.seo {
  background-color: #759293;
}
.cseo-post-item-category button.templates {
  background-color: #56904a;
}
.cseo-post-item-category button.google-ads {
  background-color: #c9a82b;
}
.cseo-post-item-title {
  font-size: 25px !important;
	font-weight: 800;
}
.cseo-post-item-time {
  color: #759293;
  text-transform: uppercase;
  font-weight: 600;
  font-size: 16px;
  margin-bottom: 10px;
  display: block;
}
.cseo-post-item-excerpt {
  font-size: 18px;
}
.cseo-post-item-readmore {
  color: #759293;
  font-weight: 400;
  border: 1px solid #759293;
  border-radius: 20px;
  padding: 10px 18px;
  margin-top: 20px;
  display: inline-block;
  text-transform: uppercase;
  font-size: 16px;
  transition: 0.3s;
}
.cseo-post-item-readmore:hover {
  background-color: #759293;
  color: #fff;
}
