.text-101 {
  font-family: "Segoe UI", Roboto, sans-serif;
  font-size: 1.4em;
  font-style: normal;
  font-weight: bold;
   color: #0073E6;
  text-align: left;
  margin-left: 10px;
  margin-top: 13px;
  margin-bottom: 13px;
  display: inline-block;
}

.text-101 .count {
  font-weight: normal;
}

.text-103 {
	font-family: "Segoe UI", Roboto, sans-serif;
	font-size: 0.95em;
	font-style: normal;
	font-weight: normal;
	color: #666;
	text-align: left;
	margin-right: 7px;
  line-height: 1.6;     /* hezké řádkování uvnitř odstavce */
}

.text-104 {
	font-family: "Segoe UI", Roboto, sans-serif;
	font-size: 1.4em;
	font-style: normal;
	font-weight: bold;
	color:#000;
	text-align: left;
	margin-right: 7px;
	margin-top: 5px;
	margin-bottom: 3px;
  line-height: 1.6;     /* hezké řádkování uvnitř odstavce */
}

.text-105 {
	font-family: "Segoe UI", Roboto, sans-serif;
	font-size: 0.98em;
	font-style: normal;
	font-weight: normal;
	color: #666;
	text-align: left;
	margin-right: 7px;
  line-height: 22px;     /* hezké řádkování uvnitř odstavce */
}

.text-106 {
	font-family: "Segoe UI", Roboto, sans-serif;
	font-size: 0.98em;
	font-style: normal;
	font-weight: normal;
	color: #666;
	text-align: left;
	margin-right: 7px;
	margin-top: 10px;
  line-height: 1.6;     /* hezké řádkování uvnitř odstavce */
}

.back-link {
  position: relative;
  background-color: #39A3F3;
  color: white;
  font-family: arial;
  font-size: 0.95em;
  font-style: normal;
  font-weight: normal;
  padding: 10px 12px 10px 40px;
  text-decoration: none;
  border-radius: 8px;
  margin-right: 10px;
  margin-top: 2px;
  transition: background-color 0.3s ease;
}

.back-link::before {
  content: "+"; /* žlutý znak plus */
  position: absolute;
  left: 12px;
  top: 50%;
  transform: translateY(-50%);
  background-color: white; /* bílé kolečko */
  color: #FFCC0C; /* žlutý plus */
  font-weight: bold;
  width: 20px;
  height: 20px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 16px;
}

.back-link:hover {
  background-color: #FFCC0C;
}

.a-link {
color: #0077d8;
text-decoration: none;
}

.a-link:hover {
text-decoration: underline;
}


.table-148 {
	width: 996px;
	margin-left: 6px;
	background: #F8FBFE;
	border-collapse: separate;
	padding: 0px; /* Apply cell padding */
	padding-left: 10px; /* NEFUNGUJE! -> místo toho použij jiné řešení níže */
	border-spacing: 0px 10px; /* 10px vodorovně, 8px svisle */
	margin-top: 10px;
}

.table-163 {
	width: 996px;
	margin-top: 11px;
	margin-left: 6px;
	height: 65px;

	background: linear-gradient(to bottom, #FFFFFF 0%, #C5EDFF 100%);

	border-collapse: separate;
	border-spacing: 0px;
	padding: 0px;
	border-bottom: 3px solid #35A5FF;
}

/*--------------------------------------search box - levý------------------------------------------*/

.search-form {
	width: 100%;
	max-width: 331px;
	margin-top: 11px;
	margin-bottom: 10px; /* ‹ změna */
	background: White;
}

.search-header {
	background: #FFCC0C;
	font-family: "Segoe UI", Roboto, sans-serif;
	font-size: 1.05em;
	font-weight: bold;
	color: Black;
	display: flex;
	align-items: center;
	height: 41px;
	border-bottom: 2px solid #ffffff;
}

.search-header .header-icon {
  width: 35px;
  height: 32px;
  margin-left: 10px;   /* odsazení od levého okraje */
  margin-right: 10px;  /* mezera mezi ikonou a textem */
}

.search-header .header-text {
  line-height: 1;
}


.search-form form {
	padding: 10px;
	background: #F8FBFE;
}


.select-wrap {
  position: relative;
  margin-bottom: 10px;
  overflow: hidden;
}

/* Jen první select-wrap od vrchu */
.select-wrap:first-of-type {
  margin-top: 4px;
}

.select-wrap select {
	width: 100%;
	height: 37px;
	padding: 0 40px 0 8px;
	border: 1px solid #ccc;
	font-family: "Segoe UI", Roboto, sans-serif;
	font-size: 0.95em;
	font-style: normal;
	font-weight: normal;
	color: #666;
	appearance: none;
	background: White;
	cursor: pointer;
	line-height: 27px;
	outline: none; /* vypne výchozí černý rámeček */
}

/* Styl při kliknutí (focus) */
.select-wrap select:focus {
  border: 1px solid #ccc;
  outline: none;
}

/* Žlutý pruh napravo */
.select-wrap::before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  width: 35px;
  height: 100%;
  background: #C5EDFF;
  pointer-events: none;
}

/* Černý trojúhelník ve žlutém poli */
.select-wrap::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 10px;
  transform: translateY(-50%);
  width: 0;
  height: 0;
  border-left: 8px solid transparent;
  border-right: 8px solid transparent;
  border-top: 8px solid #35A5FF;  /* trojúhelník špičkou dolů */
  pointer-events: none;
}

.search-form button {
  width: 100%;
  padding: 8px;
  font-family: "Segoe UI", Roboto, sans-serif;
  font-size: 1.0em;
  font-style: normal;
  font-weight: bold;
  color: white;
  border: none;
  background-color: #2f86c9;
  cursor: pointer;
}

.search-form button:hover {
  background: #245f98;
}

/*--------------------------------------konec search box - levý------------------------------------------*/

/*--------------------------------------cena odkazu------------------------------------------*/

.pricing{
    max-width:1050px;
    margin-top:10px;
    margin-left:7px;
    display:flex;
    background:#fff;
    overflow:hidden;
    font-family:"Segoe UI", Roboto, sans-serif;
}

.plan{
    flex:1;
    text-align:center;
    padding:15px 20px;
    border-right:1px solid #e5e5e5;
}

.plan:last-child{
    border-right:none;
}

.top-text{
    font-size:0.85em;
    font-style:normal;
    font-weight:normal;
    color:#000;
    margin-bottom:4px;
}

.price{
    margin-bottom:2px;
}

.price strong{
    font-size:1.5em;
    font-style:normal;
    font-weight:bold;
    color:#000;
    line-height:1.2;
}

.vat{
    font-size:0.85em;
    font-style:normal;
    font-weight:normal;
    color:#333;
    margin-top:0;
    margin-bottom:20px;
}

.cena{
    background:#066eb5;
    color:#fff;
    border:none;
    border-radius:8px;
    padding:11px 30px;
    font-size:1.1em;
    font-style:normal;
    font-weight:bold;
    font-family:inherit;
    transition:background-color 0.3s ease;
	 margin-bottom:4px;
}

.cena:hover{
    background:#2F86C9;
}


/*--------------------------------------konec cena odkazu------------------------------------------*/