/* Rehazone poradna */

.poradna-container {
	max-width: 980px;
}

.poradna-container .btn-md {
  padding: 15px 25px;
}

.poradna-perex {
	font-size: 18px;
	line-height: 1.7;
	max-width: 900px;
	margin-bottom: 25px;
}

.poradna-snippet-box {
	max-width: 900px;
}

.poradna-snippet-box p {
	margin-bottom: 18px;
}

.poradna-benefit-chips {
	max-width: 900px;
	margin-top: 20px;
}

.poradna-row {
	align-items: center;
}

.poradna-text-block {
	max-width: 620px;
}

.poradna-text-block--wide {
	max-width: 900px;
}

.poradna-text-block p,
.poradna-faq-block p {
	font-size: 17px;
	line-height: 1.75;
}

.poradna-image {
	border-radius: 10px;
	width: 100%;
	height: auto;
}

.poradna-alert {
	padding: 28px 30px;
}

.poradna-alert h2 {
	margin-top: 0;
}

.poradna-alert p:last-child {
	margin-bottom: 0;
}

.poradna-faq-block h2 {
	margin-bottom: 10px;
}

.poradna-faq-intro {
	margin-bottom: 25px;
}

.poradna-cta-buttons {
	max-width: 900px;
}

@media (max-width: 991.98px) {
	.poradna-text-block,
	.poradna-text-block--wide,
	.poradna-perex,
	.poradna-snippet-box,
	.poradna-benefit-chips,
	.poradna-cta-buttons {
		max-width: 100%;
	}

	.poradna-row > [class*="col-md-"] + [class*="col-md-"] {
		margin-top: 20px;
	}
}

/* Rehazone poradna */

.poradna-container {
	max-width: 1000px;
}

.poradna-perex {
	font-size: 18px;
	line-height: 1.75;
	max-width: 900px;
	margin-bottom: 25px;
	color: #3a3a3a;
}

.poradna-snippet-box {
	max-width: 900px;
	border-radius: 14px;
	padding: 28px 30px;
	box-shadow: 0 10px 28px rgba(0, 0, 0, 0.06);
}

.poradna-snippet-box p {
	margin-bottom: 18px;
}

.poradna-benefit-chips {
	max-width: 900px;
	margin-top: 20px;
}

.poradna-row {
	align-items: center;
}

.poradna-text-block {
	max-width: 620px;
}

.poradna-text-block--wide {
	max-width: 900px;
}

.poradna-text-block p,
.poradna-faq-block p {
	font-size: 17px;
	line-height: 1.8;
	color: #353535;
	margin-bottom: 16px;
}

.poradna-text-block ul,
.poradna-faq-block ul {
	margin-bottom: 18px;
	padding-left: 20px;
}

.poradna-text-block li,
.poradna-faq-block li {
	font-size: 17px;
	line-height: 1.75;
	margin-bottom: 8px;
	color: #353535;
}

.poradna-text-block h2,
.poradna-faq-block h2 {
	font-size: 33px;
	line-height: 1.2;
	margin-bottom: 18px;
	color: #1e1e1e;
}

.poradna-image {
	border-radius: 14px;
	width: 100%;
	height: auto;
	display: block;
	box-shadow: 0 12px 28px rgba(0, 0, 0, 0.08);
}

.poradna-figure {
	margin: 0;
}

.poradna-figure figcaption {
	font-size: 14px;
	line-height: 1.6;
	color: #707070;
	margin-top: 10px;
	padding: 0 2px;
}

.poradna-alert {
	padding: 28px 30px;
	border: 0;
	border-radius: 14px;
}

.poradna-alert h2 {
	margin-top: 0;
}

.poradna-alert p:last-child {
	margin-bottom: 0;
}

.poradna-alert--info {
	background: #dff5f7;
}

.poradna-alert--warning {
	background: #f6ebbf;
}

.poradna-faq-block {
	padding-top: 8px;
}

.poradna-faq-block h2 {
	margin-bottom: 10px;
}

.poradna-faq-intro {
	margin-bottom: 25px;
}

.poradna-cta-buttons {
	max-width: 1000px;
}

.poradna-quick-nav {
	background: #f7f9fa;
	border: 1px solid #e6ecef;
	border-radius: 14px;
	padding: 22px 24px;
	margin-bottom: 34px;
}

.poradna-quick-nav__title {
	font-size: 15px;
	font-weight: 700;
	text-transform: uppercase;
	letter-spacing: 0.04em;
	color: #1aa6b0;
	margin-bottom: 14px;
}

.poradna-quick-nav__links {
	display: flex;
	flex-wrap: wrap;
	gap: 10px;
}

