/*
Theme Name: Broňa.cz
Theme URI:
Author: Pavel Ovesny
Author URI: https://weby.pavelovesny.cz
Description: Theme Broňa.cz
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Tags:

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned with others.
*/

/* general */

html {
  scroll-behavior: smooth;
  box-sizing: border-box;
}

body {
  background: #f6f5f3;
  font-size: 16px;
  font-family: 'Poppins', sans-serif;
  color: #1E3D6B;
  line-height: 1.6;
  margin: 0;
  padding: 0;
}

h1,
h2,
h3,
h4,
.mobil-title {
  font-family: 'Poppins', sans-serif;
  padding: 0 0 1em 0;
  margin: 0;
  color: #1E3D6B;
}

h1 {
  font-size: 44px;
  line-height: 56px;
}

h2 {
  font-size: 32px;
  font-weight: 500;
}

h3 {
  font-size: 18px;
  font-weight: 600;
}

h4 {
  font-size: 16px;
}

p {
  padding: 0 0 1em 0;
  margin: 0;
}

a {
  color: #1E3D6B;
  text-decoration: none;
}

a:hover {
  text-decoration: underline;
}

.entry-content a {
  color: #5271FF;
}

a img,
a:hover img {
  text-decoration: none;
}

ol,
ul {
  margin: 0;
  padding-left: 20px;
}

.container ol,
.container ul {
  margin-bottom: 1em;
}

/* menu */

.site-header {
  width: 100%;
  height: 143px;
}

.site-header .container {
  display: flex;
  margin: 0 auto;
}

#logo {
  width: 145px;
  height: 32px;
  margin-top: 25px;
}

.header-right{
  margin-left: auto;          /* vytlačí doprava */
  display: flex;
  gap: 12px;                  /* mezery mezi ikonou / user / menu */
}

#user-feature {
  margin-left: auto;
  margin-top: 18px;
  display: flex;
  position: relative;
  align-items: center;
  line-height: 36px;
  background-color: #5170FF;
  color: #fff;
  padding-right: 16px;
  margin-right: 4px;
}

#user-feature a {
  color: #fff;
}

#user-feature a.login {
  padding-left: 1em;
}

.search-icon {
  margin-top: 18px;
  line-height: 36px;
}

.navbar {
  width: calc(100% - 145px);
  margin: 25px 0 0 auto;
}

.menu-menu-container {
  width: 100%;
}

.navbar ul {
  width: 100%;
  margin: 0;
  list-style-type: none;
  display: flex;
  justify-content: space-between;
  padding-left: 0;
}

.navbar ul li {
  margin: 0;
  font-size: 17px;
  font-weight: 600;
}

.navbar ul li a {
  color: #1E3D6B;
  padding: 10px 0;
  position: relative;
  text-decoration: none;
}

.navbar ul li.current-menu-item a,
.navbar ul li a:hover {
  color: #5271FF;
}

.navbar ul li.current-menu-item a::after,
.navbar ul li a::after {
  content: '';
  position: absolute;
  left: -5px;
  /* přesah vlevo */
  right: -5px;
  /* přesah vpravo */
  bottom: 0;
  /* umístění pod text */
  height: 3px;
  /* tloušťka podtržení */
  background-color: #5271FF;
  /* barva podtržení */
  transform: scaleX(0);
  transform-origin: center;
  transition: transform 0.3s ease;
}

.navbar ul li a:hover::after {
  transform: scaleX(1);
  /* rozbalení efektu při hoveru */
}

.menu-toggle {
  cursor: pointer;
}

.menu-toggle {
  line-height: 1;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  padding: 2px;
  margin-top: 16px;
}

.menu-toggle i {
  font-size: 22px;
}

.menu-label {
  font-size: 10px;
  margin-top: 2px;
}

.menu-toggle,
.mobile-navigation {
  display: none;
}


/* cart header */

.cart-link {
  text-decoration: none;
  color: inherit;
  display: flex;
  padding-left: 1em;
  align-items: center;
}

.cart-link:hover {
  text-decoration: none;
  color: #5271FF;
}

.header-top .cart {
  position: relative;
  display: flex;
}

.cart-total {
  margin-left: 5px;
}

#user-feature .item-number {
  background: #F87760;
  border-radius: 50%;
  color: #fff;
  font-size: 12px;
  height: 14px;
  line-height: 14px;
  min-width: 14px;
  position: absolute;
  right: -10px;
  text-align: center;
  top: -8px;
}


/* search */

/* Skrytí pop-up okna na začátku */

.search-icon .fa-magnifying-glass {
  cursor: pointer;
  color: #5170FF;
  font-size: 18px;
}

.search-popup {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
  z-index: 9999;
  justify-content: center;
  align-items: center;
}

/* Vnitřní obsah pop-up okna */

.search-popup-content {
  background: #fff;
  padding: 2em;
  border-radius: 1em;
  position: relative;
  width: 300px;
  display: flex;
  flex-direction: column;
}

/* Zavírací tlačítko */
.close-btn {
  position: absolute;
  top: 10px;
  right: 10px;
  font-size: 24px;
  cursor: pointer;
}

/* Styl vyhledávacího pole */

.searchform input[type="text"],
.search-field {
  width: 100%;
  padding: 10px;
  font-size: 16px;
  border: 1px solid #1E3D6B;
  border-radius: 0.5em;
}

.searchform input[type="text"] {
  padding: 10px 0;
  text-indent: 10px;
}


/* Styl tlačítka vyhledávání */

.searchform {
  max-width: 300px;
}

.sensei-login-submit input[type="submit"],
.searchform input[type="submit"],
.search-submit {
  margin-top: 1em;
  width: 100%;
  background: #1E3D6B;
  color: #fff;
  border: none;
  padding: 1em;
  cursor: pointer;
  border-radius: 0.5em;
}

.sensei-login-submit input[type="submit"] {
  font-weight: bold;
  font-size: 16px;
  margin-bottom: 1em;
}

/* Našeptávač */
.search-suggestions {
  background: #fff;
  border: 1px solid #1E3D6B;
  margin-top: 2em;
  display: none;
  position: absolute;
  width: 100%;
  max-height: 200px;
  overflow-y: auto;
}

.search-suggestions ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

.search-suggestions li {
  padding: 10px;
  cursor: pointer;
}

.search-suggestions li:hover {
  background: #f0f0f0;
}


/* content */

.container {
  width: 1300px;
  margin: 0 auto;
}

.container-footer {
  width: 100%;
}

.title-center h2 {
  text-align: center;
}


/* buttons */

.conf-speakers__btn,
#masterclass-test .asq-theme.asq-theme-buzzfeed .button,
.single-post .asq-theme.asq-theme-buzzfeed .button.button-salmon,
.single_add_to_cart_button,
.post-tags a,
.btn {
  display: inline-block;
  border-radius: 22px;
  width: 245px;
  height: 44px;
  line-height: 44px;
  background-color: #1E3D6B;
  border: 1px solid #1E3D6B;
  color: #fff;
  text-align: center;
}

.single_add_to_cart_button {
  font-family: 'Poppins', sans-serif !important;
  font-size: 16px !important;
  cursor: pointer;
  width: 235px;
}

.btn-autowidth {
  width: auto;
  padding-left: 1em;
  padding-right: 1em;
  margin: 0 auto;
}

.align-center {
  text-align: center;
}

.inglis-content-inner .btn-autowidth {
  color: #fff;
}

.entry-content a.btn {
  color: #fff;
}

#masterclass-test .asq-theme.asq-theme-buzzfeed .button:hover,
.single-post .asq-theme.asq-theme-buzzfeed .button.button-salmon:hover,
.btn:hover {
  background-color: #5271FF;
  border: 1px solid #5271FF;
  text-decoration: none;
}

#masterclass-test .asq-theme.asq-theme-buzzfeed .button,
.single-post .asq-theme.asq-theme-buzzfeed .button {
  padding: 0;
  text-transform: none;
}

.single-post .asq-theme.asq-theme-buzzfeed .quiz-actions {
  margin-top: 0;
}

.single-post .asq-theme.asq-theme-buzzfeed .quiz-actions {
  text-align: left;
}

.entry-content a.wp-element-button {
  color: #fff;
}

.btn-red {
  background-color: #F8606A;
  margin-left: 1em;
  width: 280px;
  border: 1px solid #F8606A;
}

.btn-invers {
  background-color: #fff;
  color: #1E3D6B;
}

.entry-content a.btn-invers {
  color: #1E3D6B;
}

.btn-invers:hover {
  background-color: #5271FF;
  color: #fff;
}

.btn-footer {
  border: 0;
  width: 116px;
  height: 31px;
  color: #1E3D6B;
  background-color: #fff;
  border: 1px solid #fff;
  line-height: 38px;
  margin-bottom: 1em;
}

.btn-footer:hover {
  background-color: #fff;
  border: 1px solid #fff;
}

.btn-filters,
.btn-filters:hover,
.btn-filters-invers {
  background-color: #fff;
  color: #1E3D6B;
  height: 30px;
  line-height: 31px;
  margin-right: 1em;
  width: 200px;
}

.btn-filters-invers,
.btn-filters:hover {
  background-color: #5271FF;
  color: #fff;
  border: 1px solid #5271FF;
}

.post-tags a,
.btn-tags {
  width: auto;
  height: 24px;
  line-height: 24px;
  border: 0;
  background-color: #d9d9d9;
  padding: 0 10px;
  color: #1E3D6B;
  font-size: 14px;
}


/* home */

.home h2 {
  font-weight: 500;
}

.home h2 a {
  color: #5271FF;
  text-decoration: underline;
}

.home h2 a:hover {
  text-decoration: none;
}

#front-feature h1 {
  padding-bottom: 24px;
}

#front-feature .fa-heart {
  color: #F8606A;
}

#front-feature h1 .fa-heart {
  font-size: 50px;
}

#ebook-download,
.packet-items-grid,
.tax-uroven .products-items,
.all-products,
#front-products .products-items,
.book-products .products-items,
.grid-four-colums,
.grid-three-colums,
.grid-two-colums,
.related-inner,
#company-logos,
.firmy-items,
.container.half,
#teacher-highlights,
#front-content-columns,
#newsletter .container,
#front-newsletter .container,
.home .products-items,
#filter-results,
#front-feature,
#front-highlights,
#signpost-feature,
#signpost-highlights,
#online-quizes .quizes-items {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 2em;
}

.page-id-46787 .all-products {
  background-color: #fff;
  padding: 1em 0 0 1em;
}

.grid-four-colums,
.firmy-items,
#teacher-highlights,
#signpost-highlights,
#front-highlights,
#online-quizes .quizes-items {
  grid-template-columns: repeat(4, 1fr);
}

.packet-items-grid,
.tax-uroven .products-items,
#front-products .products-items,
.book-products .products-items,
.home .products-items,
.grid-three-colums {
  grid-template-columns: repeat(3, 1fr);
}

.packet-items-grid {
   margin-bottom: 2em; 
}

#company-logos {
  grid-template-columns: repeat(6, 1fr);
  margin: 3em auto;
  padding: 0 2em;
  box-sizing: border-box;
}

.inglish-info-inner,
.inglish-who-inner {
  display: flex;
}

.inglish-info-inner {
  margin-bottom: 1em;
}

#inglish-program,
#inglish-who,
.feature-post {
  background: #fff;
  width: 100%;
}

.moje-galerie {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 1em;
}

.one-third img,
.moje-galerie img,
#front-newsletter .item img,
.item img {
  width: 100%;
  height: auto;
}

.inglish-who-inner .one-third {
  width: 25%;
  text-align: center;
  margin: 0 auto;
}

.inglish-who-inner .two-third {
  width: 75%;
}

.inglish-who-inner .one-third img {
  height: 370px;
  width: auto;
  display: block;
  margin: 0 auto;
}

#company-logos .item {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 70px;
  padding: 1em;
}

.course-perex,
.post-author,
.feature-post,
#signpost-feature,
#front-feature {
  background: #d7e8f1;
  border-radius: 10px;
  padding: 4em;
  box-sizing: border-box;
  margin-bottom: 2.5em;
}

.home #front-feature {
  padding: 3em 2em 3em 3em;
  margin-bottom: 1.7em;
}

.home .feature-front-video {
  padding-top: 2em;
}

.single-post .feature-post {
  background: #fff;
}

.kvizy-description a,
.feature-text a {
  color: #5271FF;
}

.feature-text a.btn {
  color: #fff;
}

.mobil-feature-image,
.mobil-title {
  display: none;
}

#front-feature,
#signpost-feature {
  padding: 3em 2em 3em 3em;
  grid-template-columns: 1fr 1fr;
  grid-template-areas: "text image";
}

.feature-text {
  grid-area: text;
}

.feature-image,
.feature-front-video {
  grid-area: image;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.feature-video {
  grid-area: image;
  background: url('img/feature-video.png') center center no-repeat;
}

.page-id-45702 .feature-video {
  background: none;
}

.page-id-45702 .grecaptcha-badge {
  display: none !important;
}

.feature-kurzy,
.feature-newsletter,
.feature-firmy,
.feature-photo,
.feature-knihy,
.feature-kvizy {
  grid-area: image;
  background: url('img/feature-photo.png') center center no-repeat;
  min-height: 280px;
}

.feature-knihy {
  background: url('img/feature-knihy.png') center center no-repeat;
}

.feature-kvizy {
  background: url('img/feature-kvizy.png') center center no-repeat;
}

.feature-kontakt {
  background: url('img/feature-kontakt.png') center center no-repeat;
  min-height: 310px;
}

.feature-firmy {
  background: url('img/feature-firmy.png') center center no-repeat;
}

.feature-newsletter {
  background: url('img/feature-newsletter.png') center center no-repeat;
}

.feature-kurzy {
  background: url('img/feature-online-kurzy.png') center center no-repeat;
}

.smaller-padding p {
  padding: 0 0 0.5em 0;
}

/* .feature-taxonomy {
  background: url('img/feature-taxonomy.png') center center no-repeat;
  min-height: 250px;
} */

.feature-text h2,
.violet-color,
.post-more {
  color: #5271FF;
}

/* přehození prvků desktop */

.feature-heading {
  order: 1;
  flex: 1 1 100%;
}

.feature-description {
  order: 2;
  flex: 1 1 50%;
}

#front-highlights {
  gap: 4.5em;
  margin-bottom: 60px;
}

.home #front-highlights {
  margin-bottom: 3em;
}

#filter-results {
  grid-template-columns: repeat(3, 1fr);
}

#filter-results .course-item {
  min-width: 0; /* klíčové pro grid! */
}

#front-highlights .item {
  background: #fff;
  text-align: center;
  padding: 2em;
  border-radius: 1em;
}

.highlights-value {
  font-size: 18px;
  font-weight: bold;
}

.highlights-value :before {
  color: #F8606A;
}

#front-products h2 {
  text-align: center;
}

.feature-text h2 {
  font-size: 20px;
}

.anglictinazdarma #front-feature,
.podcast #front-feature {
  padding: 2.5em 4em;
}

.anglictinazdarma #front-feature h1,
.podcast #front-feature h1 {
  margin-top: 0.5em;
}

.anglictinazdarma .feature-text h2,
.podcast .feature-text h2 {
  font-size: 32px;
  color: #1E3D6B;
  font-weight: 500;
}

.anglictinazdarma .feature-text p,
.podcast .feature-text p {
  font-size: 18px;
  font-weight: 500;
}

