

/* 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_6053.css?17818786934481*/
/* Auto extracted. IBLOCK_ID=12, ELEMENT_ID=6053 */

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

.symptom-article {
font-family: Arial, Helvetica, sans-serif;
line-height: 1.6;
color: #1c2b3a;
max-width: 900px;
margin: 0 auto;
padding: 20px;
}
.symptom-article a {
color: #1a6fbf;
text-decoration: underline;
text-underline-offset: 2px;
}
.symptom-article a:hover {
color: #145499;
}
.breadcrumbs {
font-size: 13px;
color: #566878;
margin-bottom: 20px;
}
.breadcrumbs a {
color: #566878;
text-decoration: none;
}
.breadcrumbs a:hover {
color: #1a6fbf;
}
.clinical-label {
display: inline-block;
font-size: 12px;
text-transform: uppercase;
letter-spacing: 0.07em;
background-color: #edf5fc;
color: #1a6fbf;
padding: 6px 12px;
border-radius: 4px;
margin-bottom: 12px;
font-weight: bold;
}
.symptom-article h1 {
font-size: 36px;
color: #0b2444;
margin-top: 0;
margin-bottom: 15px;
line-height: 1.2;
}
.subtitle {
font-size: 18px;
color: #334;
margin-bottom: 30px;
}
.symptom-article h2 {
font-size: 26px;
color: #0b2444;
margin-top: 40px;
margin-bottom: 20px;
border-bottom: 2px solid #edf5fc;
padding-bottom: 8px;
line-height: 1.3;
}
.symptom-article h3 {
font-size: 20px;
color: #0b2444;
margin-top: 25px;
margin-bottom: 12px;
}
.symptom-article p {
margin-bottom: 16px;
font-size: 16px;
}
.symptom-article ul, .symptom-article ol {
margin-bottom: 20px;
padding-left: 24px;
}
.symptom-article li {
margin-bottom: 10px;
font-size: 16px;
}
.symptom-article img {
max-width: 100%;
height: auto;
border-radius: 12px;
margin: 25px 0;
display: block;
box-shadow: 0 4px 28px rgba(11, 36, 68, 0.1);
}

/* Semantic visual blocks */
.warning-box {
background-color: #fff4e6;
border-left: 4px solid #b05c00;
padding: 20px 24px;
border-radius: 0 12px 12px 0;
margin: 25px 0;
}
.warning-box strong {
color: #7a3f00;
display: block;
margin-bottom: 10px;
font-size: 18px;
}
.danger-box {
background-color: #fff5f4;
border-left: 4px solid #c0392b;
padding: 20px 24px;
border-radius: 0 12px 12px 0;
margin: 25px 0;
}
.danger-box h3 {
color: #c0392b;
margin-top: 0;
margin-bottom: 15px;
}
.danger-box strong {
color: #c0392b;
}
.insight-box {
background-color: #edf5fc;
border-left: 4px solid #1a6fbf;
padding: 20px 24px;
border-radius: 0 12px 12px 0;
margin: 25px 0;
color: #0b2444;
}

/* Table styling */
.table-wrapper {
overflow-x: auto;
margin: 25px 0;
}
.symptom-article table {
width: 100%;
border-collapse: collapse;
background-color: #ffffff;
font-size: 15px;
}
.symptom-article th {
background-color: #0b2444;
color: #ffffff;
text-align: left;
padding: 14px 16px;
font-weight: bold;
border: 1px solid #cfd9e6;
}
.symptom-article td {
border: 1px solid #cfd9e6;
padding: 14px 16px;
vertical-align: top;
}
.symptom-article tr:nth-child(even) td {
background-color: #f5faff;
}

/* Cards Grid layout */
.cards-grid {
display: grid;
grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
gap: 20px;
margin: 25px 0;
}
.card {
background-color: #ffffff;
border: 1px solid #cfd9e6;
border-top: 4px solid #1a6fbf;
border-radius: 12px;
padding: 20px;
box-shadow: 0 2px 18px rgba(11, 36, 68, 0.08);
}
.card h3 {
margin-top: 0;
font-size: 18px;
color: #0b2444;
}
.card p {
font-size: 15px;
color: #566878;
margin-bottom: 0;
}
.card ul {
margin-bottom: 0;
padding-left: 20px;
}
.card li {
font-size: 15px;
color: #566878;
margin-bottom: 8px;
}
.card strong {
color: #1c2b3a;
}

/* Table of Contents */
.toc {
background-color: #edf5fc;
border-radius: 12px;
padding: 24px 28px;
margin: 30px 0;
}
.toc p {
margin-top: 0;
font-weight: bold;
font-size: 14px;
color: #566878;
text-transform: uppercase;
letter-spacing: 0.07em;
}
.toc ol {
margin-bottom: 0;
columns: 2;
}
.toc li {
break-inside: avoid;
margin-bottom: 8px;
}

/* Expert / Editorial Block */
.review-block {
background-color: #f8f9fa;
border: 1px solid #cfd9e6;
border-radius: 12px;
padding: 24px;
margin-top: 50px;
font-size: 15px;
color: #566878;
}
.review-block strong {
color: #0b2444;
}
.disclaimer {
font-size: 14px;
color: #566878;
margin-top: 30px;
padding-top: 20px;
border-top: 1px solid #cfd9e6;
line-height: 1.6;
}

@media (max-width: 768px) {
.symptom-article h1 { font-size: 28px; }
.symptom-article h2 { font-size: 22px; }
.toc ol { columns: 1; }
.cards-grid { grid-template-columns: 1fr; }
}

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