/* filters in Portfolio for Filter Everything  */
.wpc-custom-selected-terms ul.wpc-filter-chips-list {
    margin-bottom: 0px!important;
}
span.wpc-term-count-1 {
    font-weight: 500;
}
.wpc-filters-section {
    margin-bottom: 0em;
}
.wpc-filter-title {
	display: none !important;
}
.wpc-filter-layout-dropdown .select2-container--default .select2-selection--single .select2-selection__arrow, .wpc-sorting-form .select2-container--default .select2-selection--single .select2-selection__arrow {
    width: 0px!important;
}
.select2-container .select2-search--dropdown {
  display: none !important;
}
/* 1. Remove padding-left from dropdown options */
.select2-results__option .single-content ul, .single-content ol {
    padding-left: 0em !important;
}

/* 2. Dim or hide the placeholder text only when dropdown is open and not selected */
.select2-container--open .select2-selection__placeholder {
  color: transparent !important;
}

/* Reset filters button styles */
body .wpc-filter-chips-list li.wpc-filter-chip:not(.wpc-chip-reset-all) a {
    border-color: #333!important;
}
.wpc-filter-chips-list a, body .wpc-filter-chips-list li.wpc-filter-chip a {
    padding: 1px 10px 1px!important;
}
.wpc-posts-found {
    display: none;
}

/* Copy Link Box */
.copy-link-box-kadence {
			display: flex;
			flex-wrap: wrap;
			align-items: center;
			justify-content: center;
			gap: 10px;
			margin-top: 20px;
			text-align: center;
		}
		.copy-link-box-kadence .wp-block-button,
		.copy-link-box-kadence input {
			flex: 1 1 auto;
			min-width: 250px;
			max-width: 100%;
		}
		.copy-link-box-kadence input {
			padding: 10px;
			border: 1px solid #ccc;
			border-radius: 5px;
		}
		@media (max-width: 600px) {
			.copy-link-box-kadence {
				flex-direction: column;
				align-items: stretch;
			}
			.copy-link-box-kadence .wp-block-button,
			.copy-link-box-kadence input {
				width: 100%;
			}
		}
