﻿/* === Shrnující úvodní blok === */






.pk-callout{
  font-family: "Segoe UI", Helvetica, Arial, sans-serif;
  max-width: 800px;
  margin: 60px auto 40px auto;
  position: relative;
}


/* horní kolečko s ikonou */
.pk-callout__badge{
  position: absolute;
  top: -30px;
  left: 50%;
  transform: translateX(-50%);
  width: 60px;
  height: 60px;
  background-color: #fff;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 28px;
  color: #000;
  box-shadow: 0 4px 10px rgba(0,0,0,0.15);
}


/* hlavní rámeček */
.pk-callout__box{
  background-color: #f8fdff;
  border: 2px dashed #5B9EA6;
  border-radius: 8px;
  padding: 45px 30px 30px 30px;
  text-align: center;
}


/* nadpis */
.pk-callout__title{
  margin: 0 0 15px 0;
  font-size: 20px;
  font-weight: bold;
  color: #111;
}


/* odstavce */
.pk-callout__p{
  font-size: 16px;
  line-height: 1.6;
  color: #333333;
  margin-bottom: 0px;
}


.pk-callout__p--left{
  text-align: left;
}


/* přesná mezera jako ve vzoru */
.pk-callout__spacer{
  font-size: 16px;
  line-height: 1.6;
  color: #333;
  margin-bottom: 0;
}


/* seznam */
.pk-callout__list{
  list-style: none;
  padding: 0;
  margin: 0;
  text-align: left;
}


.pk-callout__li{
  display: flex;
  align-items: flex-start;
  margin: 0 0 10px 0;
}


.pk-callout__li:last-child{
  margin: 0;
}


.pk-callout__check{
  color: #5b9ea6;
  font-size: 18px;
  line-height: 1.6;
  font-weight: bold;
  margin-right: 10px;
}


.pk-callout__li-text{
  font-size: 12pt;
  line-height: 1.6;
  color: #333333;
}