

/* 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_6338.css?17825508074797*/
/* Auto extracted. IBLOCK_ID=12, ELEMENT_ID=6338 */

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

article.hepatomegaly-article {
max-width: 900px;
margin: 0 auto;
font-family: Arial, Helvetica, sans-serif;
line-height: 1.6;
color: #1c2b3a;
padding: 20px;
box-sizing: border-box;
}

.hepatomegaly-article * {
box-sizing: border-box;
}

.hepatomegaly-article h1 {
font-size: 2.2rem;
color: #0b2444;
margin-bottom: 15px;
line-height: 1.2;
}

.hepatomegaly-article h2 {
font-size: 1.8rem;
color: #0b2444;
margin-top: 40px;
border-bottom: 2px solid #edf5fc;
padding-bottom: 10px;
}

.hepatomegaly-article h3 {
font-size: 1.3rem;
color: #145499;
margin-top: 25px;
margin-bottom: 15px;
}

.hepatomegaly-article p {
margin-bottom: 15px;
}

.hepatomegaly-article a {
color: #1a6fbf;
text-decoration: underline;
text-underline-offset: 2px;
}

.hepatomegaly-article a:hover {
color: #145499;
}

.hepatomegaly-article img {
max-width: 100%;
height: auto;
border-radius: 12px;
margin: 25px 0;
display: block;
}

.hepatomegaly-article ul {
padding-left: 20px;
margin-bottom: 20px;
}

.hepatomegaly-article li {
margin-bottom: 8px;
}

.divider {
height: 1px;
background-color: #cfd9e6;
margin: 30px 0;
}

.breadcrumbs {
font-size: 0.85rem;
color: #566878;
margin-bottom: 20px;
display: flex;
flex-wrap: wrap;
gap: 5px;
}

.breadcrumbs a {
color: #566878;
text-decoration: none;
}

.breadcrumbs div {
color: #cfd9e6;
}

.badge {
display: inline-block;
padding: 4px 10px;
border-radius: 12px;
font-size: 0.8rem;
font-weight: bold;
text-transform: uppercase;
letter-spacing: 0.05em;
}

.clinical-review {
background-color: #edf5fc;
color: #1a6fbf;
margin-bottom: 15px;
}

.table-responsive {
overflow-x: auto;
margin: 25px 0;
}

.clinical-table {
width: 100%;
border-collapse: collapse;
min-width: 600px;
background-color: #ffffff;
font-size: 0.95rem;
}

.clinical-table th,
.clinical-table td {
border: 1px solid #cfd9e6;
padding: 12px 15px;
text-align: left;
vertical-align: top;
}

.clinical-table th {
background-color: #0b2444;
color: #ffffff;
font-weight: bold;
}

.clinical-table tr:nth-child(even) {
background-color: #f5faff;
}

.clinical-table tr:hover {
background-color: #ebf4ff;
}

.urgent, .emergency {
background-color: #fde8e4;
color: #c0392b;
}

.routine {
background-color: #e9f7f1;
color: #1a7a50;
}

.urgent-care, .fast-track {
background-color: #fff4e6;
color: #b05c00;
}

.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 #cfd9e6;
border-radius: 12px;
padding: 20px;
box-shadow: 0 2px 18px rgba(11,36,68,0.05);
}

.card h3 {
margin-top: 0;
color: #0b2444;
font-size: 1.1rem;
margin-bottom: 10px;
}

.card p:last-child {
margin-bottom: 0;
}

.selection {
padding: 20px;
border-radius: 12px;
margin: 25px 0;
}

.yellow-warning {
background-color: #fff4e6;
border: 1px solid #e7bd87;
border-left: 5px solid #b05c00;
color: #1c2b3a;
}

.yellow-warning strong {
color: #b05c00;
}

.red-warning {
background-color: #fff5f4;
border: 1px solid #e8a9a2;
border-left: 5px solid #c0392b;
color: #1c2b3a;
}

.red-warning h3,
.red-warning strong {
color: #c0392b;
}

.insight-block {
background: linear-gradient(135deg, #f0f7ff, #edf5fc);
border: 1px solid #b6d5f0;
border-left: 5px solid #1a6fbf;
padding: 20px;
border-radius: 12px;
margin: 25px 0;
}

.insight-block strong {
color: #1a6fbf;
display: block;
margin-bottom: 5px;
font-size: 0.9rem;
text-transform: uppercase;
letter-spacing: 0.05em;
}

.numbered-list {
list-style-type: none;
counter-reset: custom-counter;
padding-left: 0;
}

.numbered-list > li {
position: relative;
padding-left: 35px;
margin-bottom: 15px;
}

.numbered-list > li::before {
content: counter(custom-counter);
counter-increment: custom-counter;
position: absolute;
left: 0;
top: 0;
width: 24px;
height: 24px;
background-color: #1a6fbf;
color: #ffffff;
border-radius: 50%;
display: flex;
align-items: center;
justify-content: center;
font-size: 0.85rem;
font-weight: bold;
}

.editorial-card {
background-color: #edf5fc;
border: 1px solid #cfd9e6;
border-radius: 12px;
padding: 20px;
margin-top: 40px;
font-size: 0.95rem;
}

.editorial-card h3 {
margin-top: 0;
margin-bottom: 15px;
color: #0b2444;
}

.editorial-card p {
margin-bottom: 8px;
}

@media (max-width: 768px) {
.cards-grid {
grid-template-columns: 1fr;
}
.clinical-table th,
.clinical-table td {
padding: 10px;
}
.hepatomegaly-article h1 {
font-size: 1.8rem;
}
.hepatomegaly-article h2 {
font-size: 1.5rem;
}
}

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