/*
 Theme Name:   Astra Child
 Theme URI:    https://wpastra.com/
 Description:  Motyw potomny dla Astra
 Template:     astra
 Version:      1.0.0
 Text Domain:  astra-child
*/
.tablepress {
	--head-active-bg-color: #F5F5F5;
	--head-active-text-color: #E63946;
		--head-sort-arrow-color: #000000!important;
	--head-bg-color: #004E89;
	--head-text-color: #F5F5F5;
}
.tablepress {
	--head-active-bg-color: #F5F5F5;
	--head-active-text-color: #E63946;
		--head-sort-arrow-color: #000000!important;
	--head-bg-color: #004E89;
	--head-text-color: #F5F5F5;
}
.post-thumb-img-content post-thumb img {
    width: 100% !impornant;
}
a
{
	text-decoration: none !important;
}
/* Główna wysokość slidera – dokładnie 100vh */
.bdt-prime-slider ul.bdt-slideshow-items,
.bdt-prime-slider ul.bdt-slideshow-items > li {
  height: 100vh !important;
  min-height: 100vh !important;
  max-height: 100vh !important;
  width: 100%;
  aspect-ratio: auto !important;
  overflow: hidden;
}