/*
 Theme Name:   My Listing Child
 Theme URI:    http://mylisting.27collective.net/my-city/
 Description:  MyListing Child Theme
 Author:       27collective
 Author URI:   https://27collective.net/
 Template:     my-listing
 Version:      1.1
 License:      GNU General Public License v2 or later
 License URI:  http://www.gnu.org/licenses/gpl-2.0.html
 Tags:         one-column, two-columns, three-columns, left-sidebar, right-sidebar, grid-layout, custom-menu, custom-logo, featured-images, footer-widgets, full-width-template, sticky-post, theme-options, threaded-comments, translation-ready
 Text Domain:  my-listing-child
*/

.wyposazenie-blok ul {
  display: grid;
  grid-template-columns: repeat(3, 1fr); /* stałe 3 kolumny */
  gap: 12px 30px;
  padding: 0;
  margin: 0;
  list-style: none;
  background-color: #fef6ff; /* pastelowy róż, możesz zmienić */
}

.wyposazenie-blok li {
  padding: 0;
  margin: 0;
  background: none;
  border: none;
  font-size: 10px;
  font-weight: 400;
  color: #242429;
  line-height: 1.4;
  word-break: break-word;
  white-space: normal;
}

.wyposazenie-blok .category-name {
  white-space: normal;
  overflow: visible;
  text-overflow: unset;
  max-width: 100%;
}

.wyposazenie-blok .pf-body > .listing-details li {
    width: 29%;
}

.wyposazenie-blok .listing-details .category-name {
	
font-size: 11px;

}
/*
#wyposazenie-ogl {
  background-color: #fef6ff !important;
  padding: 20px;
  border-radius: 6px;
}
*/

.finansowanie-opcja {
  padding: 10px 15px;
  border: 1px solid #e0e0e0;
  border-radius: 6px;
  margin-bottom: 10px;
  background-color: #f9f9f9;
  font-size: 15px;
  line-height: 1.6;
}

.finansowanie-opcja strong {
  color: #242429;
  font-size: 16px;
}

.finansowanie-opcja .wplata {
  color: #666;
  font-style: italic;
}

#finansowanie-blok {
  background-color: #d5be4e !important;
  padding: 20px;
  border-radius: 6px;
}

