

/* 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_5321.css?17804098414169*/
/* Auto extracted. IBLOCK_ID=12, ELEMENT_ID=5321 */

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

.med-article {
font-family: Arial, Helvetica, sans-serif;
line-height: 1.6;
color: #333;
max-width: 900px;
margin: 0 auto;
padding: 20px;
}

.med-article h1,
.med-article h2,
.med-article h3 {
color: #2c3e50;
margin-bottom: 15px;
}

.med-article h1 {
font-size: 2.2em;
margin-top: 10px;
}

.med-article h2 {
font-size: 1.6em;
border-bottom: 2px solid #eaeaea;
padding-bottom: 8px;
margin-top: 35px;
}

.med-article h3 {
font-size: 1.3em;
margin-top: 25px;
}

.med-article p {
margin-bottom: 15px;
}

.med-article a {
color: #0066cc;
text-decoration: none;
}

.med-article a:hover {
text-decoration: underline;
}

.breadcrumbs {
font-size: 0.9em;
color: #666;
margin-bottom: 25px;
background: #f8f9fa;
padding: 10px 15px;
border-radius: 6px;
}

.breadcrumbs a {
color: #555;
}

.inline-italic {
display: inline;
font-style: italic;
}

/* Grids and Cards */
.cards-grid {
display: grid;
grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
gap: 20px;
margin: 20px 0;
}

.card {
background-color: #f8f9fa;
padding: 20px;
border-radius: 8px;
border: 1px solid #e9ecef;
box-shadow: 0 2px 5px rgba(0,0,0,0.03);
}

.quick-summary .card {
background-color: #eef2f5;
border-left: 4px solid #3498db;
}

.takeaways .card {
background-color: #f0fdf4;
border-left: 4px solid #10b981;
}

/* Alerts and Callouts */
.alert-danger {
background-color: #fef2f2;
border-left: 5px solid #ef4444;
padding: 20px;
margin: 25px 0;
border-radius: 0 8px 8px 0;
}

.alert-warning {
background-color: #fffbeb;
border-left: 5px solid #f59e0b;
padding: 20px;
margin: 25px 0;
border-radius: 0 8px 8px 0;
}

.alert-success {
background-color: #ecfdf5;
border-left: 5px solid #10b981;
padding: 20px;
margin: 25px 0;
border-radius: 0 8px 8px 0;
}

.alert-danger strong,
.alert-warning strong,
.alert-success strong {
display: block;
margin-bottom: 10px;
font-size: 1.1em;
}

.alert-danger ul,
.alert-warning ul,
.alert-success ul {
margin-bottom: 0;
}

/* Lists */
.med-article ul {
margin-bottom: 20px;
padding-left: 20px;
}

.med-article li {
margin-bottom: 8px;
}

/* Tables */
.table-wrapper {
overflow-x: auto;
margin: 25px 0;
}

.med-article table {
width: 100%;
border-collapse: collapse;
background-color: #fff;
}

.med-article th,
.med-article td {
border: 1px solid #dee2e6;
padding: 12px 15px;
text-align: left;
}

.med-article th {
background-color: #2c3e50;
color: #ffffff;
font-weight: bold;
}

.med-article tr:nth-child(even) {
background-color: #f8f9fa;
}

/* Images */
.med-article img {
max-width: 100%;
height: auto;
display: block;
margin: 30px auto;
background-color: #f1f3f5;
border: 1px dashed #ced4da;
padding: 10px;
border-radius: 4px;
}

/* FAQ */
.faq-list {
margin: 25px 0;
}

.faq-item {
background: #ffffff;
border: 1px solid #e2e8f0;
padding: 20px;
border-radius: 8px;
margin-bottom: 15px;
box-shadow: 0 1px 3px rgba(0,0,0,0.05);
}

.faq-item h3 {
margin-top: 0;
font-size: 1.1em;
color: #1e293b;
}

.faq-item p:last-child {
margin-bottom: 0;
}

/* TOC */
.toc {
background-color: #f8fafc;
padding: 25px;
border-radius: 8px;
margin: 30px 0;
border: 1px solid #e2e8f0;
}

.toc h2 {
margin-top: 0;
border-bottom: none;
font-size: 1.4em;
margin-bottom: 15px;
}

.toc ul {
list-style: none;
padding-left: 0;
}

.toc li {
margin-bottom: 12px;
}

/* Editor & Disclaimer */
.editor-box {
background-color: #f8fafc;
border: 1px solid #cbd5e1;
padding: 20px;
margin-top: 40px;
border-radius: 8px;
font-size: 0.95em;
}

.editor-box strong {
display: block;
margin-bottom: 10px;
font-size: 1.1em;
}

.disclaimer {
background-color: #f1f5f9;
padding: 20px;
border-left: 4px solid #94a3b8;
margin-top: 25px;
font-size: 0.9em;
color: #475569;
}

@media (max-width: 768px) {
.med-article {
padding: 15px;
}
.med-article h1 {
font-size: 1.8em;
}
.med-article h2 {
font-size: 1.4em;
}
.cards-grid {
grid-template-columns: 1fr;
}
}

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