/* Site color */
:root {
  --cl-green-color: #51e938;
  --cl-font-regular: "TT Supermolot Regular", sans-serif;
}

/* CF7 ---- */
.wpcf7-list-item {
  margin: 0;
}

.wpcf7-list-item a,
.underlined-links a {
  text-decoration: underline !important;
}

.cf7-asterix,
.wpcf7-not-valid-tip {
  color: #990000;
}

.lk-custom-cf7-form input,
.lk-custom-cf7-form .wpcf7-textarea,
.lk-custom-cf7-form input.wpcf7-file {
  border: none;
  border-radius: 0;
  box-sizing: border-box;
}

.lk-custom-cf7-form .wpcf7-textarea,
.lk-custom-cf7-form
  input:not(.wpcf7-submit):not(input[type="checkbox"]):not(.wpcf7-file) {
  border-bottom: 1px solid #7e7e7e;
  -webkit-margin-before: 8px;
  margin-block-start: 8px;
  -webkit-margin-after: 16px;
  margin-block-end: 16px;
  width: 100%;
  box-sizing: border-box;
}

.lk-custom-cf7-form legend,
.lk-custom-cf7-form .wpcf7-checkbox .wpcf7-list-item {
  display: block;
  font-size: 1rem;
}

.lk-custom-cf7-form .wpcf7-checkbox input[type="checkbox"] {
  vertical-align: middle;
}

.lk-custom-cf7-form .wpcf7-checkbox {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 8px;
  margin-bottom: 1.5rem;
}

@media (max-width: 1024px) {
  .lk-custom-cf7-form .wpcf7-checkbox {
    grid-template-columns: 1fr 1fr;
  }
}

@media (max-width: 768px) {
  .lk-custom-cf7-form .wpcf7-checkbox {
    grid-template-columns: 1fr;
  }
}

.lk-custom-cf7-form .wpcf7-checkbox .wpcf7-list-item label {
  border: 1px solid #d0d0d0;
  display: flex;
  align-items: center;
  gap: 8px;
  padding: 16px 8px;
}

.lk-custom-cf7-form_cbx,
.lk-custom-cf7-form
  .wpcf7-checkbox
  .wpcf7-list-item
  label
  > *:not(:last-child) {
  margin-right: 8px;
}

.lk-custom-cf7-form input[type="checkbox"],
.lk-custom-cf7-form .wpcf7-checkbox .wpcf7-list-item label {
  cursor: pointer;
}

.lk-custom-cf7-form .wpcf7-acceptance a {
  text-decoration: underline;
}

.lk-custom-cf7-form_btn,
.lk-custom-cf7-form_file-upload::file-selector-button {
  background-color: var(--cl-green-color);
  color: #030014;
  border: 2px solid var(--cl-green-color) !important;
  padding: 15px 40px;
  border-radius: 0;
  cursor: pointer;
  margin: 1rem 1.5rem 1rem 0;
  font-family: "TT Supermolot Bold", sans-serif;
  font-size: 0.875rem;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  transition: 0.15s ease;
}

.lk-custom-cf7-form_btn:hover,
.lk-custom-cf7-form_file-upload::file-selector-button:hover {
  background: #fff;
  border-color: var(--cl-green-color) transparent;
}

.lk-custom-cf7-form_file-upload::-webkit-file-upload-button {
  background-color: var(--cl-green-color);
  color: #030014;
  border: 2px solid transparent;
  padding: 15px 40px;
  border-radius: 0;
  cursor: pointer;
  font-family: "TT Supermolot Bold", sans-serif;
  font-size: 0.875rem;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  -webkit-transition: 0.15s ease;
  transition: 0.15s ease;
}

.lk-custom-cf7-form_file-upload::-webkit-file-upload-button:hover {
  background: #fff;
  border-color: var(--cl-green-color) !important;
}

.lk-custom-cf7-form select {
  display: block;
  width: 100%;
  max-width: 100%;
  padding: 1rem;
  font-size: 1rem;
  line-height: 1.5;
  color: #333;
  background-image: none;
  border: none;
  border-radius: 0;
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  border: 1px solid #7e7e7e;
  margin: 1rem 0;
  background: transparent
    url("data:image/svg+xml;utf8,<svg fill='%23333' height='24' viewBox='0 0 24 24' width='24' xmlns='http://www.w3.org/2000/svg'><path d='M7 10l5 5 5-5z'/></svg>")
    no-repeat right 1rem center;
}

.lk-custom-cf7-form select:focus {
  outline: none;
  border-color: #007bff;
  box-shadow: 0 0 0 3px rgba(0, 123, 255, 0.25);
}

.wpcf7-radio .wpcf7-list-item {
  display: flex;
  margin-bottom: 0.5em;
}

.wpcf7-radio .wpcf7-list-item input {
  margin: 0 !important;
}

.wpcf7-radio .wpcf7-list-item label {
  display: flex;
  gap: 0.4em;
}

.wpcf7-radio .wpcf7-list-item label:hover {
  cursor: pointer;
}

/* Header ---- */
.navbar-brand__logo {
  max-width: 300px !important;
}