.anglictinazdarma .feature-kurzy,
.podcast .feature-kurzy {
  min-height: 360px;
}

.anglictinazdarma .entry-content h2 {
  padding-top: 1em;
}

.podcast-item {
  display: flex;
  gap: 1.5em; 
}

.podcast-item-image {
  flex: 1; /* 1/3 */
}

.podcast-item-description {
  flex: 2; /* 2/3 */
}

.podcast-item-image img {
  width: 100%;
  height: auto;
  display: block;
}

.podcast-page .vob-basic {
  padding-bottom: 4em;
}


/* courses quizes */

.inglis-content-inner {
  max-width: 850px;
  margin: 0 auto;
}


/* courses quizes */

.course-item,
.quiz-item {
  background: #fff;
}

.package-item,
.course-item {
  border-radius: 18px;
  border: 2px solid #f6f5f3;
  display: flex;
  flex-direction: column;
  cursor: pointer;
}

.package-item {
  cursor: auto;
  border: 0;
  background-color: #fff;
}

.course-item:hover {
  border: 2px solid #5271FF;
}

.course-image {
  position: relative;
}

.nalepka {
  position: absolute;
  top: 22px;
  left: 25px;
  font-weight: 600;
  background-color: #fff;
  border-radius: 8px;
  height: 25px;
  line-height: 25px;
  padding: 0 7px;
  font-size: 14px;
  border: 1px solid #1E3D6B;
}

.audiobook .nalepka {
  border: 1px solid #1E3D6B;
  padding-left: 25px; /* místo pro ikonu */
  font-family: inherit;
}

.audiobook .nalepka::before {
  content: "\f025"; /* kód pro ikonu sluchátek */
  font-family: "Font Awesome 5 Free"; /* nebo "Font Awesome 6 Free" podle verze */
  font-weight: 900; /* nutné pro solid variantu */
  position: absolute;
  left: 5px;
  top: 50%;
  transform: translateY(-50%);
}

.post-image img,
.quiz-item img,
.course-image img {
  width: 100%;
  height: auto;
  border-top-left-radius: 1em;
  border-top-right-radius: 1em;
}

.blog .post-image img {
  border-radius: 1em;
}

.post-image img {
  width: 200px;
  height: auto;
}

.quiz-inner,
.course-inner {
  padding: 1.3em;
}

.course-inner {
  flex: 1 1 auto;
  display: flex;
  flex-direction: column;
}

.course-more-info .btn {
  width: 220px;
}

.course-meta,
.course-description,
.course-price {
  font-size: 15px;
}

.course-description {
  margin-bottom: 1em;
}

.course-meta span {
  padding-right: 1em;
  white-space: nowrap;
}

.fa-star {
  color: #FFCF4D;
}

.course-meta {
  padding: 0.5em 0 1em 0;
}

.course-title {
  padding-top: 1em;
}

.course-price {
  display: flex;
  flex-direction: column;
  justify-content: center;
  font-weight: 600;
}

.course-price-more {
  display: flex;
  margin-top: auto;
  /* tohle zajistí odsazení na spodek */
}

.course-price {
  flex-grow: 1;
}

.course-description ul {
  padding-left: 20px;
}

.regular-price-strike {
  text-decoration: line-through;
}

.discount-price {
  color: #F8606A;
}

.course-more-info {
  width: 240px;
}

.btn-courses {
  margin: 60px auto;
  display: block;
}


/* newsletter */


#newsletter {
  background-color: #fff;
  padding: 2.5em 0 1em 0;
}

.book-products {
  margin-bottom: 3em;  
}

#front-newsletter-perex {
  background-color: #fff;
  padding: 2.5em 0 1em 0;
}

#front-newsletter {
  background-color: #fff;
  padding: 2.5em 0;
  margin-bottom: 3em;
}

#front-newsletter h2 {
  padding-bottom: 0.2em;
}

.brona-newsletter label {
  display: block;
}

.sib-form {
  font-family: 'Poppins', sans-serif !important;
  padding: 0 !important;
  margin: 0;
}

.sib-form-block {
  padding: 0 !important;
}

.site-footer .sib-form .input {
  border: 1px solid #fff !important;
  background-color: #1e3d6b !important;
  color: #fff !important;
}

.brona-newsletter input[type="text"],
.brona-newsletter input[type="email"],
.footer-email-input {
  width: 539px;
  height: 36px;
  border: 1px solid #1e3d6b;
  background-color: #fff;
  color: #1e3d6b;
  margin-bottom: 1em;
  text-indent: 10px;
}

.newsletter-description {
  padding-top: 3.2em;
}

.newsletter-teacher-descriptionn {
  padding-top: 2.2em;
}

.newsletter-condition {
  color: #828282;
  font-size: 15px;
  padding-top: 1em;
}

.brona-newsletter .btn {
  margin-top: 1.5em;
}


/* front best content */

.content-column-second h3,
.content-courses h3,
.content-videos h3,
.content-quizes h3 {
  padding-top: 1em;
}

.feature-text ul,
.content-courses ul,
.content-videos ul,
.content-quizes ul {
  list-style: none;
  padding-left: 0;
}

.feature-text ul li,
.content-courses ul li,
.content-videos ul li,
.content-quizes ul li {
  position: relative;
  padding-left: 30px;
  line-height: 1.6;
  margin-bottom: 1em;
}

.page-id-45898 .feature-text ul li {
  margin-bottom: 0.5em;
}

.content-courses ul li a,
.content-videos ul li a,
.content-quizes ul li a {
  text-decoration: underline;
}

.feature-text ul li::before,
.content-courses ul li::before,
.content-videos ul li::before,
.content-quizes ul li::before {
  content: "\e098";
  font-family: "Font Awesome 6 Free";
  font-weight: 400;
  position: absolute;
  left: 0;
  top: 0;
  font-size: 21px;
}

.content-courses ul li::before {
  content: "\e098";
  font-weight: 900;
}

.content-videos ul li::before {
  content: "\f144";
}

.content-quizes ul li::before {
  content: "\f058";
}

.feature-text ul li::before {
  content: "\f004";
  color: #F8606A;
}

.home .feature-text ul li::before {
  font-size: 24px;
  line-height: 1.2;
}

#front-content-columns .btn-invers {
  margin-top: 1em;
}

.post-front {
  display: flex;
  width: 100%;
  margin-bottom: 1em;
}

.post-image {
  width: 200px;
  margin-right: 2em;
}

.course-detail-text,
.post-content {
  flex-grow: 1;
}


/* articles */

.course-detail-image,
#signpost-products .post-image {
  width: 300px;
  flex-shrink: 0;
  /* Přidáno pro jistotu, aby se obrázek nezmenšoval */
}

#signpost-products .post-image {
  width: 320px;
}

#signpost-products .post-image img {
  width: 290px;
}

.course-detail-image img {
  width: 260px;
  height: auto;
  border-radius: 1em;
}

.post-articles {
  margin-bottom: 2.5em;
  display: flex;
  padding-right: 6em;
}

.course-content-detail {
  margin-bottom: 1em;
  display: flex;
}

.post-description {
  font-size: 15px;
}

.post-tags {
  margin-bottom: 1em;
}


/* signpost */

#signpost-products {
  display: flex;
  margin-top: 2em;
}

#signpost-filters h3 {
  display: inline-block;
  padding: 2em 0;
  width: 18%;
  margin-right: 10px;
}

.products-filters {
  width: 18%;
  margin-right: 1em;
}

.filter-box-container {
  font-size: 15px;
}

#signpost-products .post-items,
#signpost-products .products-items {
  width: 82%;
}

.firmy-items .course-item,
#teacher-highlights .item,
#signpost-highlights .item {
  border: 1px solid #d9d9d9;
  border-radius: 15px;
  background-color: #fff;
  min-height: 290px;
  position: relative;
  padding: 2em;
  font-size: 15px;
  display: flex;
  flex-direction: column;
}

#signpost-highlights .item {
  padding-bottom: 1em;
}

#teacher-highlights .item {
  min-height: 330px;
}

.highlights-more {
  display: flex;
  margin-top: auto;
}

.firmy-items .course-item {
  padding: 0;
  border: 0;
}

.firmy-items .course-title {
  padding-top: 0;
}

.firmy-items .course-item .btn,
#signpost-highlights .item .btn {
  margin: 0 auto 1em auto;
}

#signpost-products .course-more-info {
  width: 200px;
}

#signpost-products .course-more-info .btn {
  width: 190px;
}

#signpost-products .course-more-info .btn:hover {
  color: #fff;
  background-color: #5271ff;
  text-decoration: none;
}


/* for teachers */

#teacher-references {
  width: 1300px;
  margin: 0 auto 3em auto;
  position: relative;
  overflow: hidden;
}

.carousel-track {
  display: flex;
  transition: transform 0.5s ease;
}

/* Navigation buttons */
.carousel-nav {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 100%;
  display: flex;
  justify-content: space-between;
}

.carousel-button {
  background-color: #fff;
  color: #1E3D6B;
  border: 1px solid #1E3D6B;
  border-radius: 50%;
  width: 44px;
  height: 44px;
  font-size: 1.5em;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  transition: background-color 0.3s;
}

.carousel-button:hover {
  background-color: #1E3D6B;
  color: #fff;
}

.carousel-nav fas {
  font-weight: 700;
}

.reference-pager {
  text-align: center;
  margin-top: 3em;
}

.pager-dot {
  display: inline-block;
  width: 15px;
  height: 15px;
  margin: 0 5px;
  background-color: #d9d9d9;
  border-radius: 50%;
  cursor: pointer;
  transition: background-color 0.3s;
}

.pager-dot.active {
  background-color: #5271FF;
}

.reference-item {
  flex: 0 0 1100px;
  margin: 0 100px;
  background-color: #D7EBF1;
  border-radius: 5px;
}

.reference-item-inner {
  display: flex;
  padding: 2em 3em;
}

.reference-image {
  width: 100px;
  padding-right: 30px;
  flex-shrink: 0;
}

.reference-image img {
  width: 100px;
  height: auto;
}

.reference-name {
  width: 170px;
  font-weight: 700;
}

.reference-text {
  width: 720px;
  font-style: italic;
}


/* filters */

.filter-toggle .dashicons {
  display: none;
}

.container-filter {
  display: block;
  position: relative;
  padding-left: 30px;
  margin-bottom: 0.5em;
  cursor: pointer;
  font-size: 15px;
  line-height: 1.5em;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

/* Hide the browser's default checkbox */
.container-filter input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0;
}

/* Create a custom checkbox */
.checkmark {
  position: absolute;
  top: 0;
  left: 0;
  height: 16px;
  width: 16px;
  border-radius: 4px;
  border: 1px solid #1E3D6B;
}

/* On mouse-over, add a grey background color */
.container-filter:hover input~.checkmark {
  background-color: #fff;
}

/* When the checkbox is checked, add a blue background */
.container-filter input:checked~.checkmark {
  background-color: #1E3D6B;
}

/* Create the checkmark/indicator (hidden when not checked) */
.checkmark:after {
  content: "";
  position: absolute;
  display: none;
}

/* Show the checkmark when checked */
.container-filter input:checked~.checkmark:after {
  display: block;
}

/* Style the checkmark/indicator */
.container-filter .checkmark:after {
  left: 6px;
  top: 1px;
  width: 5px;
  height: 10px;
  border: solid white;
  border-width: 0 3px 3px 0;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}

.filter-box .toggle-icon {
  cursor: pointer;
  float: right;
  font-size: 16px;
}

.filter-box.open .filter-box-container {
  display: block;
  /* Zobrazí obsah při rozbalení */
}

.filter-box.open .toggle-icon {
  content: "\f345";
  /* Změní ikonu na "arrow-up" */
}

.filter-stupen .filter-box-container {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 10px;
}


h2.book-title {
  font-weight: 400;
  font-size: 22px;
}

/* content */

#content {
  padding-bottom: 3em;
}

.kvizy-description {
  padding-bottom: 1em;
}

/* detail post */

.post-mainpart,
.post-meta-box {
  display: flex;
  width: 100%;
  padding: 0;
}

.feature-post h1 {
  font-size: 48px;
  line-height: 56px;
  padding-bottom: 0.8em;
}

.third-container,
.category-inner,
.inglish-program-inner,
.course-faq-inner,
.feature-course,
.course-perex-inner,
.post-author,
.post-meta-author {
  display: flex;
}

.one-third,
.entry-sidebar,
.feature-post-image {
  width: 33.34%;
}

.single-post .feature-post {
  padding: 0;
}

.type-post .entry-thumbnail img {
  width: 400px;
  height: auto;
  margin-right: 3em;
  border-radius: 1em 0 0 1em;
  display: block;
}

.type-post .post-perex {
  font-size: 20px;
  padding: 2em 2em 0 0;
}

.meta-author-info {
  width: 40%;
}

.post-table-content {
  width: 60%;
  padding-left: 2em;
}

.category-onlinetesty .meta-author-info,
.two-third,
.two-third-conf,
.table-content-anchors,
.entry-content,
.feature-post-perex {
  width: 66.66%;
}

.category-onlinetesty .meta-author-info {
  width: 100%;
}

.course-faq-content,
.table-content-anchors {
  width: 75%;
}

.post-table-content div#ez-toc-container .ez-toc-title {
  display: none;
}

.post-table-content div#ez-toc-container ul li {
  font-size: 100% ;
  font-weight: 400;
}

.post-author-perex {
  width: 80%;
  max-width: 640px;
}

.feature-course-image {
  width: 60%;
}

.feature-course-image iframe {
  width: 100%;
  height: auto;
}

.feature-course-text {
  width: 40%;
  box-sizing: border-box;
  padding: 0 2em;
}

.category-inner,
.entry-content {
  margin-bottom: 3em;
}

.entry-content ul {
  margin-bottom: 1em;
}

.entry-content img {
  max-width: 100%;
  height: auto;
}

.meta-author-name {
  flex-grow: 1;
}

.post-perex,
.post-meta-author {
  margin-bottom: 1em;
}

.category-onlinetesty .post-perex {
  font-size: 19px;
}

.feature-post-perex {
  padding: 3em 3em 1.5em 3em;
}

.course-faq .post-author-image {
  width: 25%;
}

.post-author {
  padding: 3em 4em;
}

.post-author-image {
  width: 20%;
}

.course-perex-inner .post-author-image {
  padding-right: 1em;
}

.meta-author-image {
  width: 120px;
}

.post-author-image img,
.meta-author-image img {
  width: 90px;
  height: 90px;
  border-radius: 50%;
}

.post-author-image img {
  width: 140px;
  height: 140px;
}

.inglishday section img,
.feature-course-image img,
.feature-post-image img {
  width: 100%;
  height: auto;
  display: block;
}

.inglishday section img {
  border-radius: 8px;
}

.my-gallery {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 2em;
  justify-content: center;
}

.my-gallery img {
  width: 150px;
  height: auto;
  border-radius: 4px;
  cursor: pointer;
  transition: transform 0.5s ease;
}

.my-gallery img:hover {
  transform: scale(1.05);
}

#cboxOverlay {
  background: rgba(0, 0, 0, 0.8) !important;
  width: 100%;
}

.feature-course-image img,
.feature-post-image img {
  border-radius: 0 8px 8px 0;
}

.post-meta-tags {
  margin-top: 2em;
}

.entry-content .post-meta-tags a.btn {
  color: #1E3D6B;
  margin-right: 10px;
}

