

/* 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_5548.css?17804076692696*/
/* Auto extracted. IBLOCK_ID=12, ELEMENT_ID=5548 */

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

.article-container {
font-family: Arial, Helvetica, sans-serif;
line-height: 1.6;
color: #333333;
max-width: 900px;
margin: 0 auto;
padding: 20px;
}

.article-container h1 {
color: #004085;
font-size: 2em;
margin-bottom: 20px;
border-bottom: 2px solid #004085;
padding-bottom: 10px;
}

.article-container h2 {
color: #0056b3;
font-size: 1.5em;
margin-top: 40px;
margin-bottom: 15px;
border-bottom: 1px solid #e9ecef;
padding-bottom: 8px;
}

.article-container h3 {
color: #004085;
font-size: 1.2em;
margin-top: 25px;
margin-bottom: 10px;
}

.article-container p {
margin-bottom: 15px;
}

.article-container a {
color: #0056b3;
text-decoration: none;
}

.article-container a:hover {
text-decoration: underline;
}

.article-container ul {
margin-bottom: 20px;
padding-left: 20px;
}

.article-container li {
margin-bottom: 8px;
}

.article-container img {
max-width: 100%;
height: auto;
display: block;
margin: 20px 0;
border-radius: 6px;
border: 1px solid #dee2e6;
}

/* Tables */
.article-container table {
width: 100%;
border-collapse: collapse;
margin: 25px 0;
background-color: #ffffff;
}

.article-container th,
.article-container td {
border: 1px solid #dee2e6;
padding: 12px;
text-align: left;
}

.article-container th {
background-color: #0056b3;
color: #ffffff;
font-weight: bold;
}

.article-container tr:nth-child(even) {
background-color: #f8f9fa;
}

/* Card Grids (Flexbox/Grid) */
.cards-grid {
display: grid;
grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
gap: 20px;
margin: 25px 0;
}

.cards-grid.single-column {
grid-template-columns: 1fr;
}

.card {
background-color: #f4f7f6;
padding: 20px;
border-radius: 8px;
border-left: 5px solid #0056b3;
box-shadow: 0 2px 4px rgba(0,0,0,0.05);
}

.card.danger {
background-color: #fff3f3;
border-left-color: #dc3545;
}

.card.danger h3,
.card.danger strong {
color: #dc3545;
}

.card.warning {
background-color: #fff8e6;
border-left-color: #ffc107;
}

.card.warning h3,
.card.warning strong {
color: #856404;
}

.card.insight {
background-color: #e8f4f8;
border-left-color: #17a2b8;
}

.card.summary {
background-color: #eef3f8;
border-left-color: #0056b3;
}

/* Utilities */
.breadcrumbs {
font-size: 0.9em;
color: #6c757d;
margin-bottom: 30px;
}

.image-caption {
font-size: 0.9em;
color: #495057;
margin-bottom: 5px;
}

@media (max-width: 600px) {
.cards-grid {
grid-template-columns: 1fr;
}
.article-container table {
display: block;
overflow-x: auto;
white-space: nowrap;
}
}

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