.kategorie-header-popis-container-full {
  display: flex;
  box-sizing: border-box;
  width: calc(100% - 10px); /* 100% mínus 2*okraj */
  max-height: 350px;
  margin: 5px;
  padding: 0px;
  overflow: hidden;
  background-color: #fff;
  color: #333;
  border-radius: 8px;
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.08);
}

.kategorie-header-popis-left-block-full,
.kategorie-header-popis-middle-block-full,
.kategorie-header-popis-right-block-full {
  padding: 15px;
  box-sizing: border-box;
  overflow-y: auto;
  max-height: 100%;
}

.kategorie-header-popis-left-block-full {
  flex: 0 0 60%;
  background-color: #ffffff;
  display: flex;
  align-items: center;
  border-radius: 15px;
}

.kategorie-header-popis-category-description-full {
  font-size: 1em;
  line-height: 1.6;
  color: #808080;
  padding: 10px;
  margin: 0;
}

.kategorie-header-popis-middle-block-full {
  flex: 0 0 20%;
  position: relative;
  background-size: cover;
  background-position: center;
  text-align: center;
  color: #fff;
  border-radius: 15px;
  margin-left: 5px;
  margin-right: 5px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.kategorie-header-popis-banner-overlay-full {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(8, 44, 77, 0.7);
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 15px;
  box-sizing: border-box;
}

.kategorie-header-popis-banner-title-full {
  font-size: 1.5em;
  margin-bottom: 20px;
  padding: 20px;
  font-weight: 700;
  line-height: 1.3;
  color: #fff;
}

.kategorie-header-popis-banner-button-full {
  display: inline-block;
  padding: 10px 22px;
  background-color: rgba(255, 255, 255, 0.15);
  border: 1px solid rgba(255, 255, 255, 0.3);
  color: #fff;
  text-decoration: none;
  border-radius: 25px;
  backdrop-filter: blur(8px);
  transition: background-color 0.3s, transform 0.2s;
  font-size: 15px;
  font-weight: 500;
}

.kategorie-header-popis-banner-button-full:hover {
  background-color: rgba(255, 255, 255, 0.25);
  transform: translateY(-2px);
  color: white !important;
}

.kategorie-header-popis-right-block-full {
  flex: 0 0 20%;
  background-color: #f2f2f2;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  border-radius: 15px;
}

.kategorie-header-popis-contact-title-full {
  font-size: 1.6em;
  margin-bottom: 10px;
  color: #0087c7;
  font-weight: 500;
}

.kategorie-header-popis-contact-text-full {
  font-size: 14px;
  margin-bottom: 12px;
  color: #555;
  padding: 0 10px;
}

.kategorie-header-popis-operator-image-full {
  width: 70px;
  height: 70px;
  border-radius: 50%;
  object-fit: cover;
  margin-bottom: 12px;
  border: 0px solid #0087c7;
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.2);
}

.kategorie-header-popis-contact-email-full {
  font-size: 1.1em;
  color: #0087c7;
  text-decoration: none;
  margin-bottom: 4px;
  font-weight: 500;
}

.kategorie-header-popis-contact-email-full:hover {
  text-decoration: underline;
}

.kategorie-header-popis-opening-hours-full {
  font-size: 0.9em;
  color: #777;
  margin: 0;
}

@media (max-width: 768px) {
  .kategorie-header-popis-container-full {
    flex-direction: column;
    max-height: none;
    width: auto;
    padding: 10px;
  }

  .kategorie-header-popis-left-block-full {
    flex: 1 1 100%;
    margin-bottom: 10px;
    max-height: none;
    overflow-y: visible;
    border-radius: 8px;
  }

  .kategorie-header-popis-middle-block-full,
  .kategorie-header-popis-right-block-full {
    display: none;
  }

  .kategorie-header-popis-category-description-full {
    font-size: 14px;
  }
}

@media (max-width: 480px) {
  .kategorie-header-popis-container-full {
    margin: 0;
    border-radius: 0;
  }
}
