
.product-popis-cp {
    margin: 15px auto;
    padding: 30px;
    text-align: left;
    background-color: white;
    box-sizing: border-box;
    font-size: 14px;
    line-height: 1.6;
    color: #333;
}

.product-popis-cp h2 {
    font-size: 28px;
    font-weight: 700;
    margin-bottom: 20px;
    color: #111;
}

.product-popis-cp h3 {
    font-size: 22px;
    font-weight: 600;
    margin-bottom: 15px;
    color: #333;
}

.product-popis-cp p {
    margin-bottom: 15px;
}

.product-popis-cp ul, .product-popis-cp ol {
    margin-left: 20px !important;
    margin-bottom: 15px !important;
    padding-left: 10px !important;
}

.product-popis-cp ul {
    list-style-type: disc !important;
}

.product-popis-cp ol {
    list-style-type: decimal !important;
}

.product-popis-cp li {
    display: list-item !important;
    margin-bottom: 5px !important;
}

.product-popis-ikony-blok-cp {
   display: flex;
   flex-wrap: wrap;
   justify-content: center;
   align-items: center;
   gap: 20px;
   width: 100%;
   max-width: 1500px;
   margin: 15px 0 75px 0;
   padding: 15px;
   background-color: white;
   border: 1px dotted grey;
   border-radius: 30px;
   text-align: center;
}

.product-popis-ikony-sloupec-cp {
   display: flex;
   flex-direction: column;
   align-items: center;
   justify-content: center;
   width: 120px;
   max-width: 100%;
   padding: 10px;
   box-sizing: border-box;
}

.product-popis-ikony-sloupec-cp img {
   width: 60px;
   height: auto;
   margin-bottom: 10px;
}

.sekce-odstavec-cp {
    margin: 0;
    padding: 5px 0;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
}

.img-container-popis-cp {
    height: 400px;
    width: 500px;
    margin: 10px;
    flex: 1;
    display: flex;
    justify-content: center;
    align-items: center;
}

.img-container-popis-cp img {
    height: auto;
    max-width: 100%;
    object-fit: contain;
}

.text-container-popis-cp {
    flex: 1;
    text-align: left;
    padding: 15px;
}

@media (max-width: 770px) {
    .sekce-odstavec-cp {
        flex-direction: column;
        align-items: flex-start;
    }

    .img-container-popis-cp {
        width: 100%;
        height: auto;
        margin: 0;
    }

    .text-container-popis-cp {
        width: 100%;
        padding: 10px 0;
    }
}

hr.popis-deleni-cp {
  border-top: 1px dotted grey;
  margin: 40px 0;
}

.plusminus-container-wrapper-cp {
    width: 100%;
    padding: 20px 0 40px 0;
}

.plusminus-container-cp {
    display: flex;
    justify-content: space-between;
    width: 100%;
    gap: 2%;
}

.plusminus-containerleft-cp, .plusminus-containerright-cp {
    width: 49%;
    padding: 40px;
    border-radius: 40px;
    box-sizing: border-box;
}

.plusminus-containerleft-cp {
    background-color: #f1f9f2;
}

.plusminus-containerright-cp {
    background-color: #fff8f7;
}

.plusminus-containerleft-cp h3, .plusminus-containerright-cp h3 {
    margin-top: 0;
    margin-bottom: 30px;
    font-size: 22px;
    font-weight: 700;
    color: #333;
}

.plusminus-containeritem-cp {
    display: flex;
    align-items: flex-start;
    margin-bottom: 15px;
}

.plusminus-containeritem-cp .circle-cp {
    width: 24px;
    min-width: 24px;
    height: 24px;
    border-radius: 50%;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    margin-right: 15px;
    font-size: 18px;
    font-weight: bold;
    color: white;
}

.plusminus-containeritem-cp .text-sm-cp {
    font-size: 14px;
    line-height: 1.5;
    color: #444;
    padding-top: 2px;
}

.positive-cp {
    background-color: #42af61;
}

.negative-cp {
    background-color: #db6a59;
}

@media (max-width: 900px) {
    .plusminus-container-cp {
        flex-direction: column;
        gap: 20px;
    }
    .plusminus-containerleft-cp, .plusminus-containerright-cp {
        width: 100%;
    }
}