.entry-content .post-meta-tags a.btn:hover {
  background-color: #1E3D6B;
  color: #fff;
  border: 1px solid #1E3D6B;
}

.category-onlinetesty .post-meta-tags {
  display: block;
}

.category-onlinetesty .post-meta-tags .btn-tags {
  margin-right: 1em;
  padding: 0 1em;
}

.about-offer-links .btn-tags,
.post-meta-tags .btn-tags {
  width: auto;
  height: 30px;
  line-height: 30px;
  border: 1px solid #1E3D6B;
  background-color: #fff;
  color: #1E3D6B;
}

.about-offer-links .btn-tags:hover,
.post-meta-tags .btn-tags:hover {
  border: 1px solid #5271FF;
  background-color: #5271FF;
  color: #fff;
}

.table-content-anchors {
  line-height: 40px;
}

.single-post .category-blog h2 {
  font-size: 32px;
  line-height: 34px;
  font-weight: 500;
  clear: both;
  border-left: 4px solid #F8606A;
  padding-bottom: 0;
  margin: 1em 0;
  padding-left: 1em;
}

.post-share-icons {
  margin-bottom: 4em;
}

#ez-toc-container {
  border: 0 !important;
  display: block !important;
  box-shadow: none !important;
  padding: 0 !important;
}

#ez-toc-container a {
  color: #1E3D6B !important;
}

.ez-toc-title-toggle,
.entry-content #ez-toc-container {
  display: none !important;
}

.related-inner .post-articles {
  padding-right: 3em;
}


/* logo carousel omne */

.logo-carousel {
    width: 100%;
    overflow: hidden;
    position: relative;
    padding: 10px 0;
}

.logo-carousel .carousel-track {
    display: flex;
    gap: 20px;
    align-items: center;
    transition: transform 0.5s ease;
}

.logo-carousel img {
    width: 187px;
    height: 187px;
    object-fit: contain;
}

/* breakpoints */
@media (max-width: 1219px) {
  .logo-carousel img { width: 143px; height: 143px; }
}
@media (max-width: 959px) {
  .logo-carousel img { width: 137px; height: 137px; }
}
@media (max-width: 768px) {
  .logo-carousel img { width: 140px; height: 140px; }
}




/* product */

.feature-course,
.single-produkt section {
  margin-bottom: 3em;
  background-color: #fff;
  border-radius: 1em;
}

.feature-course {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
  border-top-right-radius: 1em;
  border-bottom-right-radius: 1em;
}

.feature-course-meta,
.feature-course .course-price-more {
  margin: 2.5em 0;
}

.course-content-column {
  max-width: 850px;
}

.course-content,
.course-resume {
  padding: 3em;
  margin-bottom: 3em;
  background-color: #fff;
  border-radius: 10px;
}

.course-resume {
  background-color: #F1EDD7;
}

.course-faq {
  background-color: #D7EBF1;
  padding: 2em;
  border-radius: 10px;
}

.course-faq .course-faq-inner .wpsm_panel-group .wpsm_panel-default {
  border: 0 !important;
}

.course-faq .wpsm_panel-body {
  font-style: italic;
}

.error404 h3 {
  padding: 1em 0 0 0;
}

.course-rating-link:hover {
  text-decoration: none; 
  color: inherit;
}

.course-review {
  padding: 3em;
  background: #F1EDD7;
  margin-bottom: 3em;
  border-radius: 10px;
}

.ratings-container {
  display: flex;
}

.course-review .btn-invers {
  margin: 0 auto;
}

#ratingsBarChart {
  max-height: 300px !important;
  /* Omezí výšku grafu */
}

.ratings-average {
  padding-right: 10px;
}

.ratings-average .fa-star {
  position: relative;
  top: -6px;
}

.ratings-average span {
  font-size: 25px;
  font-weight: 300;
  padding-left: 10px;
  white-space: nowrap;
}

.ratings-vizual {
  box-sizing: border-box;
  width: 100%;
  margin: 0 auto 20px auto;
  padding: 0;
}

.rating-row {
  display: flex;
  align-items: center;
  margin-bottom: 5px;
}

.rating-label {
  width: 50px;
  /* Fixní šířka popisku hvězdiček */
  text-align: right;
  font-size: 16px;
  margin-right: 10px;
}

.rating-bar {
  flex-grow: 1;
  height: 20px;
  background-color: #fff;
  /* Světlé pozadí pro nevyplněnou část */
  overflow: hidden;
  position: relative;
}

.rating-fill {
  height: 100%;
  background-color: #FFCF4D;
  /* Žlutá pro vyplněné hodnocení */
  transition: width 0.3s ease-in-out;
  /* Animace při změně */
}

#review_form_wrapper {
  margin-bottom: 2em;
  display: none;
}

.woocommerce #review_form #respond p {
  margin: 0;
}

.woocommerce #review_form #respond p.stars {
  padding-bottom: 0;
}

.woocommerce p.stars a {
  margin-right: 5px;
}

.woocommerce p.stars a::before {
  color: #FFCF4D;
  font-size: 24px;
}

.review-item {
  display: flex;
  padding: 1em 0;
  border-top: 1px solid #d9d9dd;
}

.review-item-name {
  width: 33.3%;
}

.review-item-comment {
  width: 66.6%;
  font-style: italic;
}

.show-more-reviews {
  padding-bottom: 2em;
  text-align: right;
}

.show-more-reviews .btn-invers {
  cursor: pointer;
  font-size: 16px;
}

.course-buy-box {
  display: flex;
  flex-wrap: wrap;
  background-color: #fff;
  border-radius: 1em;
  justify-content: center;
  /* Centrované vodorovně */
  align-items: center;
  /* Centrované svisle */
  margin-bottom: 2em;
}

.buy-box-image {
  width: 25%;
}

.buy-box-price {
  width: 10%;
}

.buy-box-title,
.buy-box-button {
  width: 35%;
  text-align: center;
}

.buy-box-button {
  width: 30%;
}

.buy-box-title,
.buy-box-price {
  font-weight: 600;
}

.buy-box-image img {
  border-top-left-radius: 1em;
  border-bottom-left-radius: 1em;
  display: block;
}

.single-product .course-price {
  font-size: 17px;
  font-weight: bold;
}

/* inglis day */

.inglishday .two-third {
  box-sizing: border-box;
  padding: 0 1em;
}

.inglishday .two-third.course-faq {
  padding: 2em;
}

.inglishday .course-review {
  margin-bottom: 0;
}

.category-inner .two-third,
.inglish-info-inner .two-third {
  padding: 0 2em;
}

.inglishday section {
  padding: 2em 0;
}

#inglish-program h2 {
  text-align: center;
  margin: 0 auto;
}

.inglis-content-inner h2 {
  text-align: center;
}

.inglis-content-inner a {
  color: #5271FF;
}

.inglis-content-inner .btn-invers {
  margin-top: 0.5em;
  margin-bottom: 0.5em;
}

#inglish-who h2 {
  margin-top: 1em;
}

.inglishday #inglish-references .two-third {
  padding: 0;
}

.inglish-video-box {
  max-width: 800px;
  margin: 0 auto;
}


/* quiz detail */

.quiz-download-block {
  display: flex;
  background-color: #fff;
  border-radius: 1em;
  align-items: center;
  justify-content: center;
  text-align: center;
  min-height: 70px;
  margin-bottom: 2em;
}

.quiz-download-description {
  width: 50%;
}

.quiz-download-title,
.quiz-download-button {
  width: 25%;
}

.quiz-download-title h3 {
  padding-bottom: 0;
}

.quiz-download-button a.btn-invers {
  width: 200px;
  color: #1E3D6B;
  font-weight: bold;
}

.quiz-download-button a.btn-invers:hover {
  background-color: #1E3D6B;
  color: #fff;
}

/* english masterclass */

#masterclass-basic,
#masterclass-price,
.masterclass-full {
  background-color: #fff;
  border-radius: 1em;
  padding: 3em;
  box-sizing: border-box;
}

#masterclass-basic {
  text-align: center;
}

.container.transparent {
  padding: 3em;
  box-sizing: border-box;
}

#masterclass-basic .half-width {
  width: 80%;
  margin: 0 auto;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 1em;
}

.masterclass-full {
  border-radius: 0;
  width: 100%;
}

.masterclass .course-faq,
.masterclass .course-resume,
.container.transparent .item,
#masterclass-test .item,
.masterclass-full .container {
  max-width: 768px;
}

.container.transparent .item,
.masterclass-full .container {
  margin: 0 auto;
}

.masterclass .course-faq,
.masterclass .course-resume {
  margin: 1em auto;
}

#masterclass-yourgain {
  padding: 3em 3em 0 3em;
  box-sizing: border-box;
  text-align: center;
}

#masterclass-yourgain .item img {
  display: block;
}

#masterclass-yourgain .third-container {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 3em;
  max-width: 960px;
  margin: 0 auto;
}

#masterclass-yourgain .third {
  background-color: #fff;
  border-radius: 1em;
  padding: 2em;
  box-sizing: border-box;
}

#masterclass-basic .item,
.third-title {
  margin-bottom: 20px;
}

.table-align-left {
  text-align: left;
}

.text-align-center {
  text-align: center;
}

.image-back {
  background-image: url('/wp-content/uploads/2025/07/mc-price-background.png');
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

.arrow-list {
  list-style: none;
  padding-left: 0;
  margin: 0;
}

.arrow-list li {
  position: relative;
  padding-left: 48px;
  /* prostor pro obrázek */
  line-height: 30px;
  margin-bottom: 20px;
}

.arrow-list li::before {
  content: "";
  position: absolute;
  left: 0;
  top: -3px;
  /* pro vycentrování v rámci výšky řádku */
  width: 44px;
  height: 25px;
  background-image: url('/wp-content/uploads/2025/07/ul-li-sipka.svg');
  background-size: cover;
  background-repeat: no-repeat;
}

.masterclass button.single_add_to_cart_button {
  width: 280px !important;
  margin-bottom: 1em;
}

.tabulka-wrapper {
  display: flex;
  justify-content: center;
  gap: 0;
  flex-wrap: wrap;
}

.tabulka td {
  text-align: center;
  padding: 10px;
}


/* docasne */

.alignleft {
  float: left;
  padding-right: 2em;
  padding-bottom: 2em;
}

.alignright {
  float: right;
  padding-left: 2em;
  padding-bottom: 2em;
}


/* Výchozí styl tlačítek WooCommerce */

.woocommerce .half-width img,
.woocommerce-page .half-width img {
  max-width: none;
}

:where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce button.button,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) #respond input#submit,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) #respond input#submit.alt,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) a.button.alt,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) button.button.alt,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) input.button.alt,
:where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce #respond input#submit.alt,
:where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce a.button.alt,
:where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce button.button.alt,
:where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce input.button.alt {
  border-radius: 22px;
  width: 245px;
  height: 44px;
  line-height: 44px;
  background-color: #1E3D6B !important;
  border: 1px solid #1E3D6B;
  color: #fff;
  text-align: center;
  padding: 0;
}

:where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce button.button,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) #respond input#submit {
  width: 200px;
  font-weight: 400;
  height: 42px;
  line-height: 42px;
}

:where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce button.button:hover,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) #respond input#submit:hover,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) #respond input#submit.alt:hover,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) a.button.alt:hover,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) button.button.alt:hover,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) input.button.alt:hover,
:where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce #respond input#submit.alt:hover,
:where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce a.button.alt:hover,
:where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce button.button.alt:hover,
:where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce input.button.alt:hover {
  background-color: #5271FF !important;
  border: 1px solid #5271FF;
}

:where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce button.button:hover,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) #respond input#submit:hover {
  color: #fff;
}


/* cash order payment */

.woocommerce-message {
  margin: 0 0 1em 0;
  background-color: #f6f5f3;
  color: #1E3D6B;
  border-top: 3px solid #1E3D6B;
}

.woocommerce-checkout .entry-content {
  width: 100%;
}

.woocommerce #payment #place_order,
.woocommerce-page #payment #place_order {
  padding: 0 !important;
  font-size: 120% !important;
}

.payment_method_gopay-inline img {
  width: 30px;
  height: auto;
}

.checkout-columns {
  display: flex;
  gap: 2em;
}

.checkout-columns>#customer_details,
.checkout-columns>#payment {
  width: 50%;
}

.woocommerce .col2-set .col-1,
.woocommerce-page .col2-set .col-1 {
  float: none;
  width: 98%;
}

.woocommerce table.shop_table {
  border: 0;
}

.woocommerce-checkout-review-order-table thead,
.woocommerce-checkout .product-name .product-quantity {
  display: none;
}

.woocommerce-checkout .product-image img {
  border-radius: 1em;
}

.woocommerce-checkout .product-remove a.remove {
  color: #909090 !important;
  font-size: 0.9em;
}

.woocommerce-checkout .product-remove a.remove:hover {
  color: #F8606A !important;
  background: transparent;
}

.woocommerce-form-coupon-toggle .woocommerce-info {
  border-top: 0;
  background-color: transparent;
  padding: 1em 2em 1em 1.5em;
}

.woocommerce-checkout .cart-subtotal,
.woocommerce-form-coupon-toggle .woocommerce-info::before {
  display: none;
}

.woocommerce table.shop_table tfoot th {
  font-weight: 600;
}

.product-title-checkout,
.woocommerce-checkout table.shop_table .order-total th {
  font-weight: 600;
  font-size: 18px;
}

.woocommerce-privacy-policy-text,
.woocommerce-checkout .validate-required,
.woocommerce-checkout table.shop_table .dph-info {
  font-weight: 400;
  color: #909090;
}

.woocommerce-privacy-policy-text a,
.woocommerce-checkout .validate-required a {
  color: #909090;
  text-decoration: underline;
}

.woocommerce-privacy-policy-text a:hover,
.woocommerce-checkout .validate-required a:hover {
  color: #777;
  text-decoration: none;
}

:where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce-checkout button.button.alt {
  background-color: #F8606A !important;
  border: 1px solid #F8606A;
}

.woocommerce #payment #place_order,
.woocommerce-page #payment #place_order {
  float: none;
}

.woocommerce-checkout #payment {
  background: #fff !important;
}

.gopay_select:hover {
  background-color: #D7EBF1 !important;
}

.billing-business-field {
  transition: all 0.3s ease;
}

.woocommerce-billing-fields .billing-business-field {
  display: none !important;
}

.woocommerce-billing-fields #billing_address_1_field,
.woocommerce-billing-fields #billing_city_field,
.woocommerce-billing-fields #billing_postcode_field {
  display: none !important;
}

/* page vse od broni */

.all-products h2 {
  font-size: 24px;
}

.all-products table {
  width: 95%;
  margin-bottom: 1em;
}

.all-products table td:nth-child(2) {
  text-align: right;
}

.all-products table .regular-price,
.all-products table .regular-price-strike,
.all-products table .discount-price {
  white-space: nowrap;
}

.star-highlight-violet,
.star-highlight {
  color: #F87760;
  font-weight: bold;
}

.star-highlight-violet {
  color: #5271FF;
}

.note-star {
  font-size: 0.9em;
  font-style: italic;
  margin-top: 10px;
}


/* Vše od Broni LP */


.vob.feature {
  min-height: 545px;
  background: url(img/vob-banner-feature.png) center center no-repeat;
  margin-bottom: 2em;
}

#konference-feature .item-background img, 
.vob.feature .item-background img {
  display: none;
}