@media (max-width: 1199px) {
  .navbar-brand__logo {
    max-width: 230px !important;
  }
}

.hide-menu-button nav .btn.btn-primary,
.hide-menu-button nav .btn:not(.dropdown-toggle) {
  display: none;
}

.hide-menu-button #navbarNav ul {
  margin: 0;
  margin-left: auto;
}

/* Footer ---- */
.site-footer {
  border-top: 1px solid #e8eaed !important;
}

.wp-footer-menu {
  padding: 10px;
  margin: 0 !important;
}

.wp-footer-menu ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: grid;
  grid-template-columns: 1fr;
  gap: 1.3rem;
}

@media (min-width: 600px) {
  .wp-footer-menu ul {
    grid-template-columns: repeat(1, 1fr);
  }
}

@media (min-width: 900px) {
  .wp-footer-menu ul {
    grid-template-columns: repeat(3, 1fr);
  }
}

@media (min-width: 1400px) {
  .wp-footer-menu ul {
    grid-template-columns: repeat(4, 1fr);
  }
}

@media (min-width: 1600px) {
  .wp-footer-menu ul {
    grid-template-columns: repeat(5, 1fr);
  }

  .wp-footer-menu.wp-footer-menu--mod ul {
    grid-template-columns: repeat(2, 1fr);
  }
}

.wp-footer-menu li {
  margin: 0;
  padding: 0;
}

.wp-footer-menu a {
  position: relative;
  text-decoration: none;
  color: inherit;
  padding: 0.25rem 0;
}

.wp-footer-menu a:hover {
  text-decoration: underline;
}

.wp-footer-menu.wp-footer-menu--mod nav {
  padding: 0;
}

.wp-footer-menu.wp-footer-menu--mod ul {
  align-items: center;
}

/* SEOPress Cookie Banner — przeniesiony do resources/css/seopress-consent.css (ładowany globalnie dla wszystkich blogów). */

/*
.wp-child-theme-twentytwenty-institute .seopress-user-consent,
.wp-child-theme-twentytwenty-institute-dev .seopress-user-consent {
	display: flex;
 	flex-direction: column;
	gap: 15px;
	padding-top: 30px;
	padding-bottom: 30px
}

@media(min-width:1400px) {
	.wp-child-theme-twentytwenty-institute .seopress-user-consent,
	.wp-child-theme-twentytwenty-institute-dev .seopress-user-consent {
		padding-left: 15vw;
		padding-right: 15vw
	}
}

@media(min-width:1400px) {
	.wp-child-theme-twentytwenty-institute .seopress-user-consent,
	.wp-child-theme-twentytwenty-institute-dev .seopress-user-consent {
		padding-left: 10vw;
		padding-right: 10vw
	}
}

@media(min-width:900px) {
	.wp-child-theme-twentytwenty-institute .seopress-user-consent,
	.wp-child-theme-twentytwenty-institute-dev .seopress-user-consent {
		padding-left: 5vw;
		padding-right: 5vw
	}
}

.wp-child-theme-twentytwenty-institute .seopress-user-consent p,
.wp-child-theme-twentytwenty-institute-dev .seopress-user-consent p {
	font-size: 1.1rem;
	font-weight: 600;
	color: #000;
	align-self: flex-start
}

.wp-child-theme-twentytwenty-institute .seopress-user-consent #seopress-user-consent-accept,
.wp-child-theme-twentytwenty-institute-dev .seopress-user-consent #seopress-user-consent-accept,
.wp-child-theme-twentytwenty-institute .seopress-user-consent #seopress-user-consent-close,
.wp-child-theme-twentytwenty-institute-dev .seopress-user-consent #seopress-user-consent-close {
	font-size: 1rem;
  	font-weight: 600;
	border: 1px solid #000;
  	background-color: #f5f6f7;
	padding: 8px 16px;
	transition: .3s ease
}

.wp-child-theme-twentytwenty-institute .seopress-user-consent #seopress-user-consent-accept:hover,
.wp-child-theme-twentytwenty-institute-dev .seopress-user-consent #seopress-user-consent-accept:hover,
.wp-child-theme-twentytwenty-institute .seopress-user-consent #seopress-user-consent-close:hover,
.wp-child-theme-twentytwenty-institute-dev .seopress-user-consent #seopress-user-consent-close:hover {
  	background-color: transparent;
	color: #000
} */

/* Łukasiewicz btn ---- */
#site-content .btn--customized {
  position: relative;
  font: 400 0.875rem/1 "TT Supermolot Bold", sans-serif !important;
  text-align: center !important;
  letter-spacing: 1px !important;
  text-transform: uppercase !important;
  padding: 15px 80px 15px 40px !important;
  color: var(--celuk-dark, #030014) !important;
  -webkit-clip-path: polygon(
    0 0,
    100% 0,
    100% calc(100% - 1em),
    calc(100% - 0.5em) calc(100% - 0.5em),
    calc(100% - 1em) 100%,
    0 100%
  );
  clip-path: polygon(
    0 0,
    100% 0,
    100% calc(100% - 1em),
    calc(100% - 0.5em) calc(100% - 0.5em),
    calc(100% - 1em) 100%,
    0 100%
  );
  border: 2px solid transparent !important;
  border-radius: 3px;
  background-color: #3ee622;
  transition: background-color 0.3s ease, border-color 0.3s ease;
  overflow: visible;
}

