

/* 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_5538.css?17804066974077*/
/* Auto extracted. IBLOCK_ID=12, ELEMENT_ID=5538 */

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

.fibroma-wrap {
margin: 0 auto;
max-width: 900px;
font-family: Arial, Helvetica, sans-serif;
line-height: 1.6;
color: #333333;
padding: 20px;
}
.fibroma-wrap h1 {
font-size: 2.2em;
color: #2c3e50;
border-bottom: 2px solid #3498db;
padding-bottom: 10px;
margin-bottom: 20px;
}
.fibroma-wrap h2 {
font-size: 1.5em;
color: #2980b9;
margin-top: 35px;
margin-bottom: 15px;
border-bottom: 1px solid #ecf0f1;
padding-bottom: 5px;
}
.fibroma-wrap h3 {
font-size: 1.2em;
color: #34495e;
margin-top: 25px;
margin-bottom: 10px;
}
.fibroma-wrap p {
margin-bottom: 15px;
}
.fibroma-wrap ul {
margin-bottom: 15px;
padding-left: 20px;
}
.fibroma-wrap li {
margin-bottom: 8px;
}
.fibroma-wrap a {
color: #3498db;
text-decoration: none;
}
.fibroma-wrap a:hover {
text-decoration: underline;
}

/* Breadcrumbs */
.breadcrumbs {
font-size: 0.9em;
color: #7f8c8d;
margin-bottom: 20px;
background-color: #f8f9fa;
padding: 12px 15px;
border-radius: 5px;
}

/* Semantic Colored Blocks */
.danger-block {
background-color: #fdedec;
border-left: 5px solid #e74c3c;
padding: 15px;
margin: 20px 0;
border-radius: 4px;
}
.danger-block strong {
color: #c0392b;
font-size: 1.05em;
}
.warning-block {
background-color: #fef9e7;
border-left: 5px solid #f1c40f;
padding: 15px;
margin: 20px 0;
border-radius: 4px;
}
.warning-block strong {
color: #d35400;
font-size: 1.05em;
}
.success-block {
background-color: #eafaf1;
border-left: 5px solid #2ecc71;
padding: 15px;
margin: 20px 0;
border-radius: 4px;
}
.success-block strong {
color: #27ae60;
font-size: 1.05em;
}
.insight-block {
background-color: #ebf5fb;
border-left: 5px solid #3498db;
padding: 15px;
margin: 20px 0;
border-radius: 4px;
}
.summary-block {
background-color: #f4ecf7;
border-left: 5px solid #9b59b6;
padding: 15px;
margin: 20px 0;
border-radius: 4px;
}
.summary-block strong {
color: #8e44ad;
font-size: 1.1em;
display: block;
margin-bottom: 10px;
}

/* Grid & Cards */
.cards-grid {
display: grid;
grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
gap: 20px;
margin: 20px 0;
}
.card {
background-color: #ffffff;
border: 1px solid #e0e0e0;
border-radius: 8px;
padding: 20px;
border-top: 4px solid #3498db;
}
.card strong {
color: #2c3e50;
font-size: 1.1em;
display: block;
margin-bottom: 10px;
border-bottom: 1px solid #f0f0f0;
padding-bottom: 5px;
}

/* TOC */
.toc {
background-color: #f8f9fa;
border: 1px solid #e9ecef;
border-radius: 8px;
padding: 20px;
margin: 20px 0;
}
.toc strong {
font-size: 1.2em;
color: #2c3e50;
display: block;
margin-bottom: 15px;
}
.toc ul {
list-style-type: none;
padding-left: 0;
}
.toc a {
color: #34495e;
font-weight: bold;
}
.toc a:hover {
color: #3498db;
}

/* Tables */
.table-responsive {
overflow-x: auto;
margin: 20px 0;
}
.fibroma-wrap table {
width: 100%;
border-collapse: collapse;
background-color: #ffffff;
}
.fibroma-wrap th,
.fibroma-wrap td {
border: 1px solid #bdc3c7;
padding: 12px 15px;
text-align: left;
}
.fibroma-wrap th {
background-color: #34495e;
color: #ffffff;
font-weight: bold;
}
.fibroma-wrap tr:nth-child(even) {
background-color: #f9f9f9;
}

/* FAQ */
.faq-item {
background-color: #ffffff;
border: 1px solid #e0e0e0;
border-radius: 8px;
padding: 20px;
margin-bottom: 15px;
}
.faq-q {
font-size: 1.1em;
font-weight: bold;
color: #2c3e50;
margin-bottom: 10px;
}
.faq-a {
color: #555555;
}

/* Images */
.fibroma-wrap img {
max-width: 100%;
height: auto;
display: block;
margin: 20px auto;
border-radius: 8px;
border: 1px solid #ecf0f1;
}

/* Editorial Disclaimer */
.disclaimer {
font-size: 0.9em;
color: #7f8c8d;
margin-top: 40px;
padding-top: 20px;
border-top: 1px solid #ecf0f1;
}

@media (max-width: 768px) {
.cards-grid {
grid-template-columns: 1fr;
}
.fibroma-wrap {
padding: 10px;
}
.fibroma-wrap th,
.fibroma-wrap td {
padding: 10px;
}
}

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