.cp-tip-box {
    display: grid;
    grid-template-columns: 1fr 260px;
    align-items: stretch;
    width: 100%;
    background: #f3f3f3;
    border-radius: 18px;
    overflow: hidden;
    box-shadow: 0 2px 6px 0 rgba(0, 0, 0, 0.1), 0 2px 6px 0 rgba(0, 0, 0, 0.05);
    margin: 20px 0;
}

.cp-tip-box__content {
    padding: 20px;
    min-width: 0;
}

.cp-tip-box__badge {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    margin-bottom: 18px;
    padding: 10px 18px;
    background: #21384e;
    color: #ffffff;
    border-radius: 999px;
    font-size: 14px;
    line-height: 1;
    font-weight: 800;
    letter-spacing: 0.04em;
    text-transform: uppercase;
}

.cp-tip-box__icon {
    width: 20px;
    height: 20px;
    object-fit: contain;
}

.cp-tip-box__text p {
    margin: 0 0 10px;
    color: #666666;
    font-size: 14px;
    line-height: 1.4;
}

.cp-tip-box__text p:last-child {
    margin-bottom: 0;
}

.cp-tip-box__expert {
    position: relative;
    display: flex;
    align-items: stretch;
    justify-content: flex-end;
}

.cp-tip-box__photo-wrap {
    width: 100%;
    height: 100%;
}

.cp-tip-box__photo {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
}

.cp-tip-box__label {
    position: absolute;
    left: -30px;
    bottom: 20px;
    background: #21384e;
    color: #ffffff;
    padding: 5px 10px;
    border-radius: 999px;
    min-width: 220px;
    text-align: center;
    box-shadow: 0 4px 20px 0 rgba(0, 0, 0, 0.4), 0 6px 20px 0 rgba(0, 0, 0, 0.25);
}

.cp-tip-box__name {
    font-size: 18px;
    line-height: 1.3;
    font-weight: 800;
}

.cp-tip-box__role {
    font-size: 12px;
    line-height: 1.3;
    opacity: 0.9;
}

@media (max-width: 768px) {
    .cp-tip-box {
        grid-template-columns: 1fr;
    }

    .cp-tip-box__photo-wrap {
        height: 240px;
    }

    .cp-tip-box__label {
        left: 16px;
        right: 16px;
        bottom: 16px;
    }
}

.cp-video-box {
    width: 100%;
    margin: 30px 0;
    text-align: center;
}

.cp-video-box__badge {
    display: inline-block;
    padding: 8px 22px;
    background: #21384e;
    color: #ffffff;
    border-radius: 999px;
    font-size: 13px;
    font-weight: 800;
    letter-spacing: 0.05em;
    text-transform: uppercase;
    margin-bottom: 15px;
}

.cp-video-box__title {
    font-size: 22px;
    font-weight: 700;
    color: #333;
    margin-bottom: 20px;
}

.cp-video-box__wrapper {
    position: relative;
    width: 100%;
    max-width: 800px;
    margin: 0 auto;
    padding-bottom: 56.25%;
    height: 0;
    overflow: hidden;
    border-radius: 18px;
    box-shadow: 0 4px 20px rgba(0,0,0,0.12);
}

.cp-video-box__wrapper iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: 0;
}

@media (max-width: 768px) {
    .cp-video-box__wrapper {
        border-radius: 12px;
    }
    .cp-video-box__title {
        font-size: 18px;
    }
}

.cp-fullwidth-img {
    width: 100%;
    margin: 20px 0;
}

.cp-fullwidth-img img {
    display: block;
    width: 100%;
    height: auto;
    border-radius: 12px;
    object-fit: cover;
}

.cp-badges-nav {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    gap: 8px;
    padding: 12px 16px;
    margin-bottom: 5px;
}

.cp-badge-pill {
    display: inline-block;
    padding: 8px 20px;
    border: 1.5px solid #ccc;
    border-radius: 999px;
    font-size: 13px;
    color: #555;
    font-weight: 500;
    text-decoration: none;
    letter-spacing: 0.01em;
    transition: all 0.2s;
    background: #fff;
    cursor: pointer;
    white-space: nowrap;
}

.cp-badge-pill:hover {
    border-color: #147a99;
    color: #147a99;
    background: #f0f9fc;
}

.cp-badge-pill:last-child {
    border-color: #147a99;
    color: #fff;
    background: #147a99;
}

.cp-badge-pill:last-child:hover {
    background: #0f6680;
    border-color: #0f6680;
}
