/**
* 2007-2023 PrestaShop
*
* NOTICE OF LICENSE
*
* This source file is subject to the Academic Free License (AFL 3.0)
* that is bundled with this package in the file LICENSE.txt.
* It is also available through the world-wide-web at this URL:
* http://opensource.org/licenses/afl-3.0.php
* If you did not receive a copy of the license and are unable to
* obtain it through the world-wide-web, please send an email
* to license@prestashop.com so we can send you a copy immediately.
*
* DISCLAIMER
*
* Do not edit or add to this file if you wish to upgrade PrestaShop to newer
* versions in the future. If you wish to customize PrestaShop for your
* needs please refer to http://www.prestashop.com for more information.
*
*  @author    PrestaShop SA <contact@prestashop.com>
*  @copyright 2007-2023 PrestaShop SA
*  @license   http://opensource.org/licenses/afl-3.0.php  Academic Free License (AFL 3.0)
*  International Registered Trademark & Property of PrestaShop SA
*
* Don't forget to prefix your containers with your own identifier
* to avoid any conflicts with others containers.
*/
#frontMap {
  z-index:1;
}
#module-dpplaces-oddzialy .info_tech {
  margin:30px 0;
}
#module-dpplaces-oddzialy .info_tech > div {
  display:flex;
}
#module-dpplaces-oddzialy .info_tech > div p {
  font-size:18px;
  color:#181818;
  text-align: left;
  font-weight: 300;
  line-height: 1.4em;
}
#module-dpplaces-oddzialy .info_tech > div p:first-child {
  width: 100%;
  max-width: 100px;
  color:#909090;
}
#module-dpplaces-oddzialy .info_tech > div p:last-child {
  width:100%;
}
#module-dpplaces-oddzialy .places_desc h3 {
  font-size: 30px;
  margin-bottom: 15px;
}
#module-dpplaces-oddzialy .bottom-50 {
  margin-top:50px;
}
#module-dpplaces-oddzialy .bottom-50 p {
  font-size: 16px;
  line-height: 1.6em;
}

#module-dpplaces-oddzialy .col-md-6 > img, #module-dpplaces-oddzialy #map {
  border-radius:10px;
}

#index #frontMap {
  width:100%;
  height: 800px;
}

#maps_front_places .header-place {
  border-bottom:2px solid #E1E1E1;
  font-size:16px;
  line-height: 1.6em;
  color:#181818;
  padding-bottom:10px;
  padding-top:10px;
  font-family: "Figtree",Sans-serif;
  cursor: pointer;
}
#maps_front_places .header-place span {
  display: inline-block;
  float:right;
}
#maps_front_places .item-body {
  display:none;
}
#maps_front_places .item-link-places {
  text-align: right;
}
#maps_front_places .active-place .item-body {
  display:block;
}
#maps_front_places .item-link-places a {
  border-bottom:1px solid #52A2AE;
  font-size:13px;
  line-height: 1.6em;
  color:#181818;
  padding-bottom:5px;
  margin-top:5px;
  margin-bottom:15px;
  cursor: pointer;
  display:inline-block;
}

.item-adres .info_tech > div {
  display:flex;
}
.item-adres .info_tech > div p:first-child {
  width:100%;
  max-width: 100px;
}
.item-adres .info_tech > div p {
  color:gray;
  font-weight: 300;
}
.item-adres .info_tech > div p:last-child {
  color:#181818;
}

#module-dpplaces-oddzialy header.page-header {
  max-width: 500px;
}
#module-dpplaces-oddzialy .places_desc h1 {
  font-size:28px;
  font-weight: 300;
  line-height: 1.4em;
}
#module-dpplaces-oddzialy .places_desc h2 {
  font-size:24px;
  font-weight: 300;
  line-height: 1.4em;
}
#module-dpplaces-oddzialy .places_desc h3 {
  font-size:20px;
  font-weight: 300;
  line-height: 1.4em;
}
#module-dpplaces-oddzialy .places_desc h4 {
  font-size:18px;
  font-weight: 300;
  line-height: 1.4em;
}
#module-dpplaces-oddzialy .places_desc h5 {
  font-size:16px;
  font-weight: 300;
  line-height: 1.4em;
}
#module-dpplaces-oddzialy .places_desc h6 {
  font-size:14px;
  font-weight: 300;
  line-height: 1.4em;
}
#module-dpplaces-oddzialy .info_tech strong {
  font-weight: 300;
}
.info_tech a:hover {
  text-decoration: underline;
}

@media(max-width:768px) {
  #module-dpplaces-oddzialy .page-header {
    margin-top:40px;
  }
  #module-dpplaces-oddzialy .places_desc h3 {
    margin-bottom:0px;
    margin-top:40px;
  }
  #module-dpplaces-oddzialy .info_tech > div {
    flex-direction: column;
  }
  #module-dpplaces-oddzialy .bottom-50 {
    margin-top:30px;
  }
}
.dp_place_shedule{
  display: flex;
  flex-direction: column; /* Każdy wiersz w nowej linii */
  gap: 10px; /* Odstęp między wierszami */
}
.dp_place_shedule_row{
  display: flex;
  flex-direction: row; /* Elementy w jednym wierszu */
}
.dp_place_shedule_col{
  flex: 1; /* Każda kolumna zajmuje równą szerokość */
  min-width:100px;
  text-align: left; /* Wyśrodkowanie tekstu w kolumnie */
}
.dp_place_shedule_col:first-of-type{
  color: gray;
  font-weight: 300;
  padding:0px;

}
.dp_place_info{
  display: block;
  width: 100%;
}
.dp_place_info p{
  color:#0b0b0b !important;
  font-weight: bold !important;
  font-size:12px !important;
  padding-top:20px !important;
  max-width:100% !important;
}
.dp_font_20 p{
  font-size:20px !important;
  line-height: 25px !important;
}
.mw100px{
  max-width: 100px !important;
}
