

/* 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_3076.css?17819493374740*/
/* Auto extracted. IBLOCK_ID=12, ELEMENT_ID=3076 */

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

:root {
--text-color: #212529;
--text-muted: #6c757d;
--primary-color: #0d6efd;
--primary-hover: #0b5ed7;
--bg-light: #f8f9fa;
--bg-danger: #fff3cd;
--border-danger: #ffc107;
--bg-warning: #ffeef0;
--border-warning: #dc3545;
--bg-insight: #e9f2ff;
--border-insight: #0d6efd;
--bg-disclaimer: #e9ecef;
--border-disclaimer: #6c757d;
--border-color: #dee2e6;
}

.medical-article {
font-family: Arial, Helvetica, sans-serif;
color: var(--text-color);
line-height: 1.6;
max-width: 900px;
margin: 0 auto;
padding: 20px;
}

.medical-article h1 {
font-size: 2.2rem;
margin: 10px 0 15px 0;
line-height: 1.2;
color: #111;
}

.medical-article h2 {
font-size: 1.6rem;
margin: 40px 0 20px 0;
padding-bottom: 8px;
border-bottom: 2px solid var(--bg-light);
color: #222;
}

.medical-article h3 {
font-size: 1.2rem;
margin: 25px 0 15px 0;
color: #333;
}

.medical-article p {
margin-bottom: 15px;
}

.medical-article a {
color: var(--primary-color);
text-decoration: none;
}

.medical-article a:hover {
color: var(--primary-hover);
text-decoration: underline;
}

.medical-article ul,
.medical-article ol {
margin-bottom: 20px;
padding-left: 25px;
}

.medical-article li {
margin-bottom: 8px;
}

.breadcrumbs {
font-size: 0.9rem;
color: var(--text-muted);
margin-bottom: 20px;
}

.label {
font-size: 0.85rem;
font-weight: bold;
text-transform: uppercase;
color: var(--primary-color);
margin: 0;
}

.subtitle {
font-size: 1.1rem;
color: var(--text-muted);
margin-bottom: 30px;
}

.selection {
padding: 20px;
margin: 25px 0;
border-radius: 4px;
}

.danger-alert {
background-color: var(--bg-danger);
border-left: 4px solid var(--border-danger);
}

.warning-alert {
background-color: var(--bg-warning);
border-left: 4px solid var(--border-warning);
}

.disclaimer-alert {
background-color: var(--bg-disclaimer);
border-left: 4px solid var(--border-disclaimer);
font-size: 0.9rem;
color: #495057;
}

.chunk.insight-box {
background-color: var(--bg-insight);
border-left: 4px solid var(--border-insight);
padding: 15px 20px;
margin: 25px 0;
border-radius: 4px;
}

.toc {
background: var(--bg-light);
padding: 20px;
border-radius: 8px;
margin: 30px 0;
border: 1px solid var(--border-color);
}

.toc h3 {
margin-top: 0;
}

.content-table-wrapper {
overflow-x: auto;
margin: 25px 0;
}

.content-table {
width: 100%;
border-collapse: collapse;
min-width: 600px;
background: #fff;
}

.content-table th,
.content-table td {
border: 1px solid var(--border-color);
padding: 12px 15px;
text-align: left;
vertical-align: top;
}

.content-table th {
background-color: var(--bg-light);
font-weight: bold;
color: #222;
}

.content-table tr:nth-child(even) td {
background-color: #fcfcfc;
}

.badge {
display: inline-block;
padding: 4px 8px;
border-radius: 4px;
font-size: 0.85rem;
font-weight: bold;
}

.badge-routine {
background-color: #e9ecef;
color: #0d6efd;
}

.badge-soon {
background-color: #fff3cd;
color: #fd7e14;
}

.badge-investigate {
background-color: #d1e7dd;
color: #198754;
}

.badge-urgent {
background-color: #f8d7da;
color: #dc3545;
}

.cards-grid {
display: grid;
grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
gap: 20px;
margin: 25px 0;
}

.card {
background: #fff;
border: 1px solid var(--border-color);
border-radius: 8px;
padding: 20px;
box-shadow: 0 2px 4px rgba(0,0,0,0.02);
}

.card h3 {
margin-top: 0;
color: var(--primary-color);
font-size: 1.1rem;
margin-bottom: 12px;
}

.card p {
font-size: 0.95rem;
}

.card p:last-child {
margin-bottom: 0;
}

img {
max-width: 100%;
height: auto;
border-radius: 8px;
margin: 25px 0;
display: block;
border: 1px solid var(--border-color);
}

.faq-section details {
background: #fff;
border: 1px solid var(--border-color);
border-radius: 8px;
margin-bottom: 10px;
padding: 15px 20px;
}

.faq-section summary {
font-weight: bold;
cursor: pointer;
color: #222;
font-size: 1.05rem;
}

.faq-section details p {
margin-top: 15px;
margin-bottom: 0;
color: #444;
}

.editorial-card {
border: 1px solid var(--border-color);
padding: 20px;
margin-top: 40px;
background-color: var(--bg-light);
border-radius: 8px;
font-size: 0.95rem;
}

.editorial-card strong {
display: block;
margin-bottom: 10px;
color: #111;
}

hr {
border: 0;
border-top: 1px solid var(--border-color);
margin: 40px 0;
}

@media (max-width: 768px) {
.medical-article h1 {
font-size: 1.8rem;
}
.cards-grid {
grid-template-columns: 1fr;
}
.selection {
padding: 15px;
}
}

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