.nadnaslov {
    display: inline-block;
    font-size: 0.85rem;
    font-weight: 700;
    text-transform: uppercase;
    color: var(--pinfo-primary);
    margin-bottom: 6px;
    letter-spacing: 0.5px;
}

.ct-custom.elementor-widget-image-box,
.ct-custom .elementor-widget-container {
    height: 100%;
}

.ct-custom .elementor-widget-container {
    overflow: hidden;
}

.ct-custom .elementor-image-box-content {
    padding: 0 30px;
}

.entry-content iframe,
.entry-content object,
.entry-content embed {
    max-width: 100%;
    border-radius: 8px;
}

.entry-content p {
    line-height: 1.7;
    word-break: break-word;
}

.entry-content blockquote {
    border-left: 4px solid var(--pinfo-primary);
    padding-left: 16px;
    margin: 20px 0;
    font-style: italic;
    color: inherit;
    opacity: 0.9;
}