.vob-perex {
  display: flex;
  background: #fff;
  padding: 2em;
  box-sizing: border-box;
  border-radius: 1em;
  margin-bottom: 2em;
}

.vob-perex img {
  max-width: 160px;
}

.vob-perex .one-third {
  text-align: center;
}

.vob-basic {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 2em;
  padding: 2em 0;
}

.invers-column {
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-template-areas: "text photo";
  gap: 2em;
  padding: 2em 0;
}

.invers-column .item-text  { grid-area: text; }
.invers-column .item-photo { grid-area: photo; }

.vob-photo {
  padding-bottom: 0;
}

.course-faq .vob-basic {
  padding-top: 0;
}

.vob .item img {
  display: block;
  width: auto;
  height: auto;
  max-width: 500px;
}

.vob .item-photo img {
  margin: 0 auto;
}

.vob.feature .item-text {
  padding: 140px 0 0 50px;
}

.vob.feature .single_add_to_cart_button {
  margin-bottom: 1em;
}

.vob {
  font-size: 17px;
  font-weight: 500;
}

.vob h1 {
  font-size: 50px;
  font-weight: 700;
  padding-bottom: 0.5em
}

.vob h2 {
  font-size: 30px;
  line-height: 36px;
  font-weight: 700;
}

.vob h3 {
  font-size: 24px;
  line-height: 36px;
  font-weight: 500;
}

.vob.feature h2 {
  max-width: 520px;
}

.vob .small {
  font-size: 14px;
  font-weight: 400;
  line-height: 21px;
}

.vob-discount {
  font-size: 30px;
  font-weight: 500;
  letter-spacing: 0.05em;
}

.vob .masterclass-feature-icon .fa-solid {
  color: #F57861;
}

.vob-course-rating {
  background: #f6f5f3;
  border-radius: 1em;
  padding: 0.5em 1em;
  margin-bottom: 1em;
  max-width: 100px;
}

.two-third {
  display: flex;
  flex-direction: column; 
  justify-content: center;
  align-items: center;
}

.vob-gain .item-text {
  max-width: 390px;
}

.vob-perex .vob-perex-text {
  max-width: 600px;
}

.vob-benefits .container .item,
.vob-basic .vcenter {
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.vob-benefits .item-text {
  padding-left: 2em;
}

.item-full {
  padding: 2em 0;
  text-align: center;
}

.vob-video {
  max-width: 600px;
  margin: 2em auto;
}

.vob-buy {
  padding-top: 2em;
  text-align: center;
  min-height: 425px;
  background: url(img/buy-white.jpg) center center no-repeat;
}

.vob-buy p {
  max-width: 600px;
  margin: 0 auto;
}

.vob-benefits .vob-video {
  position: relative;
  z-index: 2;            /* aby bylo nad další sekcí */
  transform: translateY(120px);
  margin-top: -120px;
}

.vob-gain .item-photo {
  text-align: center;
}

.vob-gain .item-photo img {
  margin: 0 auto;
}

.vob-brona .item-text img {
  max-width: 150px;
}

.vob-buy-grey  {
  text-align: center;
  min-height: 480px;
  background: url(img/vob-okraje-ovaly-01.png) center bottom no-repeat;
}

.vob-buy-01 {
  padding-top: 120px;
}

.vob-buy-2 {
   background: url(img/vob-okraje-ovaly-02.png) center bottom no-repeat; 
   height: 380px;
}

.vob-buy-3,
.vob-buy-4,
.vob-buy-5 {
  padding-top: 0;
  display: flex;
  justify-content: center;
  flex-direction: column;
  height: 409px;
  background: url(img/vob-okraje-ovaly-03.png) center bottom no-repeat; 
}

.vob-buy-4 {
  background: url(img/vob-okraje-ovaly-04.png) center bottom no-repeat; 
}

.vob-buy-5 {
  height: 320px;
  background: url(img/vob-okraje-ovaly-05.png) center bottom no-repeat; 
}

#vob-blue {
  background: #d7e8f1;
  border-radius: 10px;
  padding: 4em;
  box-sizing: border-box;
  margin-bottom: 2.5em;
}

.woocommerce .vob button.button.alt,
.woocommerce .vob a.button.alt,
.woocommerce .vob input.button.alt {
  background: #ffcf4e !important;
  border: 1px solid #ffcf4e !important;
  color: #1E3D6B !important;
  width: auto;
  padding: 0 1.5em;
  font-size: 23px;
  font-family: 'Poppins', sans-serif  !important;
}

.woocommerce .vob button.button.alt:hover,
.woocommerce .vob a.button.alt:hover,
.woocommerce .vob input.button.alt:hover {
  filter: brightness(105%);
}

.btn-text-mobile {
  display: none;
}

.woocommerce .vob.feature button.button.alt {
  border: 2px solid #fff !important;
  line-height: 48px;
  height: 50px;
  background-color: #fff !important;
  box-shadow: 0 2px 6px rgba(0,0,0,.30);
}

.woocommerce .vob.feature button.button.alt:hover {
  background: #F87761 !important;
  border: 2px solid #F87761 !important;
  color: #fff !important;
}

.vob.feature .single_add_to_cart_button::before {
  content: "\f07a";
  font-family: "Font Awesome 6 Free";
  font-weight: 900; /* důležité pro solid ikony */
  font-size: 23px;
  display: inline-block;
  margin-right: 0.5em;
}

.white-background {
  background: #fff;
}

.vob-courses h2,
.vob-courses p {
  text-align: center;
  max-width: 700px;
  margin: 0 auto;
}

.vob-courses p {
  text-align: left;
}

.vob .course-detail-image {
  width: 100%;
  position: relative;
}

.vob .course-detail-image img {
  width: 100%;
  max-width: 460px;
  height: auto;
}

.vob-courses,
.vob .packet-items-grid {
  max-width: 980px;
  margin: 0 auto;
}

.white-background.padding {
  padding-top: 2em;
}

.vob-reference,
.vob .packet-items-grid {
  padding-top: 2em;
}

.vob-courses {
  padding: 2em 0;
}

.course-faq h2,
.vob-reference h2 {
  text-align: center;
}

.course-content-landing {
  position: relative;
  background: #fff;
  border-radius: 1em;
}

.course-detail-text {
  padding: 1em;
} 

.vob .vob-course-price {
  width: 200px;
  background: #ffcf4e;
  height: 36px;
  line-height: 36px;
  top: 1em;
  left: 0;
  position: absolute;
  font-weight: 700;
  text-indent: 1em;
  border-radius: 5px;
}

.vob-carousel-viewport,
.vob-review-viewport {
  overflow: hidden;
}

.vob-carousel-courses .packet-items-grid {
  display: flex;
  gap: 24px;
  transition: transform 0.45s ease;
  will-change: transform;
}

.vob-review-list {
  display: flex;
  gap: 24px;
  transition: transform 0.45s ease;
  will-change: transform;
}

.vob-review-list::-webkit-scrollbar {
  display: none; 
}

.vob-carousel-courses .course-content-landing {
  flex: 0 0 calc((100% - 48px) / 3);
}

.vob-review-item {
  flex: 0 0 calc((100% - 72px) / 4);
  scroll-snap-align: start;
  border-radius: 1em;
  box-sizing: border-box;
}

.vob-review-item-inner {
  background: #fff;
  padding: 1.8em;
  font-size: 16px;
}

.vob-review-item-inner strong {
  margin-top: 1em;
}

.vob-reference .vob-course-rating {
  background: #fff;
  border: 1px solid #e8e6e9;
  padding: 0.3em 0.5em;
  max-width: 100px;
}

.vob-review-slider {
  position: relative;
}

.vob-carousel-arrow,
.vob-review-arrow {
  display: block;
  width: 0;
  height: 0;
  cursor: pointer;
}

.vob-carousel-arrow.next,
.vob-review-arrow.next {
  border-top: 10px solid transparent;
  border-bottom: 10px solid transparent;
  border-left: 16px solid #e5e5e5;
}

.vob-carousel-arrow.prev,
.vob-review-arrow.prev {
  border-top: 10px solid transparent;
  border-bottom: 10px solid transparent;
  border-right: 16px solid #e5e5e5;
}

.bplus .vob-carousel-dots,
.vob-review-dots {
  display: flex;
  justify-content: center;
  gap: 10px;
  margin: 2em 0;
}

.vob-review-dot {
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: #e6e6e6;
  cursor: pointer;
}

.vob-review-dot.active {
  background: #5271ff;
}

.vob-carousel-nav,
.vob-review-nav {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-top: 20px;
}

.vob-carousel-dots,
.vob-review-dots {
  display: flex;
  gap: 10px;
}

.vob-carousel-arrows,
.vob-review-arrow {
  background: none;
  border: none;
  padding: 0;
  cursor: pointer;
}

.vob-brona .item-text h3,
.vob-brona .item-text p {
  max-width: 460px;
}

.vob-carousel-arrows,
.vob-review-arrows {
  display: flex;
  gap: 12px;
}

.course-faq .vob-basic {
  padding-bottom: 0;
}

.postid-49946 .course-faq {
  box-sizing: border-box;
}

.postid-49946 .site-footer {
  margin-top: 0;
}

.postid-49946 #content {
  padding-bottom: 0;
}


/* about */

#about-offer,
#about-partners,
#about-media {
  margin-bottom: 3em;
}

.media-item {
  margin-bottom: 1.5em;
}

.media-item a {
  text-decoration: underline;
}

.media-item a:hover {
  text-decoration: none;
}

.media-item-meta {
  color: #828282;
}

.about-offer .grid-two-colums {
  gap: 4em;
}

.about-offer-content {
  display: flex;
}

.about-offer-image {
  width: 150px;
  padding-right: 2em;
}

.about-offer-links {
  flex-grow: 1;
}

.about-offer-links a.btn-tags {
  float: left;
  width: 43%;
  padding: 0;
  margin: 0.5em 5% 0.5em 0;
}

.about-offer-item h2 {
  padding-bottom: 0.5em;
}

#headline-center {
  text-align: center;
  margin-top: 1em;
}

.newsletter-form h2 {
  padding-bottom: 0.3em;
  margin-top: 1em;
}

.page-id-52549 .feature-text h1 {
  max-width: 500px;
}

#ebook-download h3 {
  text-align: left;
}

.page-id-52549 #teacher-references h2,
#ebook-download .item {
  text-align: center;
}

.page-id-52549 #teacher-references h2 {
  margin-top: 1em;
}

.btn-ebook {
  color: #fff;
  width: auto;
  border: 0;
  font-weight: bold;
  height: 60px;
  line-height: 60px;
  padding: 2px 1em;
  margin: 1em auto;
  font-size: 18px;
  display: inline-block;
}

.btn-ebook:hover {
  border: 0;
  filter: brightness(110%);
}

.btn-yellow,
.btn-yellow:hover {
  background-color: #ffd04e;
  color: #516fff;
}

.btn-yellow:hover {
  filter: brightness(105%);
}

.btn-redbook,
.btn-redbook:hover {
  background-color: #f57961;
}

.btn-red:hover {
  filter: brightness(115%);
}

.btn-blue,
.btn-blue:hover {
  background-color: #5170ff;
}

.btn-blue:hover {
  filter: brightness(120%);
}

.btn-green,
.btn-green:hover {
  background-color: #24cf9a;
}

/* courses member section */

.sensei .entry-content section {
  padding: 2em 2em 0 2em;
}

.course-content h3.course-title {
  font-size: 20px;
}

.sensei-course-theme:is(.sensei-video, .sensei-modern, .sensei-video-full) .wp-block-post-title {
  margin-bottom: 0 !important;
}

.editor-styles-wrapper .wp-block .wp-block-sensei-lms-course-theme-course-progress-counter,
.wp-block-sensei-lms-course-theme-course-progress-counter,
.course-container .course .sensei-course-meta {
  color: #555 !important;
  font-size: .9em;
}

.sensei-lms-course-navigation-module__summary {
  color: #555 !important;
}

.sensei-course-theme:is(.sensei-modern) .sensei-course-theme__sidebar {
  border: 1px solid #555 !important;
}

.course:not(body),
.course-container,
.course-container .course {
  margin: 0 0 1em;
  padding: 0 0 1em;
  border-bottom: 0;
}

.sensei-course-theme .wp-block-sensei-lms-lesson-actions .wp-block-sensei-button.wp-block-button.is-style-outline .wp-block-button__link,
.sensei-course-theme .wp-block-sensei-lms-lesson-actions .wp-block-sensei-button.wp-block-button.is-style-default .wp-block-button__link,
.editor-styles-wrapper .wp-block-sensei-lms-lesson-actions .wp-block-sensei-button.wp-block-button.is-style-outline .wp-block-button__link,
.editor-styles-wrapper .wp-block-sensei-lms-lesson-actions .wp-block-sensei-button.wp-block-button.is-style-default .wp-block-button__link {
  border: solid 2px #1E3D6B !important;
  color: #1E3D6B !important;
}

.sensei-course-theme .wp-block-sensei-lms-lesson-actions .wp-block-sensei-button.wp-block-button.is-style-outline .wp-block-button__link:hover,
.sensei-course-theme .wp-block-sensei-lms-lesson-actions .wp-block-sensei-button.wp-block-button.is-style-default .wp-block-button__link:hover,
.editor-styles-wrapper .wp-block-sensei-lms-lesson-actions .wp-block-sensei-button.wp-block-button.is-style-outline .wp-block-button__link:hover,
.editor-styles-wrapper .wp-block-sensei-lms-lesson-actions .wp-block-sensei-button.wp-block-button.is-style-default .wp-block-button__link:hover {
  background-color: #1E3D6B !important;
  color: #fff !important;
}

.editor-styles-wrapper .sensei-course-theme__main-content .wp-block-button.is-primary,
.editor-styles-wrapper .sensei-course-theme__main-content .wp-block-button.wp-block-button:not(.is-style-outline, .is-style-link),
.sensei-course-theme .wp-block-button.is-primary,
.sensei-course-theme .wp-block-button.wp-block-button:not(.is-style-outline, .is-style-link),
.sensei-course-theme__button.is-primary,
.sensei-course-theme__button.wp-block-button:not(.is-style-outline, .is-style-link) {
  background-color: #1E3D6B !important;
  border: solid 2px #1E3D6B !important;
  color: #fff !important;
}

.editor-styles-wrapper .sensei-course-theme__main-content .wp-block-button.is-primary:hover,
.editor-styles-wrapper .sensei-course-theme__main-content .wp-block-button.wp-block-button:not(.is-style-outline, .is-style-link):hover,
.sensei-course-theme .wp-block-button.is-primary,
.sensei-course-theme .wp-block-button.wp-block-button:not(.is-style-outline, .is-style-link):hover,
.sensei-course-theme__button.is-primary,
.sensei-course-theme__button.wp-block-button:not(.is-style-outline, .is-style-link):hover {
  background-color: #fff !important;
  color: #1E3D6B !important;
}

.editor-styles-wrapper .sensei-course-theme__main-content .wp-block-button.is-primary,
.editor-styles-wrapper .sensei-course-theme__main-content .wp-block-button.is-secondary,
.editor-styles-wrapper .sensei-course-theme__main-content .wp-block-button.is-link,
.editor-styles-wrapper .sensei-course-theme__main-content .wp-block-button.wp-block-button>.wp-block-button__link,
.sensei-course-theme .wp-block-button.is-primary,
.sensei-course-theme .wp-block-button.is-secondary,
.sensei-course-theme .wp-block-button.is-link,
.sensei-course-theme .wp-block-button.wp-block-button>.wp-block-button__link,
.sensei-course-theme__button.is-primary,
.sensei-course-theme__button.is-secondary,
.sensei-course-theme__button.is-link,
.sensei-course-theme__button.wp-block-button>.wp-block-button__link {
  font-size: 16px !important;
}


