

/* 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_2408.css?17818795994192*/
/* Auto extracted. IBLOCK_ID=12, ELEMENT_ID=2408 */

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

.medical-article {
font-family: Arial, Helvetica, sans-serif;
line-height: 1.6;
color: #1a1a1a;
max-width: 900px;
margin: 0 auto;
padding: 20px;
}
.medical-article h1 {
color: #2c3e50;
font-size: 2.2em;
margin-bottom: 10px;
line-height: 1.2;
}
.medical-article h2 {
color: #34495e;
font-size: 1.6em;
margin-top: 35px;
margin-bottom: 15px;
border-bottom: 2px solid #eaeaea;
padding-bottom: 8px;
}
.medical-article h3 {
color: #1976d2;
font-size: 1.2em;
margin-top: 20px;
margin-bottom: 10px;
}
.medical-article p {
margin-bottom: 15px;
}
.medical-article a {
color: #0056b3;
text-decoration: underline;
}
.medical-article a:hover {
color: #003d82;
}
.medical-article ul {
margin-bottom: 20px;
padding-left: 20px;
}
.medical-article li {
margin-bottom: 8px;
}
.medical-article img {
max-width: 100%;
height: auto;
display: block;
margin: 25px auto;
border-radius: 8px;
box-shadow: 0 4px 12px rgba(0,0,0,0.1);
}

/* Structural elements */
.breadcrumbs {
font-size: 0.9em;
color: #666;
margin-bottom: 20px;
}
.breadcrumbs a {
color: #1976d2;
text-decoration: none;
}
.top-badge {
display: inline-block;
background-color: #e3f2fd;
color: #0d47a1;
padding: 4px 12px;
border-radius: 20px;
font-weight: bold;
font-size: 0.85em;
margin-bottom: 15px;
}

/* Colored Blocks */
.warning-block {
background-color: #fff3cd;
border-left: 6px solid #ffc107;
padding: 15px 20px;
margin: 20px 0;
border-radius: 0 8px 8px 0;
}
.danger-block {
background-color: #ffeaea;
border-left: 6px solid #dc3545;
padding: 15px 20px;
margin: 20px 0;
border-radius: 0 8px 8px 0;
}
.insight-block {
background-color: #e8f4fd;
border-left: 6px solid #2196f3;
padding: 15px 20px;
margin: 25px 0;
border-radius: 0 8px 8px 0;
}
.note-block {
background-color: #f8f9fa;
border-left: 6px solid #6c757d;
padding: 15px 20px;
margin: 20px 0;
border-radius: 0 8px 8px 0;
}
.conclusion-block {
background-color: #e8f5e9;
padding: 25px;
margin-top: 30px;
margin-bottom: 30px;
border-radius: 8px;
border: 1px solid #c8e6c9;
}
.editorial-block {
background-color: #f9f9f9;
padding: 20px;
border-radius: 8px;
font-size: 0.9em;
margin-top: 40px;
border: 1px solid #e0e0e0;
}
.disclaimer-block {
background-color: #f1f3f5;
border-left: 6px solid #868e96;
padding: 15px 20px;
margin-top: 25px;
font-size: 0.85em;
border-radius: 0 8px 8px 0;
}

/* Table styling */
.table-wrapper {
overflow-x: auto;
margin: 25px 0;
}
table {
width: 100%;
border-collapse: collapse;
min-width: 600px;
background-color: #ffffff;
}
th, td {
border: 1px solid #dee2e6;
padding: 14px;
text-align: left;
vertical-align: top;
}
th {
background-color: #f4f6f8;
font-weight: bold;
color: #2c3e50;
}
tr:nth-child(even) {
background-color: #fafbfc;
}
.status-badge {
display: inline-block;
padding: 4px 10px;
border-radius: 4px;
font-size: 0.85em;
font-weight: bold;
color: #ffffff;
text-align: center;
}
.bg-urgent { background-color: #dc3545; }
.bg-warning { background-color: #ffc107; color: #212529; }
.bg-routine { background-color: #28a745; }
.bg-info { background-color: #17a2b8; }

/* Cards Grid layout */
.cards-grid {
display: grid;
grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
gap: 20px;
margin: 25px 0;
}
.card {
background-color: #ffffff;
border: 1px solid #e0e0e0;
border-radius: 10px;
padding: 25px;
box-shadow: 0 2px 8px rgba(0,0,0,0.04);
}
.card h3 {
margin-top: 0;
color: #2c3e50;
}
.faq-card {
background-color: #fafafa;
border: 1px solid #eaeaea;
}

/* Table of Contents */
.toc {
background-color: #f8f9fa;
padding: 20px 25px;
border-radius: 8px;
margin-bottom: 35px;
border: 1px solid #e9ecef;
}
.toc-list {
list-style-type: decimal;
margin-bottom: 0;
}
.references {
font-size: 0.9em;
color: #495057;
}

/* Mobile responsiveness */
@media (max-width: 768px) {
.medical-article h1 { font-size: 1.8em; }
.medical-article h2 { font-size: 1.4em; }
.cards-grid { grid-template-columns: 1fr; }
th, td { padding: 10px; font-size: 0.95em; }
}

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