#site-content .btn--customized::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 40px;
  transform: translateY(-50%);
  background: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iNDciIGhlaWdodD0iMTYiIHZpZXdCb3g9IjAgMCA0NyAxNiIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPHBhdGggZD0iTTEgNy4wMDk3N0MwLjQ0NzcxNSA3LjAwOTc3IDQuODI4MjNlLTA4IDcuNDU3NDggMCA4LjAwOTc3Qy00LjgyODIzZS0wOCA4LjU2MjA1IDAuNDQ3NzE1IDkuMDA5NzcgMSA5LjAwOTc3TDEgNy4wMDk3N1pNNDYuNzA3MSA4LjcxNjg4QzQ3LjA5NzYgOC4zMjYzNSA0Ny4wOTc2IDcuNjkzMTkgNDYuNzA3MSA3LjMwMjY2TDQwLjM0MzEgMC45Mzg3MDFDMzkuOTUyNiAwLjU0ODE3NyAzOS4zMTk1IDAuNTQ4MTc3IDM4LjkyODkgMC45Mzg3MDFDMzguNTM4NCAxLjMyOTIzIDM4LjUzODQgMS45NjIzOSAzOC45Mjg5IDIuMzUyOTFMNDQuNTg1OCA4LjAwOTc3TDM4LjkyODkgMTMuNjY2NkMzOC41Mzg0IDE0LjA1NzEgMzguNTM4NCAxNC42OTAzIDM4LjkyODkgMTUuMDgwOEMzOS4zMTk1IDE1LjQ3MTQgMzkuOTUyNiAxNS40NzE0IDQwLjM0MzEgMTUuMDgwOEw0Ni43MDcxIDguNzE2ODhaTTEgOS4wMDk3N0w0NiA5LjAwOTc3TDQ2IDcuMDA5NzdMMSA3LjAwOTc3TDEgOS4wMDk3N1oiIGZpbGw9IiMwMzAwMTQiLz4KPC9zdmc+Cg==)
    no-repeat;
  background-size: cover;
  width: 24px;
  height: 8px;
  transition: right 0.3s ease;
}

#site-content .btn--customized:hover::after {
  right: 32px;
}

/* Custom Post Loop Shortcode ---- */
.custom-post-loop__post {
  background-color: #fff;
  padding: 1.5rem;
  margin-bottom: 2rem;
  border: 1px solid #e0e0e0;
  border-radius: 4px;
}

.custom-post-loop__title {
  font-size: 2rem !important;
}

.custom-post-loop__excerpt,
.custom-post-loop__title,
.custom-post-loop__date {
  margin-bottom: 1rem;
}

.custom-post-loop__link {
  display: inline-block;
  color: initial !important;
  padding: 0.5rem 1rem;
  margin-top: auto;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  border: 1px solid #ccc;
  text-decoration: none;
  transition: background-color 0.3s;
}

.custom-post-loop__link:hover {
  background-color: #3ee622;
}

.custom-post-loop__filters {
  display: flex;
  flex-wrap: wrap;
  gap: 0.5rem;
  margin-bottom: 2rem;
}

.custom-post-loop__filter-btn {
  display: inline-block;
  padding: 0.5rem 1rem;
  border: 1px solid #ccc;
  text-decoration: none;
  transition: background-color 0.2s;
  color: initial !important;
  background-color: #fff;
}

.custom-post-loop__filter-btn:hover,
.custom-post-loop__filter-btn:active,
.custom-post-loop__filter-btn.active {
  background-color: #3ee622;
}

.custom-post-loop__pagination {
  display: flex;
  flex-wrap: wrap;
  gap: 0.5rem;
  justify-content: center;
  margin-top: 2rem;
}

.custom-post-loop__pagination a,
.custom-post-loop__pagination span {
  padding: 0.5rem 1rem;
  border: 2px solid #ccc;
  text-decoration: none;
  display: inline-block;
}

.custom-post-loop__pagination .page-numbers {
  transition: 0.3s ease;
}

.custom-post-loop__pagination .current {
  font-weight: bold;
  border-color: #000;
}

.custom-post-loop__pagination .current:hover,
.custom-post-loop__pagination .page-numbers.dots {
  cursor: not-allowed;
}

.custom-post-loop__pagination .page-numbers:not(.dots):hover {
  border-color: #000;
  color: #000;
}

.custom-post-loop__empty {
  text-align: center;
  margin-top: 3rem;
}

.custom-post-loop__inner {
  display: flex;
  flex-direction: row;
  gap: 40px;
}

.custom-post-loop__content {
  display: flex;
  flex-direction: column;
}

.custom-post-loop__thumbnail {
  min-width: 33%;
}

.custom-post-loop__thumbnail img {
  height: auto;
  max-height: 340px;
  -o-object-fit: cover;
  object-fit: cover;
  width: 100%;
}

