/**
Theme Name: Prospero Theme
Author: Freeline
Author URI: https://freeline.pl/
Description: Astra is the fastest, fully customizable & beautiful theme suitable for blogs, personal portfolios and business websites. It is very lightweight (less than 50KB on frontend) and offers unparalleled speed. Built with SEO in mind, Astra comes with schema.org code integrated so search engines will love your site. Astra offers plenty of sidebar options and widget areas giving you a full control for customizations. Furthermore, we have included special features and templates so feel free to choose any of your favorite page builder plugin to create pages flexibly. Some of the other features: # WooCommerce Ready # Responsive # Compatible with major plugins # Translation Ready # Extendible with premium addons # Regularly updated # Designed, Developed, Maintained & Supported by Brainstorm Force. Looking for a perfect base theme? Look no further. Astra is fast, fully customizable and beautiful theme!
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: prospero-theme
Template: astra
*/

.mobile-only{
	display:none;
}

@media screen and (max-width: 991px){
	.mobile-only{
		display: block;
	}
}

table.parametry {
  display: block;
	border: none;
}

table.parametry tbody {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 20px;
}

table.parametry tr {
  display: flex;
  flex-direction: row;
  background: #fff;
  box-shadow: 0 1px 6px rgba(0,0,0,0.05);
  border-radius: 10px;
  overflow: hidden;
}

table.parametry td {
  flex: 1;
  padding: 14px 16px;
}

table.parametry td:first-child {
  background-color: #fafafa;
  font-weight: 600;
}

.custom-flex .elementor-grid{
	display: flex;
    flex-direction: row;
    align-content: center;
    flex-wrap: wrap;
    justify-content: center;
}


.custom-flex .elementor-loop-container>div{
	width: 45%;
}

/* Responsywność: jedna kolumna */
@media (max-width: 768px) {
	.custom-flex .elementor-loop-container>div{
		width: 100%;
	}
  table.parametry tbody {
    grid-template-columns: 1fr;
  }
}



.kamper-doposazenie-grid {
  display: grid;
  grid-template-columns: 50% auto;
}

.kamper-doposazenie-item {
  text-align: left;
	display:flex;
	flex-direction: row;
	align-items: center;
	gap: 5px;	
}

.kamper-doposazenie-item {
  display: grid;
  grid-template-columns: 25px auto; /* 25px na ikonę, reszta na tekst */
  column-gap: 8px;
  align-items: center;
}

/* Ramka na ikonę */
.kamper-doposazenie-icon-wrap {
  width: 25px;
  height: 25px;
  display: flex;
  align-items: center;
  justify-content: center;
}

/* Sama ikona – ZAWSZE 25x25 */
.kamper-doposazenie-grid img.kamper-doposazenie-icon {
  width: 25px !important;
  height: 25px !important;
  max-width: none !important;   /* nadpisuje globalne img { max-width:100% } */
  max-height: none !important;
  flex-shrink: 0;               /* nie pozwala się ściskać */
  object-fit: contain;
  display: block;
}

.kamper-doposazenie-title {
      font-family: var(--e-global-typography-38786a0-font-family), Sans-serif;
    font-size: var(--e-global-typography-38786a0-font-size);
    line-height: var(--e-global-typography-38786a0-line-height);
	padding-bottom: 5px;
}

@media (max-width: 768px) {
	
	.kamper-doposazenie-grid {
		grid-template-columns: 1fr;
	}
}
