

/* 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_6449.css?17831006534492*/
/* Auto extracted. IBLOCK_ID=12, ELEMENT_ID=6449 */

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

.symptom-article {
font-family: Arial, Helvetica, sans-serif;
line-height: 1.6;
color: #2c3e50;
max-width: 900px;
margin: 0 auto;
padding: 20px;
box-sizing: border-box;
}
.symptom-article * {
box-sizing: border-box;
}
.symptom-article h1 {
color: #1a252f;
font-size: 2.2em;
margin-bottom: 0.5em;
line-height: 1.2;
}
.symptom-article h2 {
color: #2980b9;
border-bottom: 2px solid #ecf0f1;
padding-bottom: 8px;
margin-top: 1.8em;
margin-bottom: 0.8em;
font-size: 1.6em;
}
.symptom-article h3 {
color: #34495e;
font-size: 1.25em;
margin-top: 1.2em;
margin-bottom: 0.6em;
}
.symptom-article p {
margin-top: 0;
margin-bottom: 1em;
}
.symptom-article a {
color: #2980b9;
text-decoration: none;
}
.symptom-article a:hover {
text-decoration: underline;
}
.symptom-article ul {
padding-left: 24px;
margin-top: 0;
margin-bottom: 1em;
}
.symptom-article li {
margin-bottom: 0.5em;
}
.symptom-article img {
max-width: 100%;
height: auto;
border-radius: 8px;
display: block;
margin: 24px auto;
}

/* Base Blocks */
.symptom-badge {
display: inline-block;
background-color: #e8f4f8;
color: #2980b9;
padding: 6px 12px;
border-radius: 4px;
font-weight: bold;
font-size: 0.85em;
margin-bottom: 16px;
text-transform: uppercase;
letter-spacing: 0.5px;
}
.symptom-breadcrumbs {
margin-bottom: 20px;
font-size: 0.9em;
}
.symptom-breadcrumbs ul {
list-style: none;
padding: 0;
display: flex;
gap: 6px;
flex-wrap: wrap;
color: #7f8c8d;
}
.symptom-breadcrumbs li {
margin-bottom: 0;
}
.symptom-lead {
font-size: 1.1em;
color: #34495e;
border-left: 4px solid #3498db;
background: #fbfdfe;
padding: 16px 20px;
border-radius: 0 8px 8px 0;
margin: 20px 0;
}

/* Alert Boxes */
.symptom-alert {
padding: 20px;
margin: 24px 0;
border-radius: 8px;
}
.symptom-alert-danger {
background-color: #fdedec;
border-left: 6px solid #e74c3c;
color: #78281f;
}
.symptom-alert-danger strong {
color: #922b21;
}
.symptom-alert-warning {
background-color: #fef9e7;
border-left: 6px solid #f1c40f;
color: #7d6608;
}
.symptom-insight {
background-color: #eaf2f8;
border-left: 6px solid #3498db;
padding: 16px 20px;
margin: 24px 0;
border-radius: 0 8px 8px 0;
color: #154360;
}
.symptom-summary {
background-color: #e8f6f3;
padding: 24px;
border-radius: 12px;
margin-top: 40px;
margin-bottom: 24px;
border: 1px solid #d1f2eb;
}
.symptom-summary h2 {
border-bottom: none;
margin-top: 0;
color: #117864;
}

/* Tables */
.symptom-table-wrapper {
overflow-x: auto;
margin: 24px 0;
border-radius: 8px;
box-shadow: 0 1px 3px rgba(0,0,0,0.05);
}
.symptom-article table {
width: 100%;
border-collapse: collapse;
text-align: left;
background: #ffffff;
font-size: 0.95em;
min-width: 600px;
}
.symptom-article th,
.symptom-article td {
border: 1px solid #ecf0f1;
padding: 14px 16px;
vertical-align: top;
}
.symptom-article th {
background-color: #f8f9fa;
font-weight: bold;
color: #2c3e50;
}
.symptom-article tr:nth-child(even) {
background-color: #fcfcfc;
}

/* Cards Grid */
.cards-grid {
display: grid;
grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
gap: 24px;
margin: 24px 0;
}
.card {
background: #ffffff;
border: 1px solid #eef2f5;
border-top: 4px solid #3498db;
border-radius: 8px;
padding: 24px;
box-shadow: 0 4px 6px rgba(0,0,0,0.02);
}
.card h3 {
margin-top: 0;
color: #2980b9;
font-size: 1.15em;
margin-bottom: 12px;
}

/* Custom Lists */
.symptom-numbered-list {
list-style-type: decimal;
padding-left: 24px;
}
.symptom-numbered-list li {
margin-bottom: 10px;
}
.symptom-toc {
background: #fdfefe;
border: 1px solid #eaeded;
padding: 24px;
border-radius: 8px;
margin: 30px 0;
}
.symptom-toc h2 {
margin-top: 0;
border-bottom: none;
padding-bottom: 0;
}
.symptom-toc ul {
list-style: none;
padding-left: 0;
}
.symptom-toc li {
margin-bottom: 10px;
position: relative;
padding-left: 20px;
}
.symptom-toc li::before {
content: "&bull;";
color: #3498db;
font-weight: bold;
position: absolute;
left: 0;
}

/* Utility Blocks */
.symptom-editorial {
background: #f4f6f7;
padding: 24px;
border-radius: 8px;
font-size: 0.9em;
margin-top: 40px;
border: 1px solid #d5d8dc;
}
.symptom-ymyl {
background: #fff3cd;
border: 1px solid #ffeeba;
padding: 20px;
border-radius: 8px;
font-size: 0.9em;
color: #856404;
margin-top: 24px;
}
.symptom-references {
font-size: 0.85em;
color: #555;
word-break: break-word;
margin-top: 40px;
border-top: 1px solid #ecf0f1;
padding-top: 20px;
}

@media (max-width: 600px) {
.cards-grid {
grid-template-columns: 1fr;
}
}

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