.poradna-quick-nav__links a {
	display: inline-flex;
	align-items: center;
	padding: 10px 14px;
	border-radius: 999px;
	background: #ffffff;
	border: 1px solid #dde7ea;
	color: #2d2d2d;
	font-size: 15px;
	line-height: 1.3;
	text-decoration: none;
	transition: all 0.2s ease;
}

.poradna-quick-nav__links a:hover {
	background: #1aa6b0;
	border-color: #1aa6b0;
	color: #ffffff;
	text-decoration: none;
}

.poradna-highlight-check {
	background: #f8fbfb;
	border-left: 5px solid #1aa6b0;
	border-radius: 12px;
	padding: 26px 28px;
}

.poradna-highlight-check h2 {
	margin-top: 0;
	margin-bottom: 16px;
}

.poradna-mini-cta {
	display: flex;
	justify-content: space-between;
	align-items: center;
	gap: 24px;
	background: linear-gradient(135deg, #f6fbfb 0%, #eef9fa 100%);
	border: 1px solid #d8eeef;
	border-radius: 16px;
	padding: 28px 30px;
}

.poradna-mini-cta__content h2 {
	margin-top: 0;
	margin-bottom: 10px;
}

.poradna-mini-cta__content p {
	margin-bottom: 0;
}

.poradna-mini-cta__actions {
	flex-shrink: 0;
}

.poradna-final-cta {
	background: #f7f9fa;
	border-radius: 16px;
	padding: 30px 32px;
	border: 1px solid #e6ecef;
	text-align: left;
}

.poradna-final-cta h2 {
	margin-top: 0;
	margin-bottom: 14px;
}

.poradna-final-cta p:last-child {
	margin-bottom: 0;
}

.poradna-faq-block .faq-item {
	border: 1px solid #e6ecef;
	border-radius: 12px;
	background: #fff;
	margin-bottom: 14px;
	overflow: hidden;
	box-shadow: 0 6px 18px rgba(0, 0, 0, 0.03);
}

.poradna-faq-block .faq-q {
	width: 100%;
	text-align: left;
	padding: 18px 22px;
	background: #fff;
	border: 0;
	font-size: 18px;
	line-height: 1.45;
	font-weight: 700;
	color: #242424;
	cursor: pointer;
}

.poradna-faq-block .faq-q:hover {
	background: #f8fbfb;
}

.poradna-faq-block .faq-a {
	padding: 0 22px 18px 22px;
}

.poradna-faq-block .faq-a p:last-child {
	margin-bottom: 0;
}

.poradna-cta-buttons .btn {
	border-radius: 10px;
	font-weight: 700;
	letter-spacing: 0.02em;
	padding-top: 14px;
	padding-bottom: 14px;
}

@media (max-width: 991.98px) {
	.poradna-text-block,
	.poradna-text-block--wide,
	.poradna-perex,
	.poradna-snippet-box,
	.poradna-benefit-chips,
	.poradna-cta-buttons {
		max-width: 100%;
	}

	.poradna-row > [class*="col-md-"] + [class*="col-md-"] {
		margin-top: 24px;
	}

	.poradna-text-block h2,
	.poradna-faq-block h2 {
		font-size: 28px;
	}

	.poradna-mini-cta {
		flex-direction: column;
		align-items: flex-start;
	}

	.poradna-mini-cta__actions {
		width: 100%;
	}

	.poradna-mini-cta__actions .btn {
		width: 100%;
	}

	.poradna-quick-nav {
		padding: 20px;
	}

	.poradna-alert,
	.poradna-final-cta,
	.poradna-highlight-check,
	.poradna-mini-cta,
	.poradna-snippet-box {
		padding: 22px 20px;
	}
}

@media (max-width: 575.98px) {
	.poradna-perex,
	.poradna-text-block p,
	.poradna-faq-block p,
	.poradna-text-block li,
	.poradna-faq-block li {
		font-size: 16px;
		line-height: 1.75;
	}

	.poradna-text-block h2,
	.poradna-faq-block h2 {
		font-size: 24px;
	}

	.poradna-faq-block .faq-q {
		font-size: 17px;
		padding: 16px 18px;
	}

	.poradna-faq-block .faq-a {
		padding: 0 18px 16px 18px;
	}

	.poradna-quick-nav__links {
		flex-direction: column;
	}

	.poradna-quick-nav__links a {
		width: 100%;
		justify-content: center;
	}
}

.containerporadna .mediadrag > ul li {
  margin-bottom: 15px;
  color: #232323;
  position: relative;
  z-index: 1;
  padding-left: 18px;
}

.containerporadna .mediadrag > ul li::after {
  position: absolute;
  left: 0;
  top: 11px;
  content: "";
  background: #666666;
  height: 7px;
  width: 7px;
  border-radius: 50%;
}

@media (min-width: 992px) {
  .containerporadna .sidebar aside {
    position: sticky;
    top: 120px; /* uprav podle výšky headeru */
  }
}