@media (max-width: 1024px) {
  .custom-post-loop__thumbnail {
    min-width: 50%;
  }
}

@media (max-width: 880px) {
  .custom-post-loop__inner:not(.posts-grid-mod .custom-post-loop__inner) {
    flex-direction: column-reverse;
  }

  .custom-post-loop__thumbnail {
    min-width: 100%;
  }

  .custom-post-loop__thumbnail img {
    max-height: 390px;
    height: auto !important;
    width: 100%;
  }
}

@media (max-width: 480px) {
  .custom-post-loop__title {
    font-size: 1.5rem !important;
  }
}

.custom-post-loop__filter-select {
  width: 100%;
  min-width: 0;
  display: block;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  background-color: #fff;
  border: 1px solid #ccc;
  border-radius: 4px;
  padding: 0.5rem 2.25rem 0.5rem 1rem;
  font-size: 0.95rem;
  cursor: pointer;
  transition: border-color 0.2s, box-shadow 0.2s;
  background-image: url("data:image/svg+xml,%3Csvg width='14' height='14' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M7 10l5 5 5-5' stroke='%23888' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: right 0.75rem center;
  background-size: 14px 14px;
  background-clip: padding-box;
  transition: 0.3s ease;
}

.custom-post-loop__filter-select:hover,
.custom-post-loop__filter-select:focus {
  box-shadow: 0 0 4px #3ee622;
  border-color: #3ee622;
  outline: none;
}

.custom-post-loop__filter-select::-ms-expand {
  display: none;
}

.custom-post-loop__filter-form {
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
  width: 100%;
  max-width: 320px;
  min-width: 0;
}

@media (max-width: 480px) {
  .custom-post-loop__filter-form {
    max-width: 100%;
  }
}
.custom-post-loop__filter-selected {
  font-size: 0.9rem;
  color: #666;
  line-height: 1.35;
  word-break: break-word;
  overflow-wrap: anywhere;
}

.posts-grid-mod .custom-post-loop__posts {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 24px;
}

.posts-grid-mod .custom-post-loop__post {
  display: flex;
  margin-bottom: 0;
}

.posts-grid-mod .custom-post-loop__post .custom-post-loop__link {
  margin-top: auto;
}

.posts-grid-mod .custom-post-loop__post .custom-post-loop__title {
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}

@media (max-width: 880px) {
  .posts-grid-mod .custom-post-loop__posts {
    grid-template-columns: repeat(1, 1fr);
  }
}

/* Table ---- */
.elementor-widget-container table {
  width: 100%;
  border-collapse: collapse;
}

.elementor-widget-container th,
td {
  border: 1px solid #ddd !important;
  padding: 8px;
}

.elementor-widget-container th {
  background-color: #f2f2f2;
  text-align: left;
}

.elementor-widget-container tr:nth-child(even) {
  background-color: #f9f9f9;
}

.elementor-widget-container tr:hover {
  background-color: #eaeaea;
}

table {
  margin-bottom: 2rem;
}

.table-wrapper {
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
}

table {
  width: 100%;
  border-collapse: collapse;
  font-family: system-ui, sans-serif;
  font-size: 15px;
  color: #222;
}

th,
td {
  text-align: left;
  padding: 10px 12px;
  border-bottom: 1px solid #ddd;
  white-space: nowrap;
}

th {
  background: #f6f6f6;
  font-weight: 600;
}

@media (max-width: 768px) {
  table {
    min-width: 600px;
  }
}

.white-table,
.white-table tr,
.white-table th,
.white-table td,
.white-table tr:nth-child(even),
.white-table tr:nth-child(odd),
.elementor-element.white-table,
.elementor-element.white-table tr,
.elementor-element.white-table th,
.elementor-element.white-table td,
.elementor-element.white-table tr:nth-child(even),
.elementor-element.white-table tr:nth-child(odd) {
  background-color: #fff !important;
}

/* Utiliity classes ---- */
.box-shadow--simply,
.elementor-element.box-shadow--simply {
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15) !important;
}

#site-content .grid-img--height-controll img {
  height: 380px !important;
  -o-object-fit: cover !important;
  object-fit: cover !important;
}

@media (max-width: 480px) {
  #site-content .grid-img--height-controll img {
    height: 280px !important;
  }
}

.headers--small h2,
.headers--small h3,
.headers--small h4,
.headers--small h5 {
  font-family: var(--e-global-typography-text-font-family) !important;
  font-size: 1rem !important;
  font-weight: 700 !important;
  line-height: 1.4 !important;
}

.url-underline a,
.url-hover-underline a:hover {
  text-decoration: underline !important;
}

.btn-icon--right .elementor-button .elementor-button-icon {
  margin-left: auto;
}

.btn-icon--right .elementor-button {
  text-align: left;
}

.link-accent a {
  color: #007acc !important;
  font-weight: 600 !important;
}

.p-mb-none p,
p.p-mb-none {
  margin-bottom: 0 !important;
}

