/** disable nad hide search icon*/
.search-input.rounded-circle{  
  display:none;  
}
@media screen and (min-width: 992px) {
    .has-header .content>div:first-child {
        padding-top: 94px !important;
    }
}
.wp-block-lazyblock-healthcare-programs .mhospital-title a{    
    color: inherit;
    font-size: inherit;
    font-weight: inherit;
}

.agel-hcp-single-healthcare-program .wp-block-list li{
    margin-bottom: 5px;
}

.wp-block-lazyblock-healthcare-programs header p {    
    margin-bottom: 0;
}
.wp-block-lazyblock-healthcare-programs header h2:last-child {    
    margin-bottom: 0;
}

.wp-block-lazyblock-healthcare-programs{
    scroll-margin-top: 120px;
}
.agel-hcp-term-title{
    scroll-margin-top: 120px;
}

.price-badge {
  --badge-size: 64px;
  /*  position: absolute;*/
    right:24px;    
  display: inline-flex;
  flex-direction: column;   /* řadíme cenu a popisek pod sebe */
  align-items: center;
  justify-content: center;
  width: var(--badge-size);
  min-width: var(--badge-size);
  height: var(--badge-size);
  min-height: var(--badge-size);
  background: #B71234;
  color: #fff;
  border-radius: 50%;
  text-align: center;
  box-sizing: border-box;
  box-shadow: 0 2px 6px rgba(0,0,0,.15);
  margin: -12px 0 -12px 0;
}

/* cena */
.price-badge__price {
  font-size: 20px;
  font-weight: 700;
  line-height: 1.2;
}

/* cena bez slevy */
.price-badge__moc {
  font-size: 14px;
  font-weight: 300;
  line-height: .8;
  text-decoration:line-through;
}

/* popisek */
.price-badge__note {
  font-size: 9px;
  line-height: 1.2;
  font-weight: 400;
  opacity: 0.9;
}

/* varianty velikostí */
.price-badge--sm { --badge-size: 36px;
  font-size: 16px;
  font-weight: 500;
  line-height: 1;
}
.price-badge--lg { --badge-size: 72px; }
.price-badge--lg .price-badge__price {
  font-size: 22px;
  font-weight: 700;
  line-height: 1.2;
}

/* popisek */
.price-badge--lg .price-badge__note {
  font-size: 10px;
  line-height: 1.2;
  font-weight: 400;
  opacity: 0.9;
}
/* Tooltip around hospital title */
.wp-block-lazyblock-healthcare-programs .mhospital-heading {
    position: relative;
    display: flex;
    flex-direction: column;
    gap: 8px;
}

.wp-block-lazyblock-healthcare-programs .mhospital-title__trigger {
    position: relative;
    display: inline-flex;
    align-items: center;
    gap: 6px;
}

/*.wp-block-lazyblock-healthcare-programs .mhospital-title__trigger::after {
    content: '';
    display: inline-block;
    width: 8px;
    height: 8px;
    border-right: 2px solid currentColor;
    border-bottom: 2px solid currentColor;
    transform: rotate(45deg);
    margin-left: 4px;
}

.wp-block-lazyblock-healthcare-programs .mhospital-title__trigger--static::after {
    display: none;
}*/

.card-header__bb-1{
    border-bottom:  1px solid  #EAE6DF;
}

.wp-block-lazyblock-healthcare-programs .agel-hcp-tooltip {
    position: absolute;
    top: calc(100%); /* + 12px);*/
    left: -20px;    
    z-index: 20;        
    background: #ffffff;
    box-shadow: 0 16px 40px rgba(0,0,0,0.12);
    border-radius: 16px;
    padding: 24px 24px 16px;
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
    transform: translateY(8px);
    transition: opacity .2s ease, transform .2s ease, visibility .2s ease;
}

.wp-block-lazyblock-healthcare-programs .agel-hcp-tooltip.is-visible {
    opacity: 1;
    visibility: visible;
    pointer-events: auto;
    transform: translateY(0);
}

