/*
Theme Name: Prostyzarobek
Theme URI: http://example.com/prostyzarobek
Author: prowp.pl
Author URI: http://prowp.pl
Description: A custom theme for Prostyzarobek using Tailwind CSS.
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: prostyzarobek
Tags: custom-theme, responsive-layout
*/

/*
 * Keep this file minimal when using Tailwind.
 * Styles live in dist/output.css.
 */

@keyframes pz-blob {
	0% {
		transform: translate(0px, 0px) scale(1);
	}
	33% {
		transform: translate(30px, -50px) scale(1.1);
	}
	66% {
		transform: translate(-20px, 20px) scale(0.9);
	}
	100% {
		transform: translate(0px, 0px) scale(1);
	}
}

.animate-blob {
	animation: pz-blob 10s infinite;
}

.animation-delay-2000 {
	animation-delay: 2s;
}

.animation-delay-4000 {
	animation-delay: 4s;
}

@media (prefers-reduced-motion: reduce) {
	.animate-blob {
		animation: none;
	}
}

.spbi-ks-widget-product-form-wrapper { margin-bottom: 25px; }

.spbi-ks-widget .spbi-ks-widget-header > .spbi-ks-widget-product-list > .spbi-ks-widget-product-list-item.active::after {
	display: none !important;
}

.spbi-ks-widget .spbi-ks-widget-header > .spbi-ks-widget-product-list > .spbi-ks-widget-product-list-item.active {
	background: #141d46 !important;
  color: #FFF !important;
}

.layout-type-half-job-details .spbi-ks-widget-product-form-wrapper, .layout-type-half-job-details .spbi-ks-widget-header {display: none !important }

.layout-type-half-job-details {margin-top: 50px}

.spbi-ks-widget-product-results-item-button {
    white-space: nowrap;
}