/******* Do not edit this file *******
Simple Custom CSS and JS - by Silkypress.com
Saved: Jul 24 2026 | 07:56:36 */
.style-light .breadcrumb {
	text-transform: uppercase;font-weight: 500;
}

li.current {
	font-weight:400;
	display:none;
}
    
.post_desc {
	font-size: 18px;
	margin-bottom: 40px;  
	line-height: 32px; 
}


/*Bullety na dole strone */    

.post_additional ul {
  list-style: none;
  margin: 0 !important;
  padding: 0 !important;
}

.post_additional ul li {
  display: inline-flex;
  align-items: center;
  gap: 8px;

  background: rgb(245, 246, 248);
  border: 0;
  border-radius: 999px;
  padding: 9px 18px;
  margin: 0 8px 10px 0;

  color: #383b4b;
  font-size: 14px;
  font-weight: 500;
  letter-spacing: 0;
  text-transform: none;
  line-height: 1.2;
}

.post_additional ul li::before {
  content: "";
  width: 5px;
  height: 5px;
  border-radius: 50%;
  background: #3b4ee0;
  flex: 0 0 auto;
}

.post_additional ul li:hover {
  background: #e8ebf1;
}

/* wyróżniony chip */
.post_additional ul li:has(strong) {
  background: #212ff9;
  color: #ffffff;
}

.post_additional ul li:has(strong)::before {
  background: #ffffff;
}

.post_additional ul li:has(strong):hover {
  background: #1a26cc;
}

.post_additional ul li strong {
  font-weight: inherit;
}

/*Inne*/
    .ggl_reklama_post {text-align: center;
}
    
.date_class {margin-top:15px !important;
}
    
    .icon-box-content p.text-small{margin: 10px 0px 0px 0px;
}
    
    .support-btn {margin-top: 20px;
    line-height: 1.5;
    font-size: 14px;
}


.vt_banner {display: flex; gap:4px;
}

.vt_icon {flex: 1;
}

.vt_right {flex: 3;
}

.vt_title {font-weight: 500;
    margin-top: 4px;
    margin-bottom: 4px;
}
    
.vt_desc {font-size: 14px;
}





/* ==========  KONTENER  ========== */

.post_mockup {
  margin-top: 40px;
  display: inline-block;
  width: 100%;
}

.download_addon {
  display: grid;
  grid-template-columns: 340px minmax(0, 1fr);
  column-gap: 35px;
  row-gap: 0;
  align-items: start;

  padding: 30px 40px;
  border-radius: 12px;
  background: #f5f6f8;
  border: 1px solid #e7e7e7;
}

/* ==========  REKLAMA  ========== */

.reklama_google_dwnl {
  grid-column: 1;
  grid-row: 1 / span 2;

  box-sizing: border-box;
  width: 340px;
  min-height: 305px;          /* 300x250 + etykieta + padding */
  padding: 12px 20px 20px;

  background: #ffffff;
  border-radius: 12px;

  display: flex;
  flex-direction: column;
  align-items: center;
}

.reklama_google_dwnl::before {
  content: "Advertisement";
  align-self: flex-start;
  margin-bottom: 10px;

  font-size: 10px;
  line-height: 1;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: #9aa0ab;
}

/* Ad Inserter wstawia margin: 8px 0 inline */
.reklama_google_dwnl .code-block {
  margin: 0 !important;
  width: 300px;
  max-width: 100%;
}

/* ==========  TEKST  ========== */

.note_mistake {
  grid-column: 2;
  grid-row: 1;
  align-self: end;

  margin: 0 0 18px 0;
  font-size: 13px;
  line-height: 20px;
}

.note_mistake a {
  font-weight: bold;
}

/* ==========  PRZYCISKI  ========== */

.buttons_download {
  grid-column: 2;
  grid-row: 2;
  align-self: start;
}

.pre_dwnl_links {
  display: flex;
  gap: 4%;
  margin: 0 0 20px 0;
  width: auto;
  border: 0;
  padding-top: 0;
}

.dwnl_how,
.dwnl_lic {
  flex: 1;
  margin: 0;
  padding: 20px 0;
  border: 1px solid #dddddd;
  border-radius: 13px;
  background: #ffffff;
  text-align: center;
  font-size: 14px;
  text-transform: uppercase;
  letter-spacing: 0.03em;
}

.download_button {
  width: auto;
  margin-left: 0;
}

.download_button .tlo_button {
  display: block;
}