.read-more-labs {
  position: relative;
  display: inline-block;
  text-transform: uppercase;
  letter-spacing: 1px;
  font-weight: 600;
  margin: 1rem 0;
}

.read-more-labs::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 0;
  height: 2px;
  background-color: #3ee622;
  transition: width 0.3s ease;
}

a:hover .read-more-labs::after {
  width: 100%;
}

.is-shadow--light {
  box-shadow: 2px 2px 5px rgba(0, 0, 0, 0.1);
}

ul.custom-list--table,
.custom-list--table ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

ul.custom-list--table li,
.custom-list--table ul li {
  position: relative;
}

ul.custom-list--table li::before,
.custom-list--table ul li::before {
  content: "";
  position: absolute;
  left: 8px;
  top: 50%;
  transform: translateY(-50%);
  width: 1.5rem;
  height: 1.5rem;
  background: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 640 640'><path fill='%2351e938' d='M342.6 534.6C330.1 547.1 309.8 547.1 297.3 534.6L137.3 374.6C124.8 362.1 124.8 341.8 137.3 329.3C149.8 316.8 170.1 316.8 182.6 329.3L320 466.7L457.4 329.4C469.9 316.9 490.2 316.9 502.7 329.4C515.2 341.9 515.2 362.2 502.7 374.7L342.7 534.7zM502.6 182.6L342.6 342.6C330.1 355.1 309.8 355.1 297.3 342.6L137.3 182.6C124.8 170.1 124.8 149.8 137.3 137.3C149.8 124.8 170.1 124.8 182.6 137.3L320 274.7L457.4 137.4C469.9 124.9 490.2 124.9 502.7 137.4C515.2 149.9 515.2 170.2 502.7 182.7z'/></svg>")
    no-repeat center;
  background-size: contain;
}

ul.custom-list--table li,
.custom-list--table ul li {
  padding: 1rem 1rem 1rem 40px;
  border-bottom: 1px solid #cecece;
}

.custom-list--table ul li:last-child {
  border-bottom: none;
}

ul.custom-list--table li:nth-child(odd),
.custom-list--table ul li:nth-child(odd) {
  background: #fff;
}

ul.custom-list--table li:nth-child(even),
.custom-list--table ul li:nth-child(even) {
  background: transparet;
}

.list-marker--green li::marker {
  color: #3c7b32;
}

.black-filter img {
  filter: grayscale(100%);
  transition: filter 0.3s ease;
}

.black-filter img:hover {
  filter: none;
}

/* Elementor accordion item ---- */
.active-item-bg.elementor-widget-accordion
  .elementor-tab-title.elementor-active {
  background-color: var(--cl-green-color) !important;
}

/* Default Gutenberg file btn ---- */
.ingle-inne-przetargi .wp-block-file,
.single-zapytania-ofertowe .wp-block-file {
  display: flex;
  align-items: center;
  gap: 1rem;
  align-items: center;
  border-bottom: 1px solid #d3d3d3;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  padding-bottom: 1rem;
}

.ingle-inne-przetargi .wp-block-file:last-child,
.single-zapytania-ofertowe .wp-block-file:last-child {
  border-bottom: none;
}

.ingle-inne-przetargi .wp-block-file a,
.single-zapytania-ofertowe .wp-block-file a {
  font-size: 1rem;
}

.ingle-inne-przetargi .wp-block-file a.wp-block-file__button,
.single-zapytania-ofertowe .wp-block-file a.wp-block-file__button {
  display: flex;
  background-color: var(--cl-green-color);
  border: 2px solid transparent;
  border-radius: 0;
  color: #000;
  padding: 0.5em 1em;
  margin-left: auto !important;
  text-decoration: none;
  transition: 0.2s ease;
}

.ingle-inne-przetargi .wp-block-file a.wp-block-file__button:hover,
.single-zapytania-ofertowe .wp-block-file a.wp-block-file__button:hover {
  background: #fff;
  border-color: var(--cl-green-color);
}

/* WP Block customizer - page list ---- */
.custom-post-loop-listing,
.job-offers_cat-list,
.elementor-element .wp-block-page-list,
.elementor-element.special-custom-links ul {
  list-style: none;
  padding: 0;
  margin: 0;
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  gap: 1rem;
}

.custom-post-loop-listing .cpll-item,
.job-offers_cat-list li,
.elementor-element .wp-block-page-list li,
.elementor-element.special-custom-links li {
  margin: 0;
}

.custom-post-loop-listing .cpll-item a,
.job-offers_cat-list a,
.elementor-element .wp-block-page-list a,
.elementor-element.special-custom-links a {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  border: 1px solid #ddd;
  padding: 2rem;
  font-weight: 400 !important;
  text-decoration: none !important;
  color: initial !important;
  background-color: #fff;
  transition: all 0.3s ease;
  height: 100%;
}

.custom-post-loop-listing .cpll-item a::after,
.job-offers_cat-list a::after,
.elementor-element .wp-block-page-list a::after,
.elementor-element.special-custom-links a::after {
  content: "";
  display: inline-block;
  width: 0.6em;
  height: 0.6em;
  border-top: 2px solid currentColor;
  border-right: 2px solid currentColor;
  transform: rotate(45deg);
  margin-left: 1rem;
  padding: 0 3px;
}

