/* === Rehazone / Diagnózy – desktop typografie a layout === */
@media (min-width: 992px) {

  /* 1) zúžení obsahu (delší text se hůř čte přes celou šířku) */
  .mediadrag .container {
    max-width: 1040px; /* klidně 980–1140 dle toho, jak chceš vzduch */
  }

  /* 2) typografie */
  .tinyforedit {
    font-size: 18px;
    line-height: 1.75;
    color: #1f2937; /* jemně tmavší, aby to nebylo "šedé" */
  }

  .tinyforedit p { 
    margin: 0 0 14px; 
  }

  .tinyforedit ul {
    margin: 10px 0 16px;
    padding-left: 18px;
  }

  .tinyforedit li { 
    margin: 0 0 8px; 
  }

  /* 3) hierarchie nadpisů */
  .tinyforedit h2 {
    font-size: 34px;
    line-height: 1.15;
    margin: 0 0 14px;
    letter-spacing: -0.2px;
  }

  .tinyforedit h3 {
    font-size: 24px;
    line-height: 1.25;
    margin: 20px 0 10px;
    letter-spacing: -0.1px;
  }

  /* 4) pro dlouhé sekce – víc vzduchu mezi bloky */
  .mediadrag {
    margin: 28px 0;
  }
}

@media (min-width: 992px) {
  .mediadrag .tinyforedit {
    background: #ffffff;
    border: 1px solid rgba(0,0,0,.06);
    border-radius: 14px;
    padding: 22px 24px;
    box-shadow: 0 8px 24px rgba(0,0,0,.04);
  }

  /* aby obrázky vedle textu seděly do stejné výšky bloku */
  .mediadrag img.img-fluid {
    border-radius: 14px;
    box-shadow: 0 8px 24px rgba(0,0,0,.06);
  }
}

@media (min-width: 992px) {
  .tinyforedit table td,
  .tinyforedit table th {
    padding: 14px 12px !important;
    font-size: 16px;
    line-height: 1.4;
  }

  .tinyforedit table td:last-child {
    font-weight: 700;
    white-space: nowrap;
  }
}
@media (min-width: 992px) {
  /* FAQ otázky */
  .tinyforedit h2 + p + p + h3, 
  .tinyforedit h2 + p + h3 {
    margin-top: 18px;
  }

  .tinyforedit h2 + p { 
    margin-bottom: 10px; 
  }

  /* jen "pocitově" víc prostoru mezi Q/A */
  .tinyforedit h3 + p {
    margin-bottom: 16px;
  }
}


.blog-area .blog-items .item {
  background: #ffffff;
  box-shadow: none;
}
.diagnosis-summary {
  background: #f5fbfc;
  border-left: 6px solid #2bb8c1;
  padding: 22px 26px;
  border-radius: 14px;
  margin: 24px 0 24px;
}

.diagnosis-summary ul {
  margin: 12px 0 18px;
  padding-left: 18px;
}

.diagnosis-cta {
  display: flex;
  gap: 12px;
  flex-wrap: wrap;
}


.mediadrag {
  margin: 36px 0;
}

