

/* 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_6480.css?17831020703772*/
/* Auto extracted. IBLOCK_ID=12, ELEMENT_ID=6480 */

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

.trismus-article {
font-family: Arial, Helvetica, sans-serif;
line-height: 1.6;
color: #1c2b3a;
max-width: 900px;
margin: 0 auto;
padding: 20px;
}
.trismus-article * {
box-sizing: border-box;
}
.trismus-article a {
color: #1a6fbf;
text-decoration: none;
}
.trismus-article a:hover {
text-decoration: underline;
}
.breadcrumbs {
font-size: 13px;
color: #566878;
margin-bottom: 20px;
}
.badge {
display: inline-block;
background-color: #e9f7f1;
color: #1a7a50;
padding: 6px 12px;
border-radius: 4px;
font-size: 12px;
font-weight: bold;
text-transform: uppercase;
margin-bottom: 15px;
}
.trismus-article h1 {
color: #0b2444;
font-size: 28px;
margin: 10px 0 20px;
line-height: 1.3;
}
.trismus-article h2 {
color: #0b2444;
font-size: 24px;
margin: 40px 0 20px;
border-bottom: 2px solid #edf5fc;
padding-bottom: 10px;
}
.trismus-article h3 {
color: #145499;
font-size: 18px;
margin: 25px 0 15px;
}
.trismus-article p {
margin-bottom: 15px;
}
.trismus-article ul {
margin-bottom: 20px;
padding-left: 20px;
}
.trismus-article li {
margin-bottom: 8px;
}
.numbered-list {
counter-reset: custom-counter;
list-style-type: none;
padding-left: 0;
}
.numbered-list li {
position: relative;
padding-left: 32px;
margin-bottom: 12px;
}
.numbered-list li::before {
content: counter(custom-counter) ".";
counter-increment: custom-counter;
position: absolute;
left: 0;
top: 0;
width: 22px;
height: 22px;
background-color: #1a6fbf;
color: #ffffff;
border-radius: 50%;
display: flex;
align-items: center;
justify-content: center;
font-size: 12px;
font-weight: bold;
}
.danger-block {
background-color: #fff5f4;
border-left: 4px solid #c0392b;
padding: 20px;
margin: 25px 0;
border-radius: 0 8px 8px 0;
}
.danger-block h3 {
color: #c0392b;
margin-top: 0;
}
.warning-block {
background-color: #fff4e6;
border-left: 4px solid #b05c00;
padding: 20px;
margin: 25px 0;
border-radius: 0 8px 8px 0;
}
.warning-block strong {
color: #8c4900;
}
.insight-block {
background-color: #edf5fc;
border-left: 4px solid #1a6fbf;
padding: 20px;
margin: 25px 0;
border-radius: 0 8px 8px 0;
}
.toc-block {
background-color: #f8f9fa;
padding: 25px;
border-radius: 8px;
margin: 30px 0;
}
.toc-block h3 {
margin-top: 0;
color: #0b2444;
}
.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-top: 4px solid #1a6fbf;
border-radius: 8px;
padding: 20px;
box-shadow: 0 4px 15px rgba(11,36,68,0.06);
}
.card h3 {
margin-top: 0;
margin-bottom: 12px;
font-size: 16px;
color: #0b2444;
}
.table-wrapper {
overflow-x: auto;
margin: 25px 0;
}
.data-table {
width: 100%;
border-collapse: collapse;
font-size: 15px;
}
.data-table th, .data-table td {
border: 1px solid #cfd9e6;
padding: 14px;
vertical-align: top;
}
.data-table th {
background-color: #0b2444;
color: #ffffff;
font-weight: bold;
text-align: left;
}
.data-table tr:nth-child(even) {
background-color: #f5faff;
}
.conclusion-block {
background-color: #e9f7f1;
padding: 25px;
border-radius: 8px;
margin: 35px 0;
border: 1px solid #c2e6d5;
}
.conclusion-block h2 {
margin-top: 0;
border-bottom: none;
padding-bottom: 0;
color: #1a7a50;
}
.info-block {
background-color: #f8f9fa;
padding: 20px;
border-radius: 8px;
font-size: 14px;
margin-top: 40px;
border: 1px solid #e2e6ea;
}
.disclaimer-block {
background-color: #fffde7;
border: 1px solid #f0e68c;
padding: 20px;
font-size: 14px;
color: #555555;
margin-top: 25px;
border-radius: 8px;
}
.image-container {
margin: 25px 0;
text-align: center;
}
.image-container img {
max-width: 100%;
height: auto;
border-radius: 8px;
border: 1px solid #cfd9e6;
}
.text-danger {
color: #c0392b;
font-weight: bold;
}

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