/* popup */

.popmake-content p {
  padding-bottom: 0;
}

.popmake-content img {
  display: block;
}


/* pagination */

.sensei-pagination .page-numbers,
.pagination {
  text-align: center;
  margin-bottom: 2em;
}

.sensei-pagination .page-numbers li,
.post-items .page-numbers,
.search-results .page-numbers {
  display: inline-block;
  border-radius: 50%;
  border: 1px solid #1E3D6B;
  color: #1E3D6B;
  text-align: center;
  width: 30px;
  height: 30px;
  line-height: 30px;
  font-weight: bold;
}

.sensei-pagination .page-numbers {
  display: block;
}

.page-numbers.dots {
  border: 0;
}

.post-items .current,
.search-results .current,
.sensei-pagination .page-numbers li:hover,
.post-items .page-numbers:hover,
.search-results .page-numbers:hover {
  border: 1px solid #1E3D6B;
  background-color: #5271FF;
  color: #fff;
  text-decoration: none;
}

.sensei-pagination .page-numbers li:hover a {
  color: #fff;
  text-decoration: none;
}

.grecaptcha-badge {
  display: none;
}


/* úpravy stránky pokladny */

.woocommerce-checkout .woocommerce-notices-wrapper,
.woocommerce-checkout .navbar {
  display: none;
}


/* konference */

#konference-feature {
  min-height: 498px;
  background: url(img/konference-bg.png) center center no-repeat;
  margin-bottom: 2em;
  padding: 3em;
  box-sizing: border-box;
  border-radius: 1em;
}

#konference-feature .feature-text {
  max-width: 440px;
}

#konference-feature h1 {
  padding-bottom: 0.3em;
}

#konference-feature h3 {
  font-size: 18px;
  letter-spacing: 0.1em;
}

#konference-feature .btn {
  margin-top: 1em;
  background-color: #5271FF;
  border: 1px solid #5271FF;
}

#registrace .sib-form-block__button-with-loader,
#konference-feature .btn:hover {
  filter: brightness(110%);
}

.feature-sticker {
  background-color: #fff;
  color: #f67862;
  font-weight: 500;
  border-radius: 1em;
  width: auto;
  padding: 0 1em;
  display: inline-block;
  margin-bottom: 1em;
}

#konference-main,
#registrace {
  background: #fff;
  padding: 3em 0;
}

#konference-program {
  background: #fff;
}

#records,
#konference-video,
#speakers {
  padding: 3em 0;
}

#registrace {
  text-align: center;
}

#registrace {
  padding: 3em 0 1em 0;
}

#konference-main {
  font-size: 15px;
  font-weight: 500;
}

#konference-main h3 {
  font-size: 24px;
}

.paragraph-center,
.btn-center,
.conf h2 {
  text-align: center;
}

.two-third-conf h2 {
  text-align: left;
}

.conf .paragraph-center a {
  color: #f67862;
  text-decoration: underline;
}

.conf-program,
.third-container {
  padding: 3em 7em;
  box-sizing: border-box;
}

.third-container .one-third img {
  max-width: 200px;
  margin: 0 auto;
  display: block;
}

.item-odpocitavadlo {
  display: flex;
  flex-direction: column;
  justify-content: center;   /* vertikálně */
  align-items: center;       /* horizontálně */
  text-align: center;        /* text zarovnat */
  background-color: #5271FF;
  color: #fff;
  padding: 3em;
  border-radius: 2em;
  font-size: 16px;
}

.item-odpocitavadlo h3 {
  color: #fff;
  font-size: 24px;
}

.item-odpocitavadlo a {
  color: #fff;
  text-decoration: underline;
}

.item-odpocitavadlo a:hover {
  text-decoration: none;
}

  .countdown {
    display:flex;
    align-items:center;
    justify-content:center;
    gap:14px;
    font-variant-numeric: tabular-nums;
    margin-bottom: 1em;
  }

  .cd-item{
    text-align:center;
    min-width: 80px;
  }
  .cd-num{
    font-size: 56px;
    line-height: 1;
  }
  .cd-label{
    margin-top: 6px;
    font-size: 14px;
    opacity: .75;
    letter-spacing: .02em;
  }
  .cd-sep{
    font-size: 40px;
    line-height: 1.4;
    margin-top: -0.5em;
  }

.conf-program__frame {
  overflow: hidden;
  margin-top: 2em;
}

.conf-program__tabs {
  display: flex;
  flex-wrap: wrap;
  background: #fff;
  border-bottom: 1px solid rgba(0,0,0,.18);
}

.conf-program__tab {
  appearance: none;
  border: 1px solid rgba(0,0,0,.18);
  background: #e3eef4;
  padding: .6rem .95rem;
  border-radius: 12px 12px 0 0;
  position: relative;
  top: 1px;
  cursor: pointer;
  width: 25%;
  font-size: 16px;
  font-family: 'Poppins', sans-serif !important;
}

.conf-program__tab.is-active{
  background: #f6f5f3;
  border-bottom-color: transparent;
  z-index: 2;
}

.conf-program__panel {
  padding: 1rem 1rem 1.25rem;
  border: 1px solid rgba(0,0,0,.18);
  border-top: none;
  background: #f6f5f3;
  border-bottom-left-radius: 1em;
  border-bottom-right-radius: 1em;
}

.conf-speakers{
  margin: 2em 0;
}

#records .conf-speakers__grid {
  margin-top: 2em;
}

.conf-speakers__grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 2em;
}

.conf-speaker{
  border-radius: 1em;
  padding: 1em;
  background: #fff;
}

.conf-speaker__img{
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  max-width: 200px;
  margin: 0 auto;
  border-radius: 50%;
  border: 1px solid #5271FF;
}

.conf-speaker__name{
  margin: 1em 0 0 0;
  font-size: 1.2em;
  line-height: 1.2;
  text-align: center;
}

.conf-speaker__link{
  margin: 1em 0 0 0;
}

.conf-speaker__link a {
  color: #5271FF;
}

.conf-speakers__more {
  margin-top: 1rem;
  text-align: center;
}

.conf-speakers__btn {
  cursor: pointer;
  font-family: 'Poppins', sans-serif !important;
  font-size: 16px !important;
}

.conf-speakers__btn:hover{
  background: #5271FF;
  border: 1px solid #5271FF;
}

.package-item .single_add_to_cart_button:hover {
  filter: brightness(110%); 
}

.conf-presentations-video .video-wrap {
  position: relative;
  padding-bottom: 56.25%; /* 16:9 */
  height: 0;
  overflow: hidden;
}

.conf-presentations-video .video-wrap iframe,
.conf-presentations-video .video-wrap embed,
.conf-presentations-video .video-wrap object {
  position: absolute;
  top: 0; left: 0;
  width: 100%;
  height: 100%;
}

#presentations .container {
  background: #f6f5f3;
}

.conf-day h2 {
  padding-bottom: 0.5em;
}

#presentations .half-width {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 2em 0;
  justify-content: center;
  padding: 2em 0;
}

#presentations .half-width h3 {
  font-weight: 500;
  letter-spacing: 0.1em;
  line-height: 36px;
}

.item-button {
  text-align: right;
}

#presentations .single_add_to_cart_button {
  width: 330px;
  height: 36px;
  line-height: 36px;
}

#presentations .single_add_to_cart_button:hover {
  background-color: #5271FF;
  border: 1px solid #5271FF;
}

.conf-presentations-list {
  margin: 0 auto;
  max-width: 960px;
  padding-bottom: 3em;
}

.conf-presentations-item {
  padding-bottom: 2em;
}

.conf-presentations-title {
  text-align: center;
}

.conf-presentations-title h3 {
  font-weight: 500;
}

.conf-presentations-text {
  max-width: 640px;
  margin: 0 auto;
  font-size: 15px;
}

.conf-presentations-text a {
  text-decoration: underline;
  color: #5271FF; 
}

.conf-presentations-text a:hover {
  text-decoration: none;
}

.conf-presentations-video {
  margin: 0 auto;
  text-align: center;
  padding-bottom: 1em;
}


/* brona plus lp */

.bplus.feature,
.bplus-fourth {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 1em;
}

#front-feature.bplus {
  padding: 0 2em 0 3em;
}

#front-feature.bplus .item-text {
  padding: 2em 0 1em 0;
}

.bplus-fourth {
  margin-bottom: 3em;
  margin-top: 1em;
}

.bplus.feature {
  grid-template-columns: repeat(2, 1fr);
}

.bplus-bg-white {
  background-color: #fff;
  background-image: url("/wp-content/uploads/2026/02/brona-plus-bg-transparent.png");
  background-position: center top;   /* vycentrované horizontálně */
  background-repeat: repeat-y;       /* opakuje se jen směrem dolů */
  background-size: 80%;             /* ponechá původní velikost */
  padding-bottom: 2em;
}

.btn-bplus {
  width: 360px;
  height: 72px;
  line-height: 72px;
  font-size: 28px !important;
  background-color: #f57861 !important;
  border: 1px solid #f57861 !important;
  border-radius: 22px;
  color: #fff;
  font-weight: 700;
}

.btn-bplus:hover {
  filter: brightness(110%);
}

.bplus-highligts .item {
  border-top: 2px solid #f6f5f2;
  border-bottom: 2px solid #f6f5f2;
  text-align: center;
  padding: 1em 1em 2em 1em;
  margin: 3em auto;
}

.bplus-highligts-four .item {
  background-color: #f6f5f2;
  padding: 1em 1em 2em 1em;
  margin: 2em 0;
  border-radius: 1em;  
}

.bplus-highligts-four .bplus-feature-text {
  max-width: 200px;
  margin: 0 auto;
}

.bplus-video h2 {
  font-weight: 700;
}

.bplus.vob-video {
  max-width: 600px;
  margin: 0 auto;
  padding: 2em 0;
}

.bplus-feature-icon {
  padding: 1.5em;
}

.bplus-feature-icon i::before  {
  font-size: 32px;
}

.bplus-highligts.bplus-fourth .bplus-feature-icon i::before {
  color: #f57861;
}

.bplus-feature-text {
  max-width: 300px;
  margin: 0 auto;
}

.bplus.feature .item img {
  width: 75%;
  height: auto;
}

.bplus.packet-items-grid {
  margin-bottom: 0;
  padding-bottom: 2em;
}

.bplus .vob-carousel-courses .course-content-landing {
  flex: 0 0 calc((100% - 72px) / 4);
}

.bplus-fourth .bplus-review-item-inner {
  background-color: #fff;
  border-radius: 2em;
  padding: 2em 1.5em;
}

.review-item-video {
  position: relative;
  width: 100%;
  aspect-ratio: 9 / 16; /* vertikální video */
  overflow: hidden;
  border-radius: 1em;
}

.review-item-video iframe {
  position: absolute;
  inset: 0;
  width: 100% !important;
  height: 100% !important;
  border: 0;
}

.bplus-buy-grey, 
.bplus-buy-white {
  display: flex;
  justify-content: center;
  flex-direction: column;
  min-height: 400px;
  background: url(img/brona-plus-bg-seda.png) center bottom no-repeat;
}

.bplus-screens .course-content-landing {
  background: transparent;
  border-radius: 0;
}

#clenstvi {
  padding: 2em 0;  
  background-image: url("/wp-content/uploads/2026/02/brona-plus-bg-transparent.png");
  background-position: center top;   /* vycentrované horizontálně */
  background-repeat: repeat-y;       /* opakuje se jen směrem dolů */
  background-size: 80%;             /* ponechá původní velikost */
  padding-bottom: 2em;
}

.bplus-bg-white .vob h2,
.bplus-video-oneday h2,
#clenstvi h2 {
  font-weight: 700;
}

#clenstvi h2 {
  padding-bottom: 0.4em;
}

.bplus-cena {
  font-weight: 500;
  max-width: 650px;
  margin: 0 auto;
  text-align: left;
}

.lp-variants {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 2em;
  margin: 2em auto;
  max-width: 1080px;
}

.lp-card {
  border-radius: 1em;
  background: #fff;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.06);
}

.lp-card__terms {
  display: block;
  margin: 1.5em 0 0 0;
  font-size: 13px;
  text-align: center;
}

.bplus .small a,
.lp-card__terms a {
  text-decoration: underline;
}

.bplus .small a:hover,
.lp-card__terms a:hover {
  text-decoration: none;
}

.lp-card__btn {
  width: 100%;
}

.bronaplus-predplatne-zahlavi {
  height: 60px;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  color: #fff;
  background-color: #5c6bff;
  border-radius: 1em 1em 0 0;
}

.lp-card-group .bronaplus-predplatne-zahlavi {
  background-color: #00b981;
  color: #00b981;
}

.lp-card-year .bronaplus-predplatne-zahlavi {
  background-color: #f57861;
  color: #f57861;
}

.zahlavi-inner {
  background-color: #fff;
  border-radius: 1em;
  height: 30px;
  line-height: 30px;
  width: 230px;
  margin-left: 1.5em;
  font-weight: 700;
}

.bronaplus-predplatne-popisek {
  margin-top: 30px;
  text-transform: uppercase;
  font-weight: 600;
}

.bronaplus-predplatne-jmeno  {
  margin-top: 1em;
  font-size: 30px;
  font-weight: 500;
}

.bronaplus-predplatne-cena {
  color: #f57861;
  font-size: 20px;
  font-weight: 500;
  margin-top: 1em;
}

.bronaplus-predplatne-cena strong {
  color: #f57861;
  font-size: 30px;
  font-weight: 700;
}

.bronaplus-predplatne-doplneni {
  min-height: 52px;
}

.bplus .small {
  font-size: 14px;
}

.lp-card__form {
  margin: 2em auto; 
}

.bplus-buy .btn,
#clenstvi button.lp-card__btn {
  width: 280px;
  height: 60px;
  line-height: 58px;
  font-size: 20px;
}

.bplus-buy .btn {
  margin-top: 1em;
  font-weight: 700;
}

.bplus-cancel {
  font-size: 13px;
  max-width: 960px;
  margin: 0 auto;
}

.bplus .item-text-inner {
  max-width: 460px;
}

.bplus-buy,
.bplus-screens,
.bplus-bubbles,
.bplus-reviews,
.bplus-video-oneday {
  padding-top: 3em;
}

.bplus-video-oneday .vob-video {
  margin: 2em auto 0 auto;
  padding-bottom: 2em;
}

.bplus-blue {
  position: relative;
  padding: 0; 
  overflow: visible; 
  background: #fff;
}

.bplus-blue h2 {
  color: #fff;
}

.bplus-blue::before{
  content:"";
  position:absolute;
  left:0; right:0;
  top:50%;
  transform: translateY(-50%);
  height: 420px;
  background:#5c6bff;
  z-index:0;
}

.bplus-blue__inner{
  position: relative;
  z-index:1;
  display:grid;
  grid-template-columns: 1fr 1fr;
  column-gap: 48px;
  min-height: 420px;
  align-items: center;
}

.bplus-blue .item-photo{
  display:flex;
  justify-content:center;
  align-items:center;
  min-height: 420px;       /* výška pruhu */
}

