.ciu-laboratory-single {
    padding-top: 30px;
    padding-bottom: 60px;
}

/* Breadcrumb */
.ciu-laboratory-single .ciu-breadcrumbs {
    margin-bottom: 25px;
    font-size: 14px;
}

/* Title */
.ciu-laboratory-header {
    margin-bottom: 20px;
}

.ciu-laboratory-title {
    line-height: 1.3;
    margin: 32px 0;
}

/* Image */
.ciu-laboratory-featured-image {
    margin: 25px 0 30px;
    border-radius: 18px;
    overflow: hidden;
}

.ciu-laboratory-featured-image img {
    width: 100%;
    height: auto;
    display: block;
}

/* CONTENT (match news style) */
.ciu-laboratory-content {
    font-size: 16px;
    line-height: 1.9;
    color: #444;
}

/* paragraphs spacing */
.ciu-laboratory-content p {
    margin-bottom: 18px;
}

/* headings */
.ciu-laboratory-content h2,
.ciu-laboratory-content h3,
.ciu-laboratory-content h4 {
    font-size: 24px;
    font-weight: 700;
    margin-top: 28px;
    margin-bottom: 12px;
    color: #15153d;
}

/* lists */
.ciu-laboratory-content ul,
.ciu-laboratory-content ol {
    margin-bottom: 18px;
    padding-left: 22px;
}

/* fix that ugly gray box you had */
.ciu-laboratory-content pre,
.ciu-laboratory-content code {
    background: transparent;
    border: none;
    padding: 0;
}

/* remove Gutenberg gray blocks if exist */
.ciu-laboratory-content .wp-block-group,
.ciu-laboratory-content .wp-block {
    background: transparent !important;
    padding: 0 !important;
    border: none !important;
}

/* responsive */
@media (max-width: 767px) {
    .ciu-laboratory-title {
        font-size: 28px;
    }

    .ciu-laboratory-content {
        font-size: 15px;
        line-height: 1.8;
    }
}