.custom-post-loop-listing .cpll-item a:hover,
.job-offers_cat-list a:hover,
.elementor-element .wp-block-page-list a:hover,
.elementor-element.special-custom-links a:hover {
  background-color: var(--cl-green-color);
  border-color: var(--cl-green-color);
}

@media (max-width: 1024px) {
  .custom-post-loop-listing,
  .job-offers_cat-list,
  .elementor-element .wp-block-page-list,
  .elementor-element.special-custom-links {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (max-width: 600px) {
  .custom-post-loop-listing,
  .job-offers_cat-list,
  .elementor-element .wp-block-page-list,
  .elementor-element.special-custom-links {
    grid-template-columns: 1fr;
  }
}

/* ILOT - BTNS as like WP Block customizer --- */
.special-custom-btns .e-con-inner {
  display: grid !important;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  padding: 0;
  gap: 1rem;
}

.special-custom-btns .elementor-button-wrapper {
  height: 100%;
}

.special-custom-btns a {
  display: flex !important;
  flex-direction: row !important;
  justify-content: space-between !important;
  align-items: center !important;
  border: 1px solid #ddd !important;
  padding: 2rem !important;
  font-weight: 400 !important;
  text-decoration: none !important;
  color: initial !important;
  background-color: #fff !important;
  transition: all 0.3s ease;
  height: 100%;
}

.special-custom-btns a .elementor-button-content-wrapper {
  justify-content: space-between;
  align-items: center;
  width: 100%;
  height: 100%;
}

.special-custom-btns a .elementor-button-text {
  text-align: left !important;
  text-transform: initial;
}

.special-custom-btns a:hover {
  background-color: var(--cl-green-color) !important;
  border-color: var(--cl-green-color) !important;
}

@media (max-width: 1024px) {
  .special-custom-btns .e-con-inner {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (max-width: 600px) {
  .special-custom-btns .e-con-inner {
    grid-template-columns: 1fr;
  }
}

/* Hide child page lists --- */
.elementor-element .wp-block-page-list .wp-block-pages-list__item.has-child ul {
  display: none !important;
}

/* Btns ---- */
.elementor-button.elementor-button-link:visited {
  color: initial;
}

/* News home page ---- */
@media (max-width: 1999px) {
  .home_news--img-eq .elementor-post__thumbnail,
  .home_news--img-eq .elementor-post__thumbnail img {
    height: auto !important;
    min-height: 300px;
  }
}

/* ILOT - Products grid list ---- */
.products-filters {
  display: flex;
  flex-wrap: wrap;
  gap: 0.5rem;
  margin-bottom: 2rem;
}

.products-filters__button,
.products-pagination .page-numbers {
  display: inline-block;
  padding: 0.5rem 1rem;
  border: 1px solid #ccc;
  text-decoration: none;
  transition: background-color 0.2s;
  background-color: #fff;
}

.products-filters__button:hover,
.products-pagination .page-numbers:hover,
.products-pagination .page-numbers:active {
  color: initial !important;
}

.products-pagination .page-numbers.dots:hover {
  background-color: #fff;
  cursor: not-allowed;
}

.products-filters__button:hover,
.products-filters__button:active,
.products-filters__button.active,
.products-filters__button--active,
.products-pagination .page-numbers:hover,
.products-pagination .page-numbers.current {
  background-color: var(--cl-green-color);
}

.products-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  gap: 20px;
}

.products-grid__item {
  display: block;
  width: fit-content;
  min-width: 315px;
}

.product-card {
  height: 400px;
  text-align: left;
  padding: 20px;
  border: 1px solid #ccc;
  background-color: #fff;
  transition: border-color 0.2s ease;
}

.product-card:hover {
  border-color: #000;
}

.product-card__link {
  text-decoration: none;
  color: inherit;
  display: block;
}

.product-card__image img {
  width: auto;
  height: 100%;
  display: block;
}

.product-card__title {
  font-size: 1.2rem !important;
  margin: 8px 0 0;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}

.products-pagination {
  margin: 40px 0;
  text-align: center;
}

/* IMIF - Catalogs grid list ---- */
.catalogs-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  gap: 20px;
}

.catalogs-grid__item {
  display: block;
}

.catalog-card {
  height: 420px;
  text-align: left;
  padding: 20px;
  border: 1px solid #ccc;
  background-color: #fff;
  transition: border-color 0.2s ease;
}

.catalog-card:hover {
  border-color: #000;
}

.catalog-card__link {
  text-decoration: none;
  color: inherit;
  display: block;
}

.catalog-card__image img {
  width: auto;
  height: 100%;
  display: block;
}

.catalog-card__title {
  font-size: 1.125rem !important;
  font-family: var(--cl-font-regular) !important;
  margin: 8px 0 0;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}

.catalogs-pagination {
  margin: 40px 0;
  text-align: center;
}

.catalogs-pagination .page-numbers {
  display: inline-block;
  padding: 0.5rem 1rem;
  border: 1px solid #ccc;
  text-decoration: none;
  transition: background-color 0.2s;
  background-color: #fff;
}

.catalogs-pagination .page-numbers:hover,
.catalogs-pagination .page-numbers.current {
  background-color: var(--cl-green-color);
}

.catalogs-pagination .page-numbers.current:hover {
  cursor: not-allowed;
}

/* Headers ---- */
.elementor-widget-text-editor h2,
.elementor-widget-text-editor h3,
.elementor-widget-text-editor h4,
.elementor-widget-text-editor h5 {
  margin: 0.5em 0;
  /* 	margin: 0 0 .5em 0 */
}

/* External links list ---- */
.external-link-list ul {
  padding-left: 0;
}

.external-link-list ul li {
  list-style: none;
  padding: 0;
  position: relative;
  margin-bottom: 1rem;
}

.external-link-list ul li a {
  display: flex;
  align-items: center;
  padding: 8px 12px;
  border: 1px solid #3c3c3c3c;
  border-radius: 0;
  background-color: #fff;
  text-decoration: none;
  transition: all 0.2s ease;
}

.external-link-list ul li a::before {
  content: "";
  flex: 0 0 1.5rem;
  height: 1.5rem;
  margin-right: 0.5rem;
  background: url("/wp-content/themes/twentytwenty-institute/resources/assets/icons/arrow-up-right-from-square-sharp-light-full.svg")
    no-repeat center center;
  background-size: contain;
}

.external-link-list ul li a:hover {
  background: #51e938;
  border-color: #51e938;
  color: #030014;
}

/* IMIF - Grid corrector */
.imif-grid-corrector img {
  height: 250px !important;
  width: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.imif-grid-corrector .elementor-widget-image-box {
  min-height: 330px;
  max-height: 330px;
}

.imif-grid-corrector .elementor-widget-image-box .elementor-image-box-title {
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}

/* Elementor Theme Builder: Loop Grid Template */
.lk-custom-loop-item-template {
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.05) !important;
}

.lk-custom-loop-item-template img {
  height: 252px !important;
  -o-object-fit: cover;
  object-fit: cover;
}

.lk-custom-loop-item-template .lk-custom-loop-item-content {
  flex-grow: 1 !important;
}

.lk-custom-loop-item-template .elementor-widget-theme-post-excerpt {
  display: -webkit-box;
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.lk-custom-loop-item-read-more {
  margin-top: 15px;
}

.lk-custom-loop-item-read-more p {
  margin: 0 !important;
}

/* ILOT - Custom Archive Job Offers Shortcode Style */
.job-offers-category__main-wrapper {
  max-width: 1350px;
  margin: 0 auto;
  padding: 30px;
}

.job-offers-category__main-wrapper .archive-title {
  margin-bottom: 0.5em;
}

.ilot-job-offers_custom-archive {
  display: flex;
  flex-direction: column;
  gap: 20px;
  margin: 50px auto;
}

.ilot-job-offers_custom-archive .job-offer-item {
  display: flex;
  flex-direction: column;
  gap: 10px;
  padding: 24px;
  border: 1px solid #e0e0e0;
  border-radius: 2px;
  text-decoration: none;
  transition: 0.3s ease;
}

.ilot-job-offers_custom-archive .job-offer-item:hover {
  background-color: var(--e-global-color-accent);
}

.ilot-job-offers_custom-archive .job-offer-title {
  font-size: 1.5rem;
  margin-bottom: 0;
}

.ilot-job-offers_custom-archive-pagination {
  display: flex;
  gap: 10px;
  margin: 20px 0;
}

.ilot-job-offers_custom-archive-pagination .page-numbers {
  text-decoration: none;
  border: 1px solid #e0e0e0;
  padding: 3px 12px;
}

.archive-back-to-categories .back-button {
  display: inline-block;
  font-family: "TT Supermolot Regular", sans-serif;
  font-size: 1rem !important;
  padding: 8px 16px;
  background: transparent;
  border: 2px solid #3ee622;
  color: #000;
  text-decoration: none;
  border-radius: 2px;
  font-size: 14px;
  transition: 0.3s ease;
}

.archive-back-to-categories .back-button:hover {
  border-color: #000;
}

@media (max-width: 768px) {
  .job-offers-category__main-wrapper {
    padding: 10px;
  }

  .ilot-job-offers_custom-archive .job-offer-title {
    font-size: 1.2rem;
  }

  .job-offers-category__main-wrapper .archive-title {
    font-size: 1.75rem;
  }

  .ilot-job-offers_custom-archive .job-offer-item {
    padding: 16px;
  }

  .ilot-job-offers_custom-archive {
    margin: 25px auto;
  }
}

/* ICIMB - Projekty logo */
.projekty-emblems img {
  max-height: 160px;
  width: auto;
}

/* ILOT - Single Site ACF */
.event-widget-ilot .swp-container {
  padding: 0;
  margin: 0;
  max-width: none;
}

.event-widget-ilot .swp-single-inner {
  border: 1px solid #bfbfbf !important;
  border-radius: 2px !important;
}

.event-widget-ilot .swp-single-inner .icon-img {
  border: none !important;
  border-radius: 0 !important;
}

.event-widget-ilot .swp-single-inner .icon-img img {
  width: auto;
  max-width: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.event-widget-ilot .swp-single-inner:hover {
  background: transparent !important;
}

.swp-single-inner .content-box .inner-title:hover a {
  color: initial !important;
  text-decoration: underline;
}

.event-widget-ilot .swp-btn {
  display: flex;
  align-items: center;
  border: 1x solid transparent !important;
  border-radius: 2px !important;
  font-family: "TT Supermolot Bold";
  font-size: 14px;
  font-weight: 400;
  line-height: 1;
  max-width: fit-content;
  color: #030014 !important;
  background-color: var(--e-global-color-accent) !important;
  text-transform: uppercase;
}

.event-widget-ilot .swp-btn i {
  margin: 0 0 2px 10px;
}

.event-widget-ilot .swp-meta-inner * {
  font-size: 1rem !important;
}

.event-widget-ilot .swp-meta-inner .swp-cat,
.event-widget-ilot .swp-single-list-inner li i {
  color: #000;
}

.event-widget-ilot .swp-meta-inner .swp-cat {
  background-color: var(--e-global-color-accent);
}

.event-widget-ilot .swp-page-navigation {
  display: flex;
}

.event-widget-ilot .swp-page-navigation .page-numbers.current,
.event-widget-ilot .swp-page-navigation .page-numbers:hover {
  background-color: var(--e-global-color-accent);
  color: #000;
}

.event-widget-ilot .swp-page-navigation .page-numbers.current:hover {
  cursor: not-allowed;
}

/* RevSlider */
.wp-child-theme-twentytwenty-institute .wp-block-themepunch-revslider *,
.wp-child-theme-twentytwenty-institute-dev .wp-block-themepunch-revslider * {
  font-weight: 600 !important;
}

.tiles-blocks-grid {
  transition: background-color 0.2s ease;
}

.tiles-blocks-grid p {
  margin-bottom: 0 !important;
}

.tiles-blocks-grid .e-child {
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.15);
}

.tiles-blocks-grid .elementor-widget-text-editor {
  display: flex;
  margin-top: auto;
}

.tiles-blocks-grid a:hover {
  cursor: pointer;
  background-color: #51e938 !important;
}

/* ILOT - Custom Subpages list */
.ilot-child-pages {
  list-style: none;
  margin: 0;
  padding: 0;
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(250px, 1fr));
  gap: 20px;
}

.ilot-child-pages__item {
  border: 1px solid lightgray;
  border-radius: 3px;
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.15);
}

.ilot-child-pages__link {
  position: relative;
  display: flex;
  flex-direction: column;
  text-decoration: none;
  transition: 0.3s ease;
}

.ilot-child-pages__link::before {
  content: "";
  position: absolute;
  inset: 0;
  display: block;
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0.66);
  z-index: 1;
}

