

/* 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_6115.css?17819530354239*/
/* Auto extracted. IBLOCK_ID=12, ELEMENT_ID=6115 */

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

.symptom-article {
font-family: Arial, Helvetica, sans-serif;
line-height: 1.6;
color: #2d3748;
max-width: 900px;
margin: 0 auto;
padding: 20px;
}
.symptom-article h1 {
color: #1a365d;
font-size: 28px;
margin-bottom: 12px;
}
.symptom-article h2 {
color: #2b6cb0;
font-size: 22px;
border-bottom: 2px solid #ebf8ff;
padding-bottom: 8px;
margin-top: 35px;
margin-bottom: 16px;
}
.symptom-article h3 {
color: #2c5282;
font-size: 18px;
margin-top: 24px;
margin-bottom: 12px;
}
.symptom-article p {
margin-bottom: 16px;
}
.symptom-article a {
color: #3182ce;
text-decoration: none;
}
.symptom-article a:hover {
text-decoration: underline;
}
.symptom-article ul {
margin-bottom: 16px;
padding-left: 24px;
}
.symptom-article li {
margin-bottom: 8px;
}
.symptom-article strong {
font-weight: bold;
color: #1a202c;
}

.breadcrumbs {
font-size: 14px;
color: #718096;
margin-bottom: 24px;
}
.breadcrumbs a {
color: #718096;
}

.header-block {
margin-bottom: 30px;
}
.badge {
display: inline-block;
background-color: #e2e8f0;
color: #4a5568;
padding: 4px 10px;
border-radius: 4px;
font-size: 12px;
font-weight: bold;
text-transform: uppercase;
margin-bottom: 12px;
}
.subtitle {
font-size: 18px;
color: #4a5568;
line-height: 1.5;
}

.toc-container {
background-color: #f8fafc;
padding: 20px 24px;
border-radius: 8px;
margin: 24px 0;
}
.toc-container h2 {
margin-top: 0;
border-bottom: none;
padding-bottom: 0;
}
.toc-container ul {
list-style-type: none;
padding-left: 0;
margin-bottom: 0;
}

.warning-block {
background-color: #fffaf0;
border-left: 4px solid #ed8936;
padding: 16px 20px;
margin: 24px 0;
border-radius: 0 8px 8px 0;
}
.danger-block {
background-color: #fff5f5;
border-left: 4px solid #e53e3e;
padding: 16px 20px;
margin: 24px 0;
border-radius: 0 8px 8px 0;
}
.insight-block {
background-color: #ebf8ff;
border-left: 4px solid #3182ce;
padding: 16px 20px;
margin: 24px 0;
border-radius: 0 8px 8px 0;
}
.final-conclusion {
background-color: #f0fff4;
border: 1px solid #c6f6d5;
padding: 24px;
border-radius: 8px;
margin: 32px 0;
}

.article-table {
width: 100%;
border-collapse: collapse;
margin: 24px 0;
font-size: 15px;
background-color: #ffffff;
}
.article-table th,
.article-table td {
border: 1px solid #e2e8f0;
padding: 14px;
text-align: left;
vertical-align: top;
}
.article-table th {
background-color: #edf2f7;
font-weight: bold;
color: #2d3748;
}
.article-table tr:nth-child(even) {
background-color: #f8fafc;
}

.cards-grid {
display: grid;
grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
gap: 20px;
margin: 24px 0;
}
.card {
background-color: #ffffff;
border: 1px solid #e2e8f0;
border-top: 4px solid #3182ce;
border-radius: 8px;
padding: 24px;
box-shadow: 0 2px 4px rgba(0,0,0,0.02);
}
.card h3 {
margin-top: 0;
color: #2b6cb0;
font-size: 18px;
}
.card ul {
margin-bottom: 0;
padding-left: 20px;
}

.image-wrapper {
text-align: center;
margin: 32px 0;
}
.image-wrapper img {
max-width: 100%;
height: auto;
border-radius: 8px;
box-shadow: 0 4px 6px rgba(0,0,0,0.05);
}
.figcaption {
font-size: 14px;
color: #718096;
margin-top: 12px;
}

.numbered-list-imitation {
list-style-type: none;
padding-left: 0;
}
.numbered-list-imitation li {
margin-bottom: 12px;
padding-left: 24px;
text-indent: -24px;
}

.meta-info {
margin-top: 40px;
border-top: 1px solid #e2e8f0;
padding-top: 24px;
}
.info-block {
background-color: #f7fafc;
padding: 20px;
border-radius: 8px;
font-size: 14px;
margin-bottom: 20px;
}
.disclaimer-block {
background-color: #edf2f7;
border-left: 4px solid #a0aec0;
padding: 16px 20px;
font-size: 14px;
color: #4a5568;
border-radius: 0 8px 8px 0;
}

.references-list {
font-size: 14px;
color: #4a5568;
list-style-type: none;
padding-left: 0;
}
.references-list li {
margin-bottom: 10px;
padding-left: 20px;
text-indent: -20px;
}

@media (max-width: 768px) {
.article-table {
display: block;
overflow-x: auto;
white-space: nowrap;
}
.cards-grid {
grid-template-columns: 1fr;
}
}

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