

/* 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_5582.css?17810970174127*/
/* Auto extracted. IBLOCK_ID=12, ELEMENT_ID=5582 */

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

.article-container {
font-family: Arial, Helvetica, sans-serif;
line-height: 1.6;
color: #333;
max-width: 900px;
margin: 0 auto;
padding: 20px;
}

.article-container h1 {
font-size: 2.2rem;
color: #1a365d;
margin-bottom: 15px;
line-height: 1.3;
}

.article-container h2 {
font-size: 1.8rem;
color: #1a365d;
margin-top: 40px;
margin-bottom: 20px;
padding-bottom: 10px;
border-bottom: 2px solid #e2e8f0;
}

.article-container h3 {
font-size: 1.4rem;
color: #2d3748;
margin-top: 30px;
margin-bottom: 15px;
}

.article-container p,
.article-container li {
font-size: 1.05rem;
margin-bottom: 15px;
}

.article-container a {
color: #3182ce;
text-decoration: none;
}

.article-container a:hover {
text-decoration: underline;
}

.breadcrumbs {
font-size: 0.9rem;
color: #64748b;
margin-bottom: 25px;
}

.badge {
display: inline-block;
background-color: #e2e8f0;
color: #4a5568;
padding: 5px 12px;
border-radius: 16px;
font-size: 0.85rem;
font-weight: bold;
margin-bottom: 15px;
}

.block-warning {
background-color: #fffaf0;
border-left: 5px solid #ed8936;
padding: 20px;
margin: 25px 0;
border-radius: 0 8px 8px 0;
}

.block-danger {
background-color: #fff5f5;
border-left: 5px solid #e53e3e;
padding: 20px;
margin: 25px 0;
border-radius: 0 8px 8px 0;
}

.block-insight {
background-color: #ebf8ff;
border-left: 5px solid #4299e1;
padding: 20px;
margin: 25px 0;
border-radius: 0 8px 8px 0;
}

.block-conclusion {
background-color: #f0fff4;
border-left: 5px solid #48bb78;
padding: 20px;
margin: 25px 0;
border-radius: 0 8px 8px 0;
}

.info-block {
background-color: #f8fafc;
border: 1px solid #e2e8f0;
padding: 20px;
border-radius: 8px;
margin: 30px 0;
}

.disclaimer-block {
background-color: #f1f5f9;
border-left: 5px solid #94a3b8;
padding: 20px;
margin: 25px 0;
font-size: 0.95rem;
border-radius: 0 8px 8px 0;
}

.cards-grid {
display: grid;
grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
gap: 20px;
margin: 25px 0;
}

.card {
background: #ffffff;
border: 1px solid #e2e8f0;
border-radius: 8px;
padding: 20px;
box-shadow: 0 2px 4px rgba(0,0,0,0.02);
}

.card h3 {
margin-top: 0;
font-size: 1.2rem;
color: #2b6cb0;
}

.card-bg-light {
background-color: #f8fafc;
}

.table-wrapper {
overflow-x: auto;
width: 100%;
margin: 25px 0;
}

table {
width: 100%;
border-collapse: collapse;
min-width: 600px;
background-color: #ffffff;
}

th, td {
padding: 14px;
border: 1px solid #cbd5e1;
text-align: left;
vertical-align: top;
}

th {
background-color: #f1f5f9;
font-weight: bold;
color: #1e293b;
}

tr:nth-child(even) td {
background-color: #f8fafc;
}

.urgency-high {
color: #c53030;
font-weight: bold;
}

.urgency-medium {
color: #dd6b20;
font-weight: bold;
}

.urgency-low {
color: #38a169;
font-weight: bold;
}

.urgency-info {
color: #3182ce;
font-weight: bold;
}

.toc {
background-color: #f8fafc;
border: 1px solid #e2e8f0;
border-radius: 8px;
padding: 20px;
margin: 25px 0;
}

.toc ol {
margin: 0;
padding-left: 20px;
}

.toc li {
margin-bottom: 8px;
}

img {
max-width: 100%;
height: auto;
border-radius: 8px;
display: block;
margin: 25px 0 10px;
box-shadow: 0 4px 6px rgba(0,0,0,0.05);
}

.image-caption {
font-size: 0.9rem;
color: #64748b;
text-align: center;
margin-top: 0;
margin-bottom: 25px;
}

details {
background-color: #ffffff;
border: 1px solid #e2e8f0;
border-radius: 8px;
padding: 15px 20px;
margin-bottom: 15px;
box-shadow: 0 1px 3px rgba(0,0,0,0.02);
}

summary {
font-size: 1.1rem;
font-weight: bold;
color: #2d3748;
cursor: pointer;
outline: none;
}

details p {
margin-top: 15px;
margin-bottom: 0;
color: #4a5568;
}

.references-list {
font-size: 0.9rem;
color: #4a5568;
padding-left: 20px;
}

.references-list li {
margin-bottom: 10px;
}

@media (max-width: 768px) {
.cards-grid {
grid-template-columns: 1fr;
}
.article-container {
padding: 15px;
}
}

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