.bplus-blue .item-photo img{
  width: 634px;
  max-width: 100%;
  height:auto;
}

.bplus-blue .item-text{
  display:flex;
  flex-direction:column;
  justify-content:center;
  padding: 24px 0;
  color:#fff;
}

.bplus-reviews .vob-review-item-inner {
  border-radius: 2em;
}

.bplus.vob-photo img {
  display: block;
}

.bplus-invers {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 2em;
  padding: 5em 0;
}

.bplus-invers .item-text,
.bplus.vob-photo .item-text {
  display: flex;
  align-items: center;
  font-size: 17px;
  font-weight: 500;
}

.bplus-invers .item-text {
  margin-left: 4em;
}

.bplus.vob-photo-left {
  padding-bottom: 2em;
}

.bplus-bubbles .item img {
  max-width: 660px;
  display: block;
  margin: 1em auto;
}

#content.brona-plus {
  padding-bottom: 0;
}

.bplus-bg-white .vob {
  padding-bottom: 3em;
}

.postid-56667 .site-footer {
  margin-top: 0;
}

.podkres {
  background-color: #ffcf4d;
  padding: 0.15em 0.4em;
  border-radius: 6px;
  box-decoration-break: clone;
  -webkit-box-decoration-break: clone;
}

.faq-question {
  width: 100%;
  font-weight: bold;
  background: none;
  border: none;
  padding: 12px 0;
  cursor: pointer;
  font-size: 21px;
  color: #1E3D6B;
}

.faq-answer {
  display: none;
  padding-bottom: 15px;
  font-size: 15px;
  max-width: 800px;
  margin: 0 auto;
}

/* sensei prostředí kurzů */

body.sensei.sensei-modern,
body.sensei.sensei-modern button,
body.sensei.sensei-modern input,
body.sensei.sensei-modern select,
body.sensei.sensei-modern textarea {
  font-family: 'Poppins', sans-serif;
}



/* footer */

.site-footer {
  background-color: #1e3d6b;
  color: #fff;
  font-size: 14px;
  padding: 4em 0 1em 0;
  margin-top: 3em;
}

.site-footer a {
  color: #fff;
}

.site-footer .container,
.footer-third {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1em;
}

.footer-third {
  grid-template-columns: repeat(2, 1fr);
  margin-bottom: 3em;
}

.footer-half {
  line-height: 1.8;
}

.footer-third.last {
  grid-template-columns: repeat(1, 1fr);
}

.site-footer h4 {
  color: #fff;
}

.footer-email-input {
  width: 346px;
  height: 28px;
  border: 1px solid #fff;
  background-color: #1e3d6b;
  color: #fff;
}

.footer-newsletter .btn-footer {
  cursor: pointer;
  line-height: 30px;
  font-weight: bold;
}

.social-share i,
.social-footer {
  display: inline-block;
  width: 25px;
  height: 25px;
  text-align: center;
  background-color: #fff;
  border-radius: 50%;
}

.fa-icons::before {
  line-height: 39px;
}

.fa-envelope-open::before {
  line-height: 35px;
}

.post-share-icons .social-share {
  display: inline-block;
  line-height: 44px;
}

.post-share-icons .social-share i,
.brona-social .social-footer {
  width: 40px;
  height: 40px;
  background-color: #5271ff;
  color: #fff;
}

.brona-social .social-footer {
  line-height: 44px;
}

.social-share .fa-icons,
.brona-social .fa-brands {
  font-size: 26px;
}

.site-footer .social-footer {
  color: #1e3d6b;
}

.copyright {
  font-size: 12px;
  text-align: center;
}

.copyright a {
  color: #5271ff;
}

.wp-block-buttons > .wp-block-button.wp-block-button__width-50 {
  width: 100% !important;
}


@media screen and (max-width: 1340px) {

  .container {
    width: 1220px;
  }

  #front-feature {
    padding: 3.5em;
  }

  #front-feature .btn {
    width: 215px;
  }

  #front-feature .btn {
    width: 215px;
  }

  #front-feature .btn-red {
    width: 245px;
  }

}

/* for notebooks 1220 */

@media screen and (max-width: 1220px) {

  .container {
    width: 960px;
  }

  .site-header {
    height: 70px;
    min-height: 60px;
  }

  #filter-results {
    grid-template-columns: repeat(2, 1fr);
  }

  .menu-toggle {
    display: flex;
  }

  .site-header .main-navigation {
    display: none;
  }

  .mobile-navigation.show {
    display: block;
    /* Zobrazí menu po kliknutí na hamburger */
    padding: 1em 0;
  }

  .mobile-navigation ul {
    display: block;
    margin: 0;
    padding: 0;
    list-style-type: none;
    width: 100%;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
  }

  .mobile-navigation ul li {
    text-transform: uppercase;
  }

  .mobile-navigation ul a {
    display: block;
    width: 100%;
    padding: 0.5em 1em;
  }

  .home #front-feature {
    padding: 2em 1.5em 2em 2em;
  }

  #front-feature {
    padding: 2em;
  }

  #teacher-references {
    max-width: 960px;
  }

  #front-feature .btn-red {
    margin-left: 0;
    margin-top: 1em;
  }

  #front-products .course-more-info {
    width: 180px;
  }

  #front-products .course-more-info .btn {
    width: 170px;
  }

  .inglish-who-inner .one-third img {
    height: 266px;
  }

  .course-more-info {
    width: 170px;
  }

  .package-item .single_add_to_cart_button {
    width: 160px;
  }

  #konference-feature {
    min-height: 418px;
    background-image: url(img/conf-tablet-bg.png); 
    background-position: right bottom;
    background-color: #d7e8f0;
    padding: 2em;
  }

  .conf-program, .third-container {
  padding: 3em;
  box-sizing: border-box;
  }

  .post-meta-tags {
    display: block;
  }

  .post-author {
    padding: 3em;
    margin-right: 1em;
  }

  .post-meta-tags .btn-tags {
    margin: 0 1em 1em 0;
  }

  #signpost-highlights {
    grid-template-columns: repeat(2, 1fr);
  }

  #signpost-highlights .item {
    min-height: auto;
  }

  .category-onlinetesty .entry-content {
    width: 80%;
  }

  .category-onlinetesty .entry-sidebar {
    width: 20%;
  }

  .post-meta-box {
    display: block;
  }

  .post-meta-box .entry-thumbnail {
    margin-bottom: 1em;
  }

  .type-post .entry-thumbnail img {
    width: 100%;
    margin-right: 0;
    border-radius: 1em 1em 0 0;
  }

  .single-post .feature-post {
    padding: 2em 2em 0 2em;
  }

  .quiz-download-button a.btn-invers {
  width: 170px;
  }

  .related-inner .post-articles {
  display: block;
  padding-right: 1em;
  }

  .related-inner .post-image {
  width: 100%;
  margin-right: 0;
  margin-bottom: 1em;
  }

  .post-image img {
  width: 100%;
  }

  /* carousel 768 */

  .reference-item {
    flex: 0 0 810px;
    margin: 0 75px;
  }

  .reference-item-inner {
    flex-direction: column;
    text-align: center;
  }

  .reference-image {
    padding-right: 0;
    margin-bottom: 10px;
  }

  .reference-name {
    width: auto;
    margin-bottom: 10px;
  }

  .bplus.packet-items-grid {
    padding-bottom: 1em;
  }

  .bplus-fourth {
    margin-bottom: 2em;
  }

  .bplus-highligts .item {
    margin: 2em auto;
  }

  .bplus-buy, .bplus-screens, .bplus-bubbles, .bplus-reviews, .bplus-video-oneday {
    padding-top: 2em;
  }

  .bplus-bg-white {
    padding-bottom: 1em;
    background-size: 90%;
  }

  .bplus .vob-carousel-nav, 
  .bplus .vob-review-nav {
    margin-top: 0;
  }

  .lp-card-month {
    min-height: 26px;    
  }

  .lp-card-group  .bronaplus-predplatne-doplneni {
    min-height: 70px;
  }

  .lp-variants {
    gap: 1.5em;
  }

  #clenstvi button.lp-card__btn {
    width: 260px;
  }

}


/* for tablets 768 */

@media screen and (max-width: 960px) {

  .container {
    width: 768px;
  }

  .mobil-title,
  h1 {
    font-size: 48px;
  }

  h2 {
    font-size: 32px;
  }

  h3 {
    font-size: 18px;
  }

  .logged-in #logo img {
    width: 130px;
    height: auto;
  }

  .menu-toggle {
    font-size: 25px;
    color: #5170FF;
  }

  #front-feature .btn-red {
    margin-left: 1em;
    margin-top: 0;
  }

  .packet-items-grid,
  #signpost-highlights,
  #front-products .products-items,
  .home .products-items,
  .grid-three-colums,
  #online-quizes .quizes-items,
  #teacher-highlights,
  .firmy-items,
  #front-highlights,
  #signpost-highlights {
    grid-template-columns: repeat(2, 1fr);
    gap: 1.5em;
  }

  .tax-uroven .products-items,
  #signpost-products {
    display: block;
  }

  .category-inner .two-third,
  .inglish-info-inner .two-third {
    padding: 0;
  }

  .category-inner {
    flex-direction: column;
  }

  .column-order .one-third {
    order: -1;
  }

  .products-filters,
  #signpost-products .products-items,
  #signpost-products .post-items {
    width: 100%;
  }

  .products-items {
    margin-right: 0;
  }

  .post-articles {
    padding-right: 0;
  }

  .page .entry-content,
  .single-course .entry-content {
    width: 100%;
  }

  #ebook-download,
  .page-id-34 #content.container,
  .footer-third,
  #newsletter .container,
  #front-newsletter .container,
  #front-content-columns {
    grid-template-columns: repeat(1, 1fr);
  }

  .home #front-feature,
  #front-feature {
    padding-top: 1em;
  }

  .mobil-title {
    display: block;
    font-weight: 700;
  }

  .mobil-feature-image {
    display: block;
  }

  #front-feature.bplus h1,
  .desktop-feature-image,
  .feature-text h1 {
    display: none;
  }

  
  .invers-column {
  grid-template-columns: 1fr;
  gap: 0;
  grid-template-areas:
    "photo"
    "text";
  }

  .page-id-45971 .item-text {
    padding-top: 2em;
  }

  #konference-feature h1 {
    display: block;
  }

  #front-feature.bplus .item-text {
    grid-area: text;
  }

  #front-feature.bplus .item-background {
    grid-area: image;
  }

  #front-feature.bplus .item-background img {
    border-radius: 1em;
  }

  #front-feature.bplus,
  #front-feature,
  #signpost-feature {
    grid-template-columns: 1fr;
    grid-template-areas:
      "image"
      "text";
  }

  #front-feature.bplus {
    padding: 0 2em;
    gap: 1em;
  }

  #front-feature.bplus .item-text {
    padding: 0 0 1em 0;
  }

  #front-feature.bplus .item-background {
    padding: 2em 0 0 0;
  }


  .bplus-invers {
    display: grid;
    grid-template-columns: repeat(1, 1fr);
    padding: 2em 0;
  }

  .bplus-invers {
    grid-template-areas:
    "text"
    "photo";
  }


  .bplus-invers .item-video {
    grid-area: photo;
  }

  .bplus-invers .item-text {
    grid-area: text;
  }

  .conf-speakers__grid { 
    grid-template-columns: repeat(2, minmax(0, 1fr)); 
  }

  #signpost-highlights .item {
    min-height: 220px;
  }

  .filter-box-container {
    display: none;
    padding-left: 1em;
  }

  .filter-box {
    border: 2px solid #1E3D6B;
    margin-bottom: 1em;
    border-radius: 0.5em;
  }

  /* Nadpis s tlačítkem pro rozbalení */
  .filter-toggle {
    display: flex;
    align-items: center;
    justify-content: space-between;
    cursor: pointer;
    font-size: 16px;
    padding: 10px;
  }

  .filter-toggle .dashicons {
    display: inline-block;
  }

  /* Šipka */
  .filter-toggle .dashicons {
    transition: transform 0.3s ease;
  }

  /* Otočení šipky při rozbalení */
  .filter-box.open .dashicons {
    transform: rotate(180deg);
  }

  .post-image {
    width: 300px;
  }

  .post-author {
    padding: 2em;
  }

  .post-author-image {
    width: 25%;
  }

  .post-author-perex {
    width: 75%;
  }

  .reference-item {
    flex: 0 0 600px;
  }

  .reference-item-inner {
    padding: 1.5em 2em;
  }

  .reference-image {
    padding-right: 20px;
  }

  .post-mainpart {
    display: block; 
  }

  .category-onlinetesty .entry-content,
  .entry-content,
  .reference-text {
    width: 100%;
  }

  .single-post .entry-sidebar {
    width: 0px;
  }

  #teacher-references {
    width: 768px;
  }

  .related-inner .post-articles {
    padding-right: 0;
  }

  .reference-name,
  .reference-image {
    padding-right: 0;
    margin-bottom: 1em;
    width: 100%;
  }

  .reference-image img {
    display: block;
    width: 130px;
    height: auto;
    margin: 0 auto;
  }

  .category-onlinetesty .post-perex {
    font-size: 16px;
  }

  .quiz-download-block {
    display: block;
    padding: 1em;
  } 
  
  .quiz-download-description,
  .quiz-download-title, 
  .quiz-download-button {
    width: 100%;
    margin-bottom: 1em;
  }

  .about-offer-links a.btn-tags {
    float: none;
    width: 100%;
  }

  .partners-image img {
    width: 100%;
    height: auto;
  }

  .inglish-who-inner .one-third img {
    height: 208px;
  }

  .two-third-conf,
  #inglish-faq .two-third,
  #inglish-references .two-third,
  #inglish-price .two-third {
    width: 100%;
  }

  #masterclass-yourgain {
    padding: 1em 1em 0 1em;
  }

  .container.transparent,
  #masterclass-basic,
  #masterclass-price,
  .masterclass-full {
    padding: 1em;
  }

  #masterclass-yourgain .third-container {
    gap: 1.5em;
  }

  .tabulka {
    width: 100%;
  }

  .vob-basic {
    display: block;
  }

  #konference-feature,
  .vob.feature {
    min-height: auto;
    background: #ffcf4e;
    border-radius: 1em;
    padding: 2em 2em 0 2em;
    box-sizing: border-box;
  }

  #konference-feature {
    background: #d2e4ee;
  } 

  #konference-feature .item-background img, 
  .vob.feature .item-background img {
    display: block;
    width: 100%;
    height: auto;
    margin: 0 auto;
  }

  .conf-program, .third-container {
    padding: 1em;
  }

  .vob.feature .item-text {
    padding: 0;
  }

  #konference-feature .feature-text {
    max-width: none;
  }

  #konference-video, 
  #speakers,
  #konference-main, 
  #registrace {
    padding: 1.5em 0;
  }

  #konference-main .item-text {
    padding-bottom: 2em;
  }

  .item-odpocitavadlo {
    padding: 1.5em;
  }

  .vob-buy,
  .vob-buy-grey {
    min-height: auto;
    background: transparent;
    padding-bottom: 2em;
  }

  .vob-carousel-courses .course-content-landing,
  .vob-review-list .vob-review-item {
    flex-basis: calc((100% - 24px) / 2);
  }
 
  .vob.feature .item-text,
  .vob-brona .item-text {
    text-align: center;
  }

  .vob.feature h3 {
    max-width: none;
  }

  .vob-brona .item-text img {
    margin: 0 auto 2em auto;
  }

  .vob-video {
    max-width: none;
  }

  .vob.course-faq {
    padding: 2em 1em 1em 1em;
  }

  .vob-photo-left {
    grid-template-columns: 1fr; /* jeden sloupec */
    display: grid;
  }

  .vob-photo-left .item-text {
    order: 1;
  }

  .vob-photo-left .item-photo {
    order: 2;
  }

  .vob-buy,
  .vob-buy-01,
  .vob-buy-2, 
  .vob-buy-3,
  .vob-buy-4,
  .vob-buy-5 {
    min-height: auto;
    padding: 2em 0;
    height: auto;
  }

  .conf-presentations-inner {
    padding: 0 1em;
  }

  .lp-variants { 
    grid-template-columns: repeat(2, 1fr);
  }

  .bplus-fourth {
    grid-template-columns: repeat(2, 1fr);
    gap: 2em;
  }

  .bplus-highligts-four {
    gap: 0 2em;
    padding-bottom: 2em;
  }

   .bplus-highligts .item {
    margin: 2em 0 0 0;
  }

  #clenstvi {
    background-size: 100%;
  }

  .podcast-item {
    flex-direction: column;
  }

  /* úpravy sensei */

    .sensei-course-theme__sidebar-toggle {
        display: flex;
        flex-direction: column;
        align-items: center;
    }

    .sensei-course-theme__sidebar-toggle::after {
        content: "LEKCE";
        font-size: 10px;
        margin-top: 2px;
    }

    .single-lesson .sensei-course-theme__sidebar-toggle {
      height: 30px !important;
    }
    
}


