

/* 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_6334.css?17827182423989*/
/* Auto extracted. IBLOCK_ID=12, ELEMENT_ID=6334 */

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

.symptom-article {
font-family: Arial, Helvetica, sans-serif;
line-height: 1.6;
color: #1a202c;
max-width: 900px;
margin: 0 auto;
padding: 20px;
}
.symptom-article h1 {
color: #2b6cb0;
font-size: 2.2rem;
margin: 1.2em 0 0.5em;
}
.symptom-article h2 {
color: #2b6cb0;
font-size: 1.8rem;
border-bottom: 2px solid #edf2f7;
padding-bottom: 0.3em;
margin: 1.5em 0 0.8em;
}
.symptom-article h3 {
color: #2c5282;
font-size: 1.3rem;
margin: 1.5em 0 0.5em;
}
.symptom-article p,
.symptom-article ul,
.symptom-article ol {
margin-bottom: 1.2em;
}
.symptom-article li {
margin-bottom: 0.5em;
}
.symptom-article a {
color: #3182ce;
text-decoration: none;
}
.symptom-article a:hover {
text-decoration: underline;
}
.symptom-article img {
max-width: 100%;
height: auto;
border-radius: 8px;
margin: 1.5em 0;
display: block;
}
.breadcrumbs {
font-size: 0.9em;
color: #718096;
margin-bottom: 1em;
}
.breadcrumbs ol {
list-style: none;
padding: 0;
margin: 0;
display: flex;
flex-wrap: wrap;
gap: 8px;
}
.breadcrumbs li::after {
content: "/";
margin-left: 8px;
color: #cbd5e0;
}
.breadcrumbs li:last-child::after {
content: "";
}
.breadcrumbs a {
color: #718096;
}
.badge-main {
display: inline-block;
background-color: #ebf8ff;
color: #2b6cb0;
padding: 4px 12px;
border-radius: 20px;
font-size: 0.85em;
font-weight: bold;
margin-bottom: 1em;
}
.badge {
display: inline-block;
padding: 4px 10px;
border-radius: 12px;
font-size: 0.85em;
font-weight: bold;
white-space: nowrap;
}
.badge-blue {
background-color: #e3f2fd;
color: #0d47a1;
}
.badge-yellow {
background-color: #ffecb3;
color: #ff8f00;
}
.badge-red {
background-color: #ffcdd2;
color: #b71c1c;
}
.subtitle {
font-size: 1.1em;
color: #4a5568;
margin-bottom: 2em;
font-weight: bold;
}
.selection {
padding: 16px 20px;
margin: 1.5em 0;
border-radius: 8px;
}
.YMYL-warning {
background-color: #fff5f5;
border-left: 4px solid #f56565;
}
.YMYL-warning strong {
color: #c53030;
display: block;
margin-bottom: 0.5em;
}
.chunk {
background-color: #f0fff4;
border-left: 4px solid #48bb78;
padding: 16px 20px;
margin: 1.5em 0;
border-radius: 0 8px 8px 0;
}
.editorial-card {
background-color: #f7fafc;
padding: 20px;
border-radius: 8px;
margin: 2em 0;
border: 1px solid #e2e8f0;
}
.toc {
background-color: #f8fafc;
padding: 20px;
border-radius: 8px;
margin-bottom: 2em;
border: 1px solid #e2e8f0;
}
.toc ol {
margin: 0;
padding-left: 20px;
}
.cards-grid {
display: grid;
grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
gap: 20px;
margin: 2em 0;
}
.card {
background-color: #f8fafc;
border: 1px solid #e2e8f0;
border-top: 4px solid #3182ce;
border-radius: 8px;
padding: 20px;
box-shadow: 0 2px 4px rgba(0,0,0,0.05);
}
.card h3 {
margin-top: 0;
color: #2b6cb0;
}
table {
width: 100%;
border-collapse: collapse;
margin: 1.5em 0;
font-size: 0.95em;
background-color: #ffffff;
}
th, td {
border: 1px solid #e2e8f0;
padding: 12px;
text-align: left;
vertical-align: top;
}
th {
background-color: #edf2f7;
color: #2d3748;
font-weight: bold;
}
tr:nth-child(even) td {
background-color: #f8fafc;
}
.faq-accordion details {
background-color: #ffffff;
border: 1px solid #e2e8f0;
border-radius: 8px;
margin-bottom: 10px;
padding: 15px;
}
.faq-accordion summary {
font-weight: bold;
cursor: pointer;
color: #2b6cb0;
outline: none;
}
.faq-accordion p {
margin-top: 10px;
margin-bottom: 0;
}
.references {
font-size: 0.9em;
color: #4a5568;
word-wrap: break-word;
padding-left: 20px;
}
.references li {
margin-bottom: 0.8em;
}
@media (max-width: 768px) {
.symptom-article {
padding: 15px;
}
.cards-grid {
grid-template-columns: 1fr;
}
table {
display: block;
overflow-x: auto;
white-space: nowrap;
}
th, td {
white-space: normal;
min-width: 150px;
}
}

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