.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: 14px;
  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-left: 6px;
	margin-right: 8px;
	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-left: 6px;
	margin-right: 8px;
  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-left: 6px;
	margin-right: 8px;
	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------------------------------------------*/

/*--------------------------------------stránkování------------------------------------------*/


.pagination {
  display: flex;
  gap: 5px;
  justify-content: center;
  align-items: center;
  margin-top: 20px;
  margin-left: 6px;  
  width: 996px;
  height: 50px;
  background: #fff;
}


.pagination a,
.pagination span {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  width: 35px;           /* pevná šířka pro jednotnost */
  height: 30px;          /* menší než celý box, aby bylo odsazení */
  border: 1px solid #999;
  text-decoration: none;
  color: #333;
  background: #fff;
  margin: 2px;
  border-radius: 0;      /* odstraní zaoblení */
}

.pagination .active {
  background: #FFCC0C;   /* žluté zvýraznění */
  font-weight: bold;
}

.pagination .dots {
  border: none;
  background: none;
  color: #666;
  width: auto;
}

.pagination .prev,
.pagination .next {
  background: #2a7cd3;
  color: #fff;
  font-weight: bold;
}

.pagination a:hover {
  background: #2a7cd3; /* modrá */
  color: #fff;        /* bílý text */
  border-color: #2a7cd3;
}



/*--------------------------------------konec stránkování------------------------------------------*/


.companies{
    margin:auto;
    margin-left:7px;
    background:#fff;
    overflow:hidden;
    font-family:"Segoe UI", Roboto, sans-serif;
	 margin-top: 5px;
	 margin-bottom: 5px;
}

.toolbar{
    background:#B8E4FE;
    padding:14px 13px;
    display:flex;
    justify-content:space-between;
    align-items:center;
    border-bottom:1px solid #d7e6f8;
}

.count{
    color:#2a6fca;
    font-size:18px;
    font-weight:600;
	 font-family:"Segoe UI", Roboto, sans-serif;
}

.filters{
    display:flex;
    gap:25px;
    align-items:center;
}

.filters label{
    font-size:16px;
    color:#333;
}


.company{
    display:flex;
    justify-content:space-between;
    align-items:center;
    gap:30px;
    padding:18px 15px;
    border-bottom:1px solid #e9edf3;
}

.company:last-child{
    border-bottom:none;
}

.company-content{
    flex:1;
}

.company h2{
    margin:0 0 6px;
    font-size:24px;
    font-weight:700;
    color:#1f1f1f;
}

.company p{
    margin:0 0 14px;
    font-size:16px;
    line-height:1.45;
    color:#333;
}

.meta{
    display:flex;
    align-items:center;
    gap:14px;
    flex-wrap:wrap;
    font-size:15px;
    color:#666;
}

.meta > span{
    display:flex;
    align-items:center;
}

.meta i{
    color:#8b8b8b;
    margin-right:5px;
}

/* ===== Kategorie ===== */

.company-badge{
    display:flex;
    align-items:center;
    justify-content:center;

    height:28px;
    padding:0 12px;

    background:#e9f3ff;
    color:#2b74d7;

    border-radius:5px;
    box-sizing:border-box;

    font-size:14px;
    font-weight:500;
    line-height:14px;
    white-space:nowrap;

    position:relative;
    top:-1px;
}

/* ===== Tlačítka ===== */

.company-actions{
    display:flex;
    align-items:center;
    gap:14px;
    white-space:nowrap;
}

.vip{
    border:none;
    background:#ffc93b;
    color:#222;
    padding:9px 18px;
    border-radius:5px;
    cursor:pointer;
    font-size:15px;
    font-weight:700;
}

.web{
    background:#1987ff;
    color:#fff;
    text-decoration:none;
    padding:10px 28px;
    border-radius:5px;
    display:flex;
    align-items:center;
    gap:8px;
    font-size:16px;
    font-weight:500;
    transition:.2s;
}

.web:hover{
    background:#006fe0;
}





/* ===== Vlastní select filter===== */
.my-select-box{
    position:relative;
    display:inline-block;
    margin-left:8px;
}

.my-select{
    margin:0;
    padding:8px 48px 8px 12px;

    border:1px solid #8fcdf5;
    border-radius:5px;

    background:#fff;
    color:#333 !important;

    font-size:16px;
    font-weight:500;

    cursor:pointer;

    appearance:none;
    -webkit-appearance:none;
    -moz-appearance:none;
}


/* Jednotlivé položky */

.my-select option{
    background:#fff !important;
    color:#333 !important;
}

.my-select option:hover{
    background:#fff !important;
    color:#333 !important;
}

.my-select option:checked{
    background:#fff !important;
    color:#333 !important;
}


/* Světle modrá část za šipkou */

.my-select-box::after{
    content:"";

    position:absolute;
    top:1px;
    right:1px;
    bottom:1px;

    width:34px;

    background:#D6F0FD;

    border-radius:0 4px 4px 0;

    pointer-events:none;
}


/* Plná modrá šipka */

.my-select-box::before{
    content:"";

    position:absolute;
    right:10px;
    top:50%;

    width:0;
    height:0;

    border-left:7px solid transparent;
    border-right:7px solid transparent;
    border-top:8px solid #35A5FF;

    transform:translateY(-30%);

    z-index:2;
    pointer-events:none;
}

/* ===== konec vlastní select filter===== */