/******* Do not edit this file *******
Simple Custom CSS and JS - by Silkypress.com
Saved: Apr 07 2026 | 08:57:24 */
/* ===== Container ===== */
.pfg-filters {
  display: flex;
  gap: 20px;
  flex-wrap: wrap;
}

/* ===== Group Card ===== */
.pfg-filter-group {
  display: flex;
  align-items: center;
  gap: 16px;
  background: #f4f4f6;
  padding: 12px 18px;
  border-radius: 14px;
}

/* ===== Parent (Year) ===== */
.pfg-filter--parent {
  background: #F9A825 !important;
  color: #fff !important;
  border-radius: 999px !important;
  padding: 8px 18px !important;
  font-weight: 600;
  font-size: 14px;
  border: 2px solid #F9A825 !important;
  display: flex;
  align-items: center;
  height: 36px;
}

/* Add subtle outline effect */
.pfg-filter--parent {
  box-shadow: 0 0 0 2px rgba(249,168,37,0.25);
}

/* ===== Children Container ===== */
.pfg-filter-children {
  display: flex;
  gap: 10px;
  align-items: center;
}

/* ===== Child (Month Pills) ===== */
.pfg-filter--child {
  background: #e5e5e5 !important;
  color: #333 !important;
  border-radius: 999px !important;
  padding: 6px 14px !important;
  font-size: 13px;
  border: 1px solid transparent !important;
  height: 34px;
  display: flex;
  align-items: center;
  transition: all 0.25s ease;
}

/* Hover */
.pfg-filter--child:hover {
  background: #F9A825 !important;
  color: #fff !important;
}

/* Active */
.pfg-filter--child.active {
  background: #A92111 !important;
  color: #fff !important;
}

/* ===== Count ===== */
.pfg-filter-count {
  font-size: 11px;
  opacity: 0.7;
  margin-left: 4px;
}

/* ===== Remove color dot ===== */
.pfg-filter-color {
  display: none !important;
}
.pfg-filter-children{
	padding-left: 15px !important;
}

