

/* Start:/local/templates/doctor/components/bitrix/catalog.element/element/style.css?1775475893725*/
.share__bottom-rating {
    display: flex;
    align-items: center;
    gap: 12px;
    flex-wrap: wrap;
}

.share__bottom-rating-stars {
    display: flex;
    align-items: center;
    gap: 2px;
}

.share__bottom-rating-star {
    border: 0;
    background: transparent;
    padding: 0;
    margin: 0;
    font-size: 24px;
    line-height: 1;
    color: #d9d9d9;
    cursor: pointer;
    transition: color .2s ease;
}

.share__bottom-rating-star.is-active {
    color: #f5b301;
}

.share__bottom-rating-info {
    display: flex;
    align-items: center;
    gap: 8px;
    font-size: 14px;
    color: #787070;
}

.share__bottom-rating-value {
    font-weight: 700;
    color: #323232;
}
/* End */


/* Start:/upload/article_assets/iblock_12/element_5976.css?17818800944400*/
/* Auto extracted. IBLOCK_ID=12, ELEMENT_ID=5976 */

/* ===== STYLE BLOCK ===== */

.article-container {
font-family: Arial, Helvetica, sans-serif;
line-height: 1.6;
max-width: 900px;
margin: 0 auto;
color: #1c2b3a;
padding: 20px;
}
.article-container h1 {
font-size: 2.2em;
margin-bottom: 0.5em;
color: #0b2444;
line-height: 1.2;
}
.article-container h2 {
font-size: 1.6em;
margin-top: 1.5em;
margin-bottom: 0.8em;
color: #0b2444;
border-bottom: 2px solid #e5e7eb;
padding-bottom: 8px;
}
.article-container h3 {
font-size: 1.25em;
margin-top: 1.2em;
margin-bottom: 0.6em;
color: #0b2444;
}
.article-container p,
.article-container ul,
.article-container li {
font-size: 1.05em;
margin-bottom: 1em;
}
.article-container ul {
padding-left: 24px;
}
.article-container li {
margin-bottom: 0.5em;
}
.article-container a {
color: #0284c7;
text-decoration: underline;
text-underline-offset: 2px;
}
.article-container a:hover {
color: #0369a1;
}
.article-container img {
max-width: 100%;
height: auto;
display: block;
margin: 2em auto;
border-radius: 8px;
box-shadow: 0 4px 12px rgba(0,0,0,0.1);
}

/* Table Styles */
.table-wrap {
overflow-x: auto;
margin-bottom: 2em;
}
.article-container table {
width: 100%;
border-collapse: collapse;
font-size: 0.95em;
background-color: #ffffff;
}
.article-container th,
.article-container td {
border: 1px solid #cfd9e6;
padding: 14px;
text-align: left;
vertical-align: top;
}
.article-container th {
background-color: #0b2444;
font-weight: bold;
color: #ffffff;
}
.article-container tr:nth-child(even) td {
background-color: #f5faff;
}
.article-container tr:hover td {
background-color: #ebf4ff;
}

/* Grid and Cards */
.cards-grid {
display: grid;
grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
gap: 20px;
margin: 1.5em 0;
}
.card {
background-color: #ffffff;
border: 1px solid #cfd9e6;
border-top: 4px solid #0284c7;
border-radius: 8px;
padding: 20px;
box-shadow: 0 2px 8px rgba(11,36,68,0.08);
}
.card h3 {
margin-top: 0;
color: #0284c7;
}
.card p:last-child,
.card ul:last-child {
margin-bottom: 0;
}
.card-light {
border-top: none;
background-color: #f8fafc;
}

/* Semantic Blocks */
.insight-block,
.danger-block,
.warning-block,
.expert-block,
.conclusion-block {
padding: 20px;
border-radius: 8px;
margin: 1.8em 0;
}
.insight-block {
background: linear-gradient(135deg, #f0f7ff, #edf5fc);
border-left: 4px solid #0284c7;
border: 1px solid #b6d5f0;
border-left-width: 4px;
color: #0b2444;
}
.danger-block {
background-color: #fff5f4;
border: 1px solid #e8a9a2;
border-left: 4px solid #dc2626;
color: #991b1b;
}
.warning-block {
background-color: #fff4e6;
border: 1px solid #e7bd87;
border-left: 4px solid #b05c00;
color: #7a3f00;
}
.conclusion-block {
background-color: #e9f7f1;
border: 1px solid #a8dfc6;
border-left: 4px solid #16a34a;
color: #166534;
}
.expert-block {
background-color: #f9fafb;
border: 1px solid #cfd9e6;
color: #1c2b3a;
font-size: 0.95em;
}

.badge-label {
display: inline-block;
background-color: #e0f2fe;
color: #0284c7;
padding: 6px 12px;
border-radius: 4px;
font-size: 0.85em;
font-weight: bold;
margin-bottom: 12px;
text-transform: uppercase;
letter-spacing: 0.05em;
}

.status-badge {
font-weight: bold;
display: inline-block;
padding: 2px 8px;
border-radius: 4px;
font-size: 0.9em;
}
.status-urgent { background-color: #fee2e2; color: #dc2626; }
.status-routine { background-color: #e0f2fe; color: #0284c7; }
.status-oncology { background-color: #f3e8ff; color: #7e22ce; }

/* Utilities */
.breadcrumbs {
font-size: 0.85em;
color: #566878;
margin-bottom: 2em;
}
.breadcrumbs ul {
list-style: none;
padding: 0;
display: flex;
flex-wrap: wrap;
gap: 8px;
}
.breadcrumbs li {
display: inline;
}
.breadcrumbs a {
color: #566878;
text-decoration: none;
}
.breadcrumbs a:hover {
color: #0284c7;
}
.toc-block {
background-color: #edf5fc;
padding: 24px;
border-radius: 8px;
margin-bottom: 2.5em;
}
.toc-block h2 {
margin-top: 0;
border-bottom: none;
}
.references-list {
word-break: break-word;
font-size: 0.9em;
}

@media (max-width: 768px) {
.cards-grid { grid-template-columns: 1fr; }
.article-container table { font-size: 0.85em; }
.article-container th, .article-container td { padding: 10px; }
}

/* End */
/* /local/templates/doctor/components/bitrix/catalog.element/element/style.css?1775475893725 */
/* /upload/article_assets/iblock_12/element_5976.css?17818800944400 */