.info_btn_2 {
  background: #1936ff;
  text-align: center;
  padding: 24px;
  color: #ffffff;
  border-radius: 15px;
  letter-spacing: 1.5px;

  transition: background 0.18s ease;
}

.info_btn_2::after {
  content: "↓";
  margin-left: 12px;
  font-size: 1em;
  line-height: 1;
  letter-spacing: 0;
  display: inline-block;
  transition: transform 0.18s ease;
}

.download_button .tlo_button:hover .info_btn_2 {
  background: #0f27d6;
}

.download_button .tlo_button:hover .info_btn_2::after {
  transform: translateY(3px);
}

/* ==========  LICZNIK (tylko admin)  ========== */

.liczba_dwnlds {
  grid-column: 1;
  grid-row: 3;

  display: none;
  margin-top: 10px;
  font-size: 13px;
  text-transform: uppercase;
}

.admin-bar .liczba_dwnlds {
  display: block;
}

/* ==========  POZOSTAŁE  ========== */

.reklama_miedzy_google {
  margin-bottom: 20px;
  margin-top: 5px;
}

.download_note {
  font-size: 14px;
  border-top: solid 1px #eaeaea;
  line-height: 1.6em;
  padding-top: 30px;
  padding-bottom: 30px;
}

/* ==========  RESPONSYWNOŚĆ  ========== */

@media (max-width: 1055px) {
  .pre_dwnl_links {
    flex-direction: column;
    gap: 15px;
  }
}

@media (max-width: 700px) {
  .download_addon {
    grid-template-columns: minmax(0, 1fr);
    padding: 20px;
  }

  .reklama_google_dwnl,
  .note_mistake,
  .buttons_download,
  .liczba_dwnlds {
    grid-column: 1;
    grid-row: auto;
  }

  .reklama_google_dwnl {
    width: 100%;
    max-width: 340px;
    margin: 0 auto 20px;
  }

  .note_mistake {
    align-self: auto;
  }

  .liczba_dwnlds {
    margin-top: 15px;
  }
}









/* SINGLE  - DOWNLOAD - STARE
--------------------------------------------------------------   
.download_addon {
    padding: 35px 50px 30px 50px;
    border-radius: 12px;
    background: rgb(245, 246, 248);
    border: 1px solid #e7e7e7;
}
  
.reklama_google_dwnl {    
	float: left; border-right: 1px solid #ddd;    
	padding-right: 40px;
}
    
.pre_dwnl_links {height: 77px;
    width: calc(100% - 385px);
    margin-left: 385px;
    border: 0;
    padding-top: 0;
}

.post_mockup {
	margin-top: 40px; display: 
	inline-block; width: 100%;
}
    
.info_btn_2 {    
	background: #1936ff;
    text-align: center;
    padding: 24px;
    color: white;
    border-radius: 15px;
    letter-spacing: 1.5px;
}    
    
.dwnl_how, .dwnl_lic {       
	margin-top: 0;
    width: 48%;
    padding: 20px 0 20px 0;
    float: left;
    border-radius: 13px;
    text-align: center;
    border: 1px solid #dddddd;
    font-size: 14px;
    text-transform: uppercase;
    letter-spacing: 0.03em;
    background: white;
}
    
.dwnl_lic 
	{margin-left: 4%;
}
    
.download_button   {
	width: calc(100% - 385px);   
	margin-left: 385px;
}
    
.liczba_dwnlds {
	font-size: 13px;
    text-transform: uppercase;
    margin-top: 10px;
    display: none;
    clear: both;
}

.admin-bar .liczba_dwnlds {
	display:block;
}
    
.reklama_miedzy_google {
	margin-bottom: 20px;
    margin-top: 5px;
}
    
.download_note {
	font-size: 14px;
    border-top: solid 1px #eaeaea;
    line-height: 1.6em;
    padding-top: 30px;
    padding-bottom: 30px;
}
    
.note_mistake {    
	margin-left: 385px;
    font-size: 13px;
    margin-bottom: 25px;
    line-height: 20px;
    margin-top: 17px;
}
    
.note_mistake a {
	font-weight: bold;
}    

@media (max-width: 1055px) {
.dwnl_how, .dwnl_lic {float:none!important; width:100%!important; display:block;    margin-bottom: 20px;}
.pre_dwnl_links {height:175px !important;}
.dwnl_lic {margin-left:0!important;}


}

@media (max-width: 660px) {
.reklama_google_dwnl {float:none!important;}
.pre_dwnl_links {width:100%!important; margin-left:0!important;}
.download_button {width:100%!important; margin-left:0!important; margin-top: 15px!important;}
}
*/