.ilot-child-pages__thumb {
  display: block;
  width: 100%;
  height: auto;
  min-height: 213px;
  object-fit: cover;
  filter: brightness(200%) grayscale(100%);
  transition: 0.3s ease-out;
}

.ilot-child-pages__link:hover .ilot-child-pages__thumb {
  filter: none;
}

.ilot-child-pages__link:hover::before {
  background-color: rgba(0, 0, 0, 0.25);
}

.ilot-child-pages__link:hover .ilot-child-pages__title {
  color: #fff;
}

.ilot-child-pages__title {
  position: absolute;
  inset: 0;
  padding: 30px;
  font-weight: 600;
  font-size: 1.5rem;
  line-height: 1.2;
  z-index: 2;
}

/* WP Block customizer - page list ---- */
.job-offers_cat-list,
.elementor-element .wp-block-page-list {
  list-style: none;
  padding: 0;
  margin: 0;
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  gap: 1rem;
}

.job-offers_cat-list li,
.elementor-element .wp-block-page-list li {
  margin: 0;
}

.job-offers_cat-list a,
.elementor-element .wp-block-page-list a {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  text-decoration: none;
  border: 1px solid #ddd;
  padding: 2rem;
  background-color: #fff;
  transition: all 0.3s ease;
  height: 100%;
}

.job-offers_cat-list a::after,
.elementor-element .wp-block-page-list a::after {
  content: "";
  display: inline-block;
  width: 0.6em;
  height: 0.6em;
  border-top: 2px solid currentColor;
  border-right: 2px solid currentColor;
  transform: rotate(45deg);
  margin-left: 1rem;
  padding: 0 3px;
}

.job-offers_cat-list a:hover,
.elementor-element .wp-block-page-list a:hover {
  background-color: var(--cl-green-color);
  border-color: var(--cl-green-color);
}

@media (max-width: 1024px) {
  .job-offers_cat-list,
  .elementor-element .wp-block-page-list {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (max-width: 600px) {
  .job-offers_cat-list,
  .elementor-element .wp-block-page-list {
    grid-template-columns: 1fr;
  }
}
