

/* 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_2402.css?17800665464127*/
/* Auto extracted. IBLOCK_ID=12, ELEMENT_ID=2402 */

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

.medical-article {
font-family: Arial, Helvetica, sans-serif;
line-height: 1.6;
color: #334155;
max-width: 900px;
margin: 0 auto;
padding: 20px;
background-color: #ffffff;
}

.medical-article h1,
.medical-article h2,
.medical-article h3 {
color: #0f172a;
margin-top: 1.8em;
margin-bottom: 0.8em;
line-height: 1.3;
}

.medical-article h2 {
border-bottom: 2px solid #e2e8f0;
padding-bottom: 8px;
font-size: 1.75rem;
}

.medical-article h3 {
font-size: 1.25rem;
}

.medical-article p {
margin-bottom: 1rem;
}

.medical-article a {
color: #2563eb;
text-decoration: none;
font-weight: bold;
}

.medical-article a:hover {
text-decoration: underline;
}

.medical-article ul {
margin-bottom: 1.5rem;
padding-left: 1.5rem;
}

.medical-article li {
margin-bottom: 0.5rem;
}

.medical-article img {
max-width: 100%;
height: auto;
display: block;
margin: 2rem auto;
border-radius: 8px;
box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1);
}

/* Structural Classes */
.breadcrumbs {
font-size: 0.875rem;
color: #64748b;
margin-bottom: 2rem;
}

/* Cards Grid Pattern */
.cards-grid {
display: grid;
grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
gap: 1.5rem;
margin: 1.5rem 0;
}

.card {
background-color: #f8fafc;
border: 1px solid #e2e8f0;
border-radius: 12px;
padding: 1.5rem;
box-shadow: 0 1px 3px rgba(0,0,0,0.05);
}

.card strong {
display: block;
color: #1e293b;
margin-bottom: 0.5rem;
font-size: 1.1rem;
}

/* Semantic Highlight Blocks */
.selection {
padding: 1.5rem;
border-radius: 12px;
margin: 2rem 0;
}

.selection p:last-child,
.selection ul:last-child {
margin-bottom: 0;
}

.alert-danger {
background-color: #fef2f2;
border-left: 6px solid #ef4444;
}

.alert-danger strong {
color: #991b1b;
font-size: 1.1rem;
display: block;
margin-bottom: 0.75rem;
}

.alert-warning {
background-color: #fffbeb;
border-left: 6px solid #f59e0b;
}

.alert-warning strong {
color: #92400e;
font-size: 1.1rem;
display: block;
margin-bottom: 0.75rem;
}

.alert-success {
background-color: #f0fdf4;
border-left: 6px solid #10b981;
}

.alert-success strong {
color: #065f46;
font-size: 1.1rem;
display: block;
margin-bottom: 0.75rem;
}

.chunk {
background-color: #eff6ff;
border-left: 6px solid #3b82f6;
padding: 1.5rem;
border-radius: 0 12px 12px 0;
margin: 2rem 0;
color: #1e3a8a;
font-weight: bold;
}

/* Table styling */
.table-responsive {
overflow-x: auto;
margin: 2rem 0;
}

.medical-article table {
width: 100%;
border-collapse: collapse;
background-color: #ffffff;
min-width: 600px;
}

.medical-article th,
.medical-article td {
border: 1px solid #cbd5e1;
padding: 1rem;
text-align: left;
vertical-align: top;
}

.medical-article th {
background-color: #f1f5f9;
font-weight: bold;
color: #0f172a;
}

.medical-article tr:nth-child(even) {
background-color: #f8fafc;
}

/* Table of Contents */
.toc {
background-color: #f8fafc;
border: 1px solid #e2e8f0;
border-radius: 12px;
padding: 1.5rem;
margin-bottom: 2rem;
}

.toc h3 {
margin-top: 0;
}

.toc ul {
list-style-type: none;
padding-left: 0;
margin-bottom: 0;
}

.toc li {
margin-bottom: 0.75rem;
}

/* FAQ Section */
.faq-list {
margin-top: 1.5rem;
}

.faq-item {
background-color: #ffffff;
border: 1px solid #e2e8f0;
border-radius: 12px;
padding: 1.5rem;
margin-bottom: 1rem;
box-shadow: 0 1px 2px rgba(0,0,0,0.05);
}

.faq-question {
font-weight: bold;
font-size: 1.1rem;
color: #0f172a;
margin-bottom: 0.75rem;
}

/* Footer Blocks */
.editorial-block {
border: 1px solid #e2e8f0;
padding: 1.5rem;
margin-top: 3rem;
background-color: #f8fafc;
border-radius: 12px;
font-size: 0.9rem;
color: #475569;
}

.disclaimer {
color: #64748b;
margin-top: 2rem;
font-size: 0.85rem;
padding-top: 1.5rem;
border-top: 1px solid #e2e8f0;
}

/* Utilities */
.italic-text {
display: inline;
font-style: italic;
}

.list-decimal {
list-style-type: decimal;
}

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