/* for smartphones 460 */

@media screen and (max-width: 768px) {

  .mobil-title,
  h1 {
    font-size: 28px;
    line-height: 1.4;
  }

  .brona-plus h1 {
    font-size: 32px;
  }

  h2 {
    font-size: 24px;
    line-height: 1.4;
    font-weight: bold;
  }

  h3 {
    font-size: 20px;
    font-weight: bold;
  }

  .container {
    width: 460px;
  }

  .site-header {
    height: auto;
    margin-top: 10px;
  }

  #logo {
    display: flex;
    margin-top: 10px;
  }

  .logged-in #logo {
    margin-left: 10px;
  }

  .site-header .container {
    display: block;
  }

  .header-right{
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 1em;
  }

  .header-right .fa-user {
    padding-left: 0.5em;
  }

  .search-icon{
    order: 1;
    padding-left: 5px;
  }

  #user-feature a.login {
    padding-left: 0;
  }

  .menu-toggle{
    order: 3;
  }

  #user-feature{
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    order: 2;
    padding-right: 2px;
    justify-content: center;
    padding-left: 0.5em;
    padding-right: 0.5em;
    box-sizing: border-box;
  }

  .logged-in #user-feature{
    width: 330px;
    text-align: left;
  }

  .related-inner,
  #signpost-highlights,
  #front-products .products-items,
  .home .products-items,
  .site-header .container,
  #teacher-highlights,
  .book-products .products-items,
  #signpost-feature,
  .home .products-items,
  #online-quizes .quizes-items,
  .firmy-items,
  .grid-two-colums,
  .site-footer .container,
  #filter-results {
    grid-template-columns: repeat(1, 1fr);
  }

  .post-author,
  .feature-post,
  #signpost-feature,
  .home #front-feature,
  #front-feature {
    background: transparent;
    border-radius: 0;
    padding: 0;
  }

  #front-feature.bplus {
    background: #d7e8f1;
    border-radius: 1em;
    margin-top: 3em;
  }

  .feature-kontakt,
  .feature-newsletter,
  .feature-firmy,
  .feature-photo,
  .feature-kvizy,
  .feature-knihy,
  .feature-video {
    height: 300px;
    min-height: auto;
    width: 100%;
    max-width: 460px;
    aspect-ratio: 3 / 2;
    background-size: cover;
    /* Ořízne obrázek tak, aby vyplnil prostor */
    background-position: center;
    background-repeat: no-repeat;
  }

  .feature-image img {
    width: 100%;
    height: auto;
  }

  .packet-items-grid,
  .container.half,
  .all-products,
  .course-content-detail,
  .inglish-info-inner,
  .post-articles,
  .about-offer-content,
  .post-front,
  .post-mainpart,
  .post-meta-box,
  .ratings-container,
  .post-author,
  .post-table-content,
  .inglish-info-inner,
  .inglish-who-inner,
  .inglish-program-inner,
  .review-item,
  .course-faq-inner,
  .course-perex-inner,
  .feature-course {
    display: block;
  }

  .all-products table,
  .course-detail-image,
  .btn-invers,
  .two-third,
  .one-third,
  .products-items,
  .table-content-anchors,
  .table-content-label,
  .post-author-perex,
  .meta-author-info,
  .post-table-content,
  .review-item-name,
  .review-item-comment,
  .course-faq .post-author-image,
  .course-faq-content,
  .post-author-image,
  .feature-course-text,
  .feature-course-image {
    width: 100%;
  }

  .conf-speakers__grid { 
    grid-template-columns: 1fr; 
    padding: 0 1em;
  }

  .third-container {
    display: block;
  }

  .third-container .one-third {
    margin-bottom: 1.5em;
  }

  .feature-post {
    padding: 1.5em;
    border-radius: 1em;
  }

  #newsletter, 
  #front-newsletter {
    margin-bottom: 1em;
  }

  #teacher-references,
  #teacher-highlights {
    padding: 1.5em 0;
  }

  #front-highlights .item {
    padding: 1em;
  }

  #vob-blue {
    padding: 1.5em;
    margin-bottom: 1em;
  }

  #signpost-products .course-more-info {
    width: 180px;
  }

  #signpost-products .course-more-info .btn {
    width: 170px;
  }

  .feature-post h1 {
    padding-bottom: 1.2em;
  }

  .post-author-image {
    margin-bottom: 2em;
  }

  .type-post .post-perex {
    font-size: 18px;
  }

  .single-post .feature-post {
    background: transparent;
  }

  .single-post .feature-post {
    padding: 1em 0 0 0;
  }

  .carousel-button {
    display: flex;
  }

  .btn-ebook {
    height: auto;
    line-height: 1.6;
  }


  /* přehození prvků mobil */

  #front-feature .feature-image, 
  #signpost-feature .feature-image,
  .feature-front-video {
    padding-top: 2em;
  }

  #signpost-feature {
    flex-direction: column;
  }

  .feature-heading {
    order: 1;
  }

  .feature-image-test {
    order: 2;
  }

  .feature-description {
    order: 3;
  }

  .newsletter-description {
    padding-top: 1em;
  }

  .brona-newsletter input[type="text"],
  .brona-newsletter input[type="email"],
  .footer-email-input {
    width: 440px;
    height: 36px;
  }

  #front-feature h1 .fa-heart {
    font-size: 25px;
    margin-left: 7px;
  }

  .home #front-feature .btn,
  .btn-red {
    margin: 1em auto 0 auto;
    width: 280px;
    display: block;
  }

  .post-articles,
  .meta-author-info {
    margin-bottom: 1em;
  }

  .course-perex,
  .feature-course-text {
    padding: 1em;
  }

  .course-faq h2,
  .course-perex h2 {
    text-align: center;
  }

  .ratings-average {
    padding-right: 0;
    padding-bottom: 2em;
  }

  .feature-course-meta,
  .feature-course .course-price-more {
    margin: 1em 0;
  }

  .single-post h2 {
    font-size: 19px;
    line-height: 29px;
    border-left: 3px solid #F8606A;
    padding-bottom: 0;
    margin: 1em 0;
    padding-left: 0.5em;
  }

  .related-inner {
    display: grid;
    grid-template-columns: repeat(1, 1fr);
  }

  .related-inner .post-articles {
    padding-right: 0;
  }

  .feature-post h1 {
    font-size: 23px;
    line-height: 27px;
  }

  .post-author-image img {
    width: 234px;
    height: 234px;
    display: block;
    margin: 0 auto 1em auto;
  }

  .feature-course-image {
    margin-bottom: 2em;
  }

  .post-table-content {
    width: 100%;
    padding-left: 0;
  }

  .packet-items-grid .course-item {
    margin-bottom: 2em;
  }

  .course-review,
  .course-content,
  .course-resume {
    padding: 1em;
    margin-bottom: 2em;
  }

  .course-buy-box {
    background-color: transparent;
  }

  .buy-box-image,
  .buy-box-price {
    width: 50%;
  }

  .buy-box-price {
    text-align: center;
  }

  .buy-box-title {
    display: none;
  }

  .buy-box-button {
    width: 100%;
    margin-top: 1em;
  }

  .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) #respond input#submit.alt,
  .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) a.button.alt,
  .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) button.button.alt,
  .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) input.button.alt,
  :where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce #respond input#submit.alt,
  :where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce a.button.alt,
  :where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce button.button.alt,
  :where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce input.button.alt {
    width: 100%;
  }

  .btn-courses {
    margin: 2em auto;
  }

  #signpost-highlights .item {
    padding: 1em;
  }

  .reference-name {
    text-align: center;
  }

  .reference-image img {
    display: block;
    margin: 0 auto;
    width: 130px;
    height: auto;
  }

  .two-third img,
  .one-third img {
    width: 100%;
    height: auto;
  }

  iframe {
  width: 100%;
  aspect-ratio: 16 / 9;
  height: auto; /* nepovinné, ale neškodí */
  display: block;
  }


  .inglishday .two-third.course-faq {
    padding: 1em;
  }

  .inglish-who-inner .one-third,
  .inglish-who-inner .two-third {
    width: 100%;
  }

  .moje-galerie {
    grid-template-columns: repeat(3, 1fr);
  }

  .my-gallery {
    grid-template-columns: repeat(2, 1fr);
    gap: 1em;
  }

  .anglictinazdarma #front-feature,
  .podcast #front-feature {
    padding: 1em;
  }

  .anglictinazdarma .feature-text h2,
  .podcast .feature-text h2 {
    font-size: 19px;
  }

  .countdown {
    gap: 1px;
  }

  .podcast iframe {
    width: 100%;
    height: 1182px;
  }

  .post-author-image img {
    max-width: 234px;
  }

  .course-detail-image img {
    width: 100%;
  }

  .inglishday section {
    padding: 1em 0;
  }

  .inglish-info-inner img {
    margin-bottom: 2em;
  }

  #inglish-faq h2 {
    padding-top: 1em;
  }

  .all-products table .regular-price-strike {
    display: none;
  }

  #signpost-products .post-image,
  .post-image {
    width: 100%;
    margin-right: 0;
  }

  #signpost-products .post-image img,
  .post-image img {
    width: 100%;
    height: auto;
  }

  .firmy-items .course-item {
    min-height: auto;
  }

  #company-logos {
    grid-template-columns: repeat(2, 1fr);
    margin: 1em auto;
    padding: 0;
  }

  #company-logos .item {
    height: auto;
    padding: 1em;
  }

  #company-logos .item img {
    width: 100%;
    height: auto;
  }

  .content-half .social-footer {
    width: 36px;
    height: 36px;
    line-height: 40px;
  }

  .content-half .social-footer .fa-brands {
    font-size: 24px;
  }

  #teacher-references {
    max-width: 460px;
  }

  .page-id-45971 .btn {
    display: block;
    margin: 10px auto 0 auto;
  }

  /* carousel */

  .reference-item {
    flex: 0 0 100%;
    margin: 0;
  }

  .reference-item-inner {
    flex-direction: column;
    text-align: center;
    align-items: flex-start;
    padding: 1.5em 2.7em;
  }

  .reference-text {
    width: 100%;
  }

  #online-quizes {
    margin-top: 2em;
  }

  /* Šipky absolutně umístěné */
  .carousel-nav {
    position: absolute;
    top: 50%;
    left: 0;
    right: 0;
    transform: translateY(-50%);
    display: flex;
    justify-content: space-between;
    padding: 0 7px;
    box-sizing: border-box;
  }

  .carousel-button {
    width: 30px;
    height: 30px;
    font-size: 1em;
  }

  .sensei .entry-content section {
    padding: 1em 0.5em;
  }

  .checkout-columns {
    flex-direction: column;
  }

  #payment {
    order: 2;
  }

  #customer_details {
    order: 1;
  }

  .checkout-columns>#customer_details,
  .checkout-columns>#payment {
    width: 100%;
  }

  .woocommerce-checkout-review-order-table,
  .woocommerce-checkout-review-order-table tbody,
  .woocommerce-checkout-review-order-table tr {
    display: block;
    width: 100%;
  }

  .product-detail-meta,
  .woocommerce-checkout .product-image img {
    display: none;
  }

  .woocommerce-checkout .product-image {
    width: 2%;
    padding: 9px 0;
    display: none;
  }

  .woocommerce-checkout .product-remove {
    width: 27px;
  }

  .woocommerce-checkout-review-order-table {
    display: table;
    table-layout: fixed;
    width: 100%;
  }

  .woocommerce-checkout-review-order-table .cart_item .product-name,
  .woocommerce table.shop_table tfoot th {
    width: 60%;
  }

  .newsletter-form h2 {
    margin-top: 0;
  }

  #masterclass-yourgain .third-container,
  #masterclass-basic .half-width {
    display: block;
  }

  #masterclass-basic .half-width {
    width: 100%;
  }

  #masterclass-yourgain .third {
    margin-bottom: 1em;
  }

  .masterclass button.single_add_to_cart_button {
    width: 260px !important;
    font-weight: 500 !important;
  }

  .vob-carousel-courses .course-content-landing,
  .vob-review-list .vob-review-item {
    flex-basis: 100%;
  }

  .vob-perex {
    display: block;
  }

  .vob-course-rating {
    margin: 0 auto 1em auto;
  }

  .btn-text-desktop {
    display: none;
  }

  .btn-text-mobile {
    display: inline;
  }

  .vob.feature .single_add_to_cart_button::before {
    display: none;
  }

  .woocommerce .vob.feature button.button.alt,
  .woocommerce .vob button.button.alt, 
  .woocommerce .vob a.button.alt, 
  .woocommerce .vob input.button.alt {
    padding: 0.5em 1em;
    font-size: 21px;
    height: auto;
    line-height: 1.3;
  }

  .vob.course-faq {
    padding: 1em 0;
  }

  .vob .item img {
    max-width: 440px;
  }

  .vob-gain .item-text,
  .vob-benefits .item-text {
    padding-left: 1em;
 }

  .vob-carousel-dots {
    align-items: center;
  }

  .wpsm_panel-heading {
    padding: 0 15px;
  }

  .vob-carousel-nav, 
  .vob-review-nav {
    margin-top: 10px;
  }

  .vob-carousel-dots,
  .vob-review-dots {
    margin: 1em 0 2em 0;
  }

  .vob-benefits .vob-video {
    transform: translateY(0);
    margin-top: 0;
  }

  .vob-video {
    padding-bottom: 20px;
  }

  .vob-review-slider,
  .vob-carousel-courses {
    position: relative;
  }

  .vob-carousel-nav, 
  .vob-review-nav {
    justify-content: center;
  }

  .vob-review-arrows,
  .vob-carousel-arrows {
    position: absolute;
    top: 50%;
    left: 0;
    width: 100%;
    transform: translateY(-50%);
    display: flex;
    justify-content: space-between;
    pointer-events: none; /* šipky neblokují swipe */
  }

  .vob-review-arrow,
  .vob-carousel-arrow {
    pointer-events: auto; /* ale samotná tlačítka jsou kliknutelná */
  }

  .vob-review-arrow,
  .vob-carousel-arrow {
    position: relative;
    width: 28px;
    height: 28px;
    border-radius: 50%;
    background: #ffffff;
    box-shadow: 0 2px 6px rgba(0,0,0,.15);
    display: flex;
    align-items: center;
    justify-content: center;
  }

  .vob-carousel-arrow.prev, 
  .vob-review-arrow.prev {
    border-right: 12px solid #fff;
    border-top: 6px solid transparent;
    border-bottom: 6px solid transparent;
  }

  .vob-carousel-arrow.next, 
  .vob-review-arrow.next {
  border-left: 12px solid #fff;
  border-top: 6px solid transparent;
  border-bottom: 6px solid transparent;
  }

  /* samotný trojúhelník posuneme dovnitř */

