/*
Theme Name: Avada Child
Description: Child theme for Avada theme
Author: ThemeFusion
Author URI: https://theme-fusion.com
Template: Avada
Version: 1.0.0
Text Domain:  Avada
*/

.hedea-ikony-kategorii {
	display: grid;
	grid-template-columns: repeat(var(--hedea-columns, 5), minmax(0, 1fr));
	gap: 24px;
}

.hedea-ikona-kategorii {
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: flex-start;
	text-align: center;
	text-decoration: none;
	color: inherit;
	height: 100%;
}

.hedea-ikona-kategorii__img {
	width: 100%;
	height: 120px; /* KLUCZOWE */
	display: flex;
	align-items: center;
	justify-content: center;
}

.hedea-ikona-kategorii__img img {
	max-width: 100%;
	max-height: 100%;
	width: auto;
	height: auto;
	object-fit: contain;
}

.hedea-ikona-kategorii__title {
	margin-top: 10px;
	font-size: 13px;
	font-weight: 600;
	color: #3b3b3b;
}

.tabelasklad{
  width:100%;
  border-collapse:collapse;
  margin:20px 0;
  font-size:18px;
  line-height:1.4;
}

.tabelasklad th,
.tabelasklad td{
  border:1px solid #9aa782;
  padding:18px 16px;
  text-align:left;
  vertical-align:middle;
}

.tabelasklad th{
  background:#2f4a1f;
  color:#fff;
  font-weight:700;
}

.tabelasklad th:first-child{
  width:52%;
}

.tabelasklad td{
  background:#f3f1ea;
  color:#2f4a1f;
}

.tabelasklad td:first-child{
  font-weight:700;
}

.tabelasklad tr:hover td{
  background:#ece8dd;
}

@media (max-width: 767px){
  .tabelasklad{
    font-size:15px;
  }

  .tabelasklad th,
  .tabelasklad td{
    padding:12px 10px;
  }
}

p.iworks-omnibus{
	margin-bottom:0px !important;
	font-size: 13px !important;
}