.wp-block-lazyblock-healthcare-programs .agel-hcp-tooltip__content {
    max-height: 450px;
    overflow-y: auto;
}

.wp-block-lazyblock-healthcare-programs .agel-hcp-tooltip__close {
    position: absolute;
    top: 12px;
    right: 12px;
    width: 32px;
    height: 32px;
    border: 0;
    border-radius: 50%;
    background: rgba(0,0,0,0.05);
    color: inherit;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 20px;
    line-height: 1;
}

.wp-block-lazyblock-healthcare-programs .agel-hcp-tooltip__close:hover,
.wp-block-lazyblock-healthcare-programs .agel-hcp-tooltip__close:focus {
    background: rgba(0,0,0,0.12);
    outline: none;
}

@media (max-width: 767px) {
    .wp-block-lazyblock-healthcare-programs .mhospital-heading {
        width: 100%;
    }

    .wp-block-lazyblock-healthcare-programs .agel-hcp-tooltip {
        position: absolute;
        top: calc(100% + 12px);
        left: 0;
        right: 0;
        transform: translateY(0);
        width: 100%;
        max-width: 100%;
        max-height: 70vh;
        padding: 28px 28px 20px;
    }
}
/* 📱 responzivní – pod sebou na mobilu */
@media (max-width: 600px) {
  .product-header {
    flex-direction: column;
    align-items: flex-start;
  }

  .price-badge {
    margin-top: 0.5rem;
  }
  .price-badge.price-badge--lg {
    margin-top: 2px;
  }
}


.wp-block-lazyblock-healthcare-programs .agel-hcp-package-body {
    position: relative;
    overflow: visible;
    transition: max-height 0.55s ease;
    scroll-margin-top: 120px;
}

.wp-block-lazyblock-healthcare-programs .agel-hcp-package-body.is-animating {
    overflow: hidden;
}

.wp-block-lazyblock-healthcare-programs .agel-hcp-package-body.is-collapsed {
    overflow: hidden;
}

.wp-block-lazyblock-healthcare-programs .agel-hcp-package-body.is-collapsed::after {
    content: '';
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    height: 76px;
    background: linear-gradient(180deg, rgba(255, 255, 255, 0) 0%, #ffffff 75%);
    pointer-events: none;
}

.wp-block-lazyblock-healthcare-programs .agel-hcp-package-body.is-expanded {
    overflow: visible;
}

.wp-block-lazyblock-healthcare-programs .agel-hcp-package-body.is-expanded::after {
    display: none;
}

.wp-block-lazyblock-healthcare-programs .agel-hcp-package-toggle {
    display: flex;
    justify-content: flex-start;
    align-items: center;
}

.wp-block-lazyblock-healthcare-programs .agel-hcp-package-toggle__button {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    color: inherit;
    text-decoration: none;
}

.wp-block-lazyblock-healthcare-programs .agel-hcp-package-toggle__button:hover,
.wp-block-lazyblock-healthcare-programs .agel-hcp-package-toggle__button:focus {
    text-decoration: none;
    border: none;
}

/*.wp-block-lazyblock-healthcare-programs .agel-hcp-package-toggle__button:focus {
    outline: 2px solid currentColor;
    outline-offset: 13px;
}*/

.wp-block-lazyblock-healthcare-programs .agel-hcp-package-toggle__label {
    position: relative;
}

.wp-block-lazyblock-healthcare-programs .agel-hcp-package-toggle__icon {
    width: 12px;
    height: 12px;
    border-right: 2px solid currentColor;
    border-bottom: 2px solid currentColor;
    margin-bottom: 6px;
    transform: rotate(45deg);
    transition: transform 0.4s ease;
    display: inline-block;
}

.wp-block-lazyblock-healthcare-programs .agel-hcp-package-toggle__button[aria-expanded="true"] .agel-hcp-package-toggle__icon {
    transform: rotate(-135deg);
     margin-bottom: 0;
}