.vob-review-arrow.prev::before,  
.vob-review-arrow.next::before,
.vob-carousel-arrow.prev::before,
.vob-carousel-arrow.next::before {
  content: "";
  position: absolute;
  width: 0;
  height: 0;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%); /* zarovnání na střed */
}

.vob-review-arrow.prev::before, 
.vob-carousel-arrow.prev::before {
  transform: translate(calc(-50% + 6px), -50%);
}

.vob-review-arrow.next::before,
.vob-carousel-arrow.next::before {
  transform: translate(calc(-50% - 6px), -50%);
}

.vob-review-arrow.prev::before, 
.vob-carousel-arrow.prev::before {
  border-top: 10px solid transparent;
  border-bottom: 10px solid transparent;
  border-right: 14px solid #1E3D6B;
}

.vob-review-arrow.next::before,
.vob-carousel-arrow.next::before {
  border-top: 10px solid transparent;
  border-bottom: 10px solid transparent;
  border-left: 14px solid #1E3D6B;
}

  .vob-review-arrows,
  .vob-carousel-arrows {
    padding: 0; /* ať se neomezuje horizontálně */
  }

  .vob-review-arrow.prev,
  .vob-carousel-arrow.prev {
    margin-left: -1em;
  }

  .vob-review-arrow.next,
  .vob-carousel-arrow.next {
    margin-right: -1em;
  }

  .two-third-conf {
    box-sizing: border-box;
    padding: 0 1em;
  }

  #presentations .half-width {
    display: block;
  }

  #presentations .half-width .item {
    text-align: center;
  }

  .bplus-fourth.container {
    gap: 1em;
    padding: 1em;
  }

   .bplus-highligts .item {
    border-top: 0;
    margin-top: 1em;
  }

  .bplus-video {
    padding-top: 2em;
  }

  .bplus .vob-carousel-courses .course-content-landing {
    flex: 0 0 calc((100% - 48px) / 2);
  }

  .bplus-invers .item-text {
    margin-left: 0;
  }

  .bplus-highligts-four {
    padding-top: 2em;
  }

  .bplus-highligts-four .item {
    margin-top: 0;
  }

  .bplus-feature-icon {
  padding: 1em;
  }

  .lp-variants {
    display: block;
  }

  #clenstvi {
  padding: 1em 0;
  }

  .bplus-cancel,
  .lp-card {
    max-width: 360px;
    margin: 0 auto;
  }

  .lp-card__form {
    padding-bottom: 1em;
  }

  .bplus-blue .item-photo {
    display: none;
  }

  .bplus-blue__inner {
    display: block;
    min-height: 0;
  }

  .bplus-blue::before {
    height: 280px;
  }

  .bplus-video-oneday .vob-video {
    padding-bottom: 3em;
  }

  .bplus-reviews {
    padding-top: 3em;
  }

  .bplus-feature-screens img {
    display: block;
    margin: 0 auto;
  }

  .bplus .vob-carousel-courses .course-content-landing {
    flex: 0 0 calc((100%));
  }

  #front-feature .btn-bplus {
    width: 300px;
    height: 60px;
    line-height: 60px;
    font-size: 24px !important;
    display: block;
    margin: 0 auto;
  }

}


/* for smartphones 300 */

@media screen and (max-width: 460px) {

  .header-right,
  .container {
    width: 100%;
  }

  .logged-in #user-feature {
    width: 310px;
    padding-right: 0;
    padding-left: 3px;
  }

  .header-right .fa-user {
    display: none;
  }

  .logged-in .container.header-top {
    padding: 20px 0 0 0;
  }

  .home #front-feature, 
  #front-feature,
  #signpost-feature,
  .container {
    padding: 20px 20px 0 20px;
    box-sizing: border-box;
  }

  .container.cont-navbar {
    padding: 0;
  }

  .logged-in .site-header .container,
  .site-header .container {
    display: block;
  }

  .brona-newsletter input[type="text"],
  .brona-newsletter input[type="email"],
  .footer-email-input {
    width: 300px;
    height: 32px;
  }

  .course-more-info {
    width: 172px;
  }

  .course-more-info .btn {
    width: 170px;
  }

  .reference-item-inner {
    flex-direction: column;
    align-items: center;
    text-align: center;
  }

  .reference-image,
  .reference-name {
    display: inline-block;
    vertical-align: middle;
    margin-bottom: 10px;
  }

  .reference-name {
    margin-left: 10px;
  }

  .reference-text {
    width: 100%;
    text-align: center;
  }

  .my-gallery,
  #front-highlights,
  .container.half {
    grid-template-columns: repeat(1, 1fr);
  }

  #signpost-highlights .item {
    min-height: 285px;
  }

  .single-post .feature-post {
    margin-bottom: 1em;
  }

  .feature-kontakt,
  .feature-newsletter,
  .feature-firmy,
  .feature-photo,
  .feature-kvizy,
  .feature-knihy,
  .feature-video {
    height: 200px;
    width: 100%;
    max-width: 300px;
    aspect-ratio: 3 / 2;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
  }

  select#ENGLISH_LEVEL {
    width: 255px !important;
  }

  .course-faq {
    padding: 1em;
  }

  .vob-buy {
    padding-bottom: 20px;
  }

  .btn-autowidth {
    height: auto;
    line-height: 1.6;
    text-wrap: balance;
    padding: 10px 20px;
  }

  #teacher-references {
    max-width: 300px;
  }

  .carousel-button {
    width: 26px;
    height: 26px;
    font-size: 0.9em;
  }

  .vob.feature {
    padding: 2em 1em 0 1em;
  }

  .vob h1 {
    font-size: 40px;
  }

  .vob h2 {
    font-size: 26px;
    line-height: 36px;
  }

  .vob h3 {
    font-size: 21px;
    line-height: 30px;
  }

  .vob .item-photo img,
  .vob-gain .item-photo img {
    width: 300px;

  }

  .cd-num {
    font-size: 30px;
  }

  .cd-item {
    min-width: 55px;
  }

  .conf-program, 
  .third-container {
    padding: 1em 0;
  }

  .conf-program__tab {
    font-size: 15px;
  }

  .conf-speakers__grid {
    padding: 0;
  }

  #presentations .single_add_to_cart_button {
    width: 300px;
    font-size: 15px;
  }

  #presentations .single_add_to_cart_button .fa-cart-shopping {
    display: none;
  }

  .conf-presentations-list {
    padding-bottom: 0;
  }

  .conf-presentations-inner {
    padding: 0;
  }

  #front-feature.bplus {
    padding: 0 1em;
  }

  .bplus-blue::before {
    height: 360px;
  }

}

@media (max-width: 400px) {
  .logged-in #user-feature {
    width: 270px;
    font-size: 15px;
  }

  .cart-link {
    padding-left: 5px;
  }
}



/* Masterclass */
.masterclass-hero-white {
  background-color: white !important;
  border-radius: 12px;
  padding: 20px;
}

@media (max-width: 768px) {
  .masterclass-hero-white {
    background-color: #f6f5f3 !important;
  }
}

.masterclass-features {
  display: grid !important;
  grid-template-columns: repeat(2, 1fr) !important;
  gap: 10px;
  margin: 20px 0;
  width: 100%;
}

.page-id-52549 .masterclass-features {
  max-width: 460px;
}

.masterclass-feature-item {
  text-align: center;
  padding: 10px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.masterclass-feature-icon {
  margin-bottom: 8px;
}

.masterclass-feature-icon img {
  max-width: 80px;
  height: auto;
}

.masterclass-feature-icon .fa-solid  {
  font-size: 30px;
}

.masterclass-feature-text {
  font-size: 14px;
  line-height: 1.4;
  font-weight: 500;
}

@media (max-width: 768px) {
  .masterclass-features {
    grid-template-columns: repeat(2, 1fr) !important;
    gap: 8px;
  }

  .masterclass-feature-item {
    padding: 8px;
  }

  .masterclass-feature-icon {
    margin-bottom: 6px;
  }

  .masterclass-feature-icon img {
    max-width: 60px;
  }

  .masterclass-feature-text {
    font-size: 12px;
  }
}


.masterclass-feature-front-video {
  grid-area: image;
  display: flex;
  flex-direction: column;
  justify-content: center;
}


/* Masterclass hero subheader styling */
.masterclass-hero-white .feature-text h3 {
  font-size: 28px;
  font-weight: 300;
  line-height: 1.3;
}

@media (max-width: 768px) {
  .masterclass-hero-white .feature-text h3 {
    font-size: 26px;
  }

  .desktop-break {
    display: none;
  }
}

/* Video text spacing */
.video-text-spacing {
  margin-top: 40px;
  text-align: left;
}

@media (max-width: 768px) {
  .video-text-spacing {
    margin-top: 30px;
    text-align: left;
  }
}

/* Masterclass button container */
.masterclass-buy-button-container {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
}


.masterclass-price-note {
  text-align: center;
}

.masterclass-price-note small {
  font-size: 13px;
  color: #666;
  font-style: italic;
}

@media (max-width: 768px) {

  .masterclass-price-note small {
    font-size: 12px;
  }
}

/* Masterclass test section */
#masterclass-test p {
  font-size: 24px !important;
  line-height: 1.4;
}

/* Masterclass price section */
#masterclass-price {
  max-width: 900px;
  margin: 0 auto;
}

@media (max-width: 768px) {
  #masterclass-test p {
    font-size: 20px !important;
  }
}


.masterclass-highlighted-text p {
  font-size: 20px !important;
}

/* Arrow icons color in masterclass pricing */
#masterclass-price .fa-arrow-right {
  color: #F87760 !important;
}


/* Masterclass content section with flexbox */
.masterclass-content-flex {
  display: flex;
  align-items: center;
  gap: 40px;
  margin: 40px 0;
}

.masterclass-content-flex.reverse {
  flex-direction: row-reverse;
}

.masterclass-content-image {
  flex: 0 0 200px;
}

.masterclass-content-image img {
  width: 200px;
  height: auto;
  border-radius: 10px;
  object-fit: cover;
}

.masterclass-content-text {
  flex: 1;
}

/* Mobile responsive */
@media (max-width: 768px) {

  .masterclass-content-flex,
  .masterclass-content-flex.reverse {
    flex-direction: column;
    gap: 20px;
    text-align: left;
  }

  .masterclass-content-image {
    flex: none;
  }

  .masterclass-content-image img {
    width: 150px;
  }
}

/* Masterclass pricing section with side images */
.masterclass-pricing-flex {
  display: flex;
  align-items: center;
  justify-content: space-between;
  position: relative;
  padding: 40px 20px;
  max-width: 1200px;
  margin: 0 auto;
}

.masterclass-pricing-side-image {
  flex: 0 0 auto;
  z-index: 1;
}

.masterclass-pricing-side-image img {
  width: 120px;
  height: auto;
  object-fit: contain;
}

.masterclass-pricing-content {
  flex: 1;
  text-align: center;
  padding: 40px 60px;
  background: rgba(255, 255, 255, 0.95);
  border-radius: 20px;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
  margin: 0 20px;
  position: relative;
  z-index: 2;
}

.masterclass-pricing-content h3 {
  font-size: 36px;
  margin: 10px 0;
  color: #1E3D6B;
}

.masterclass-pricing-content p {
  margin: 8px 0;
  font-size: 16px;
}

.masterclass-pricing-content s {
  color: #999;
  font-size: 18px;
}




/* Mobile responsive */
@media (max-width: 768px) {
  .masterclass-pricing-flex {
    flex-direction: column;
    padding: 20px 10px;
  }

  .masterclass-pricing-side-image {
    display: none;
    /* Hide side images on mobile for cleaner look */
  }

  .masterclass-pricing-content {
    margin: 0;
    padding: 30px 20px;
  }

  .masterclass-pricing-content h3 {
    font-size: 28px;
  }
}

/* Price Section Flex Layout */
.price-section-flex {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0;
  margin: 0;
  padding: 0;
}

.price-left-image,
.price-right-image {
  flex-shrink: 0;
}

.price-left-image img,
.price-right-image img {
  display: block;
  height: auto;
  max-width: 100%;
  border: none;
  box-shadow: none;
  margin: 0;
  padding: 0;
}

.price-content {
  flex: 1;
  margin: 0;
  padding: 0;
}

.price-content p,
.price-content h3 {
  margin: 0;
  padding: 0;
}

/* Highlighted price styling */
.price-content .highlighted-price {
  font-size: 38px;
  font-weight: 600;
  color: #1E3D6B;
  margin: 10px 0;
  padding: 0;
  line-height: 1.2;
}

/* Responsive adjustments */
@media (max-width: 768px) {
  .price-section-flex {
    flex-direction: column;
    align-items: center;
  }

  .price-left-image,
  .price-right-image {
    order: 2;
    display: none;
    /* Hide images on mobile for better readability */
  }

  .price-content {
    order: 1;
  }

  .price-content .highlighted-price {
    font-size: 32px;
    font-weight: 600;
    color: #1E3D6B;
    margin: 15px 0;
    padding: 0;
    line-height: 1.2;
  }

  /* Mobile pricing timeline improvements */
  #masterclass-price .item {
    font-size: 14px;
    line-height: 1.4;
  }

  #masterclass-price .item br {
    display: none;
    /* Hide line breaks for better mobile flow */
  }

  #masterclass-price .item strong {
    display: block;
    margin-bottom: 8px;
    font-size: 15px;
  }

  /* Stack pricing items on mobile */
  #masterclass-price .item .fa-arrow-right {
    margin: 0 3px;
  }
}


/* custom palette */

/* custom palette: background helpers */
.has-cihlova-background-color { background-color: var(--wp--preset--color--cihlova) !important; }
.has-nadsena-modra-background-color { background-color: var(--wp--preset--color--nadsena-modra) !important; }
.has-tmave-modra-background-color { background-color: var(--wp--preset--color--tmave-modra) !important; }
.has-zluta-background-color { background-color: var(--wp--preset--color--zluta) !important; }
.has-seda-background-color { background-color: var(--wp--preset--color--seda) !important; }

/* custom palette: text color helpers (optional but usually needed too) */
.has-cihlova-color { color: var(--wp--preset--color--cihlova) !important; }
.has-nadsena-modra-color { color: var(--wp--preset--color--nadsena-modra) !important; }
.has-tmave-modra-color { color: var(--wp--preset--color--tmave-modra) !important; }
.has-zluta-color { color: var(--wp--preset--color--zluta) !important; }
.has-seda-color { color: var(--wp--preset--color--seda) !important; }