/*
Theme Name: Astra Child
Theme URI: https://wpastra.com/
Template: astra
Author: Brainstorm Force
Author URI: https://wpastra.com/about/?utm_source=theme_preview&utm_medium=author_link&utm_campaign=astra_theme
Description: The Astra WordPress theme is lightning-fast and highly customizable. It has over 1 million downloads and the only theme in the world with 6,000+ five-star reviews! It’s ideal for professional web designers, solopreneurs, small businesses, eCommerce, membership sites and any type of website. It offers special features and templates so it works perfectly with all page builders like Spectra, Elementor, Beaver Builder, etc. Fast performance, clean code, mobile-first design and schema markup are all built-in, making the theme exceptionally SEO-friendly. It’s fully compatible with WooCommerce, SureCart and other eCommerce plugins and comes with lots of store-friendly features and templates. Astra also provides expert support for free users. A dedicated team of fully trained WordPress experts are on hand to help with every aspect of the theme. Try the live demo of Astra: https://zipwp.org/themes/astra/
Tags: custom-menu,custom-logo,entertainment,one-column,two-columns,left-sidebar,e-commerce,right-sidebar,custom-colors,editor-style,featured-images,full-width-template,microformats,post-formats,rtl-language-support,theme-options,threaded-comments,translation-ready,blog
Version: 4.12.3.1772103541
Updated: 2026-02-26 11:59:01

*/

.cennik-wrap{
  max-width: 1200px;
  margin: 0 auto;
  padding: 22px;
  background: #0D3C00;
  border-radius: 16px;
  box-shadow: 0 10px 30px rgba(0,0,0,.25);
}

.cennik-search{
  width: 100%;
  padding: 14px 16px;
  border-radius: 12px;
  border: 1px solid rgba(255,255,255,.18);
  background: rgba(0,0,0,.18);
  color: #fff;
  outline: none;
  font-size: 16px;
  margin-bottom: 14px;
}

/* placeholder – jedna wersja, żeby nie było konfliktu */
.cennik-search::placeholder{
  color: black;
  opacity: 1; /* ważne dla Safari */
}

.cennik-table-wrap{
  max-height: 760px;
  overflow: auto;
  border-radius: 12px;
  border: 0px solid rgba(255,255,255,.12);
  background: rgba(0,0,0,.12);
}

.cennik-table{
  width: 100%;
  border-collapse: collapse;
  min-width: 900px;
  color: #fff;
  font-size: 15px;
}

.cennik-table thead th{
  position: sticky;
  top: 0;
  z-index: 2;
  background: #0D3C00;
  text-align: left;
  padding: 14px 12px;
  border-bottom: 1px solid rgba(255,255,255,.12);
  white-space: nowrap;
}

.cennik-table tbody td{
  padding: 12px;
  border-bottom: 1px solid rgba(255,255,255,.08);
  vertical-align: top;
}

.cennik-table tbody tr:hover{
  background: rgba(255,255,255,.06);
}

.cennik-muted{ opacity: .75; }

/* Lp. zawsze wąskie */
.cennik-table th:first-child,
.cennik-table td:first-child{
  width: 55px;
  min-width: 55px;
  max-width: 55px;
  white-space: nowrap;
}