.mediadrag:not(:first-child)::before {
  content: "";
  display: block;
  height: 1px;
  background: linear-gradient(to right, transparent, #e5e7eb, transparent);
  margin-bottom: 36px;
}


.breadcrumb-area {
  padding-top: 80px;
  padding-bottom: 40px;
  overflow: hidden;
  position: relative;
  z-index: 1;
}

/* FAQ accordion */
.faq-block { margin-top: 10px; }

.faq-item{
  background:#fff;
  border:1px solid #e9edf2;
  border-radius:12px;
  overflow:hidden;
  margin:12px 0;
}

.faq-q{
  width:100%;
  text-align:left;
  background:#f7fafb;
  border:0;
  padding:16px 18px;
  font-weight:700;
  line-height:1.35;
  position:relative;
  cursor:pointer;
}

.faq-q:focus{
  outline: none;
  box-shadow: 0 0 0 3px rgba(43,184,193,.25);
}

.faq-ico{
  position:absolute;
  right:14px;
  top:50%;
  width:18px;
  height:18px;
  transform:translateY(-50%);
}

.faq-ico:before,
.faq-ico:after{
  content:"";
  position:absolute;
  background:#2bb8c1;
  border-radius:2px;
}

.faq-ico:before{
  width:18px;
  height:3px;
  left:0; top:7.5px;
}
.faq-ico:after{
  width:3px;
  height:18px;
  left:7.5px; top:0;
  transition: opacity .15s ease;
}

/* když je otevřeno, schovej svislou čárku (mínus místo plus) */
.faq-q[aria-expanded="true"] .faq-ico:after{ opacity:0; }

.faq-a{
  padding:14px 18px 18px;
}

.faq-a p:last-child{ margin-bottom:0; }


.diagnosis-box{
  background:#f7fafb;
  border-left:6px solid #2bb8c1;
  padding:28px 32px;
  border-radius:14px;
  margin:-20px auto 10px;
  max-width:1100px;
}

.diagnosis-box h1{
  font-size:32px;
  margin-bottom:10px;
}

.diag-actions{
  display:flex;
  gap:14px;
  margin-top:16px;
}


.benefit-chips{
  display:flex;
  gap:12px;
  flex-wrap:wrap;
  margin:18px 0 0px;
}
.benefit-chips {
  display: grid;
  gap: 12px;
  margin: 18px 0 0;
}

@media (min-width: 992px) {
  .benefit-chips {
    grid-template-columns: repeat(3, 1fr);
	text-align:center;
  }
}
.benefit-chips .chip{
  background:#f2f9fa;
  border:1px solid rgba(43,184,193,.35);
  padding:10px 14px;
  border-radius:999px;
  font-weight:600;
  font-size:14px;
}
.video-container{
  background:#f2f9fa;
  padding:24px;
  border-radius:16px;
}

.warning-box{
  border-left:6px solid #e74c3c !important;
}
.success-box{
  border-left:6px solid #2bb8c1 !important;
}


@media (max-width: 768px) {
  .diagnosis-box h1{
    font-size:22px;
    line-height:1.3;
  }

  .diagnosis-box p{
    font-size:15px;
  }

  .diag-actions{
    flex-direction:column;
  }

  .diag-actions a{
    width:100%;
    text-align:center;
  }
  .blog-area .blog-items .item .info {
	  padding: 30px 0;
	  position: relative;
	}
	.blog-area .blog-items .item .info > .container {	
		padding:0;
	}
	.benefit-chips .chip {
	  width: 100%;
	  text-align: center;
	}
	
}

@media (max-width: 768px){
  .row{
    flex-direction:column;
  }

  .row .col-md-4{
    order:2;
    margin-top:12px;
  }

  .row .col-md-8{
    order:1;
	
  }
  .info .mediadrag .row [class*="col-md-"] {
	  padding-left:0;
	padding-right:0;
}
.warning-box,.success-box {
  padding-left: 15px;
}
.success-box::before {
  content: "";
  display: block;
  height: 1px;
  background: linear-gradient(to right, transparent, #e5e7eb, transparent);
  margin-bottom: 36px;
  margin-top: 36px;
}
}

@media (max-width: 768px){
  .video-container{
    padding:12px;
	margin-bottom:0;
  }

  .video-container iframe{
    height:200px;
  }
  .breadcrumb-area {
	  padding-top: 110px;
	  padding-bottom: 20px;
	  overflow: hidden;
	  position: relative;
	  z-index: 1;
	}
	  .breadcrumb-area h1 {
    font-size: 26px;
  }
}
@media (max-width: 768px) {
  table {
    font-size: 14px;
  }

  table td {
    padding: 8px;
  }
  .diag-actions {
	  display: flex;
	  gap: 0;
	  margin-top: 16px;
	}
	.btn-md {
	  padding: 15px 15px;
	}
}

@media (max-width: 768px){
  .faq-item h3{
    font-size:16px;
  }
  .faq-q {
	padding: 16px 38px 16px 18px;
  }
}


.diag-actions--inline {
  margin-top: 10px;
  display: flex;
  gap: 10px;
  flex-wrap: wrap;
}

.diag-actions--inline .btn {
  white-space: nowrap;
}
