/* Стили для виджета шаблона политики конфиденциальности */
.template-variable {
    color: #dc2626;
    font-weight: 600;
    background-color: #fef2f2;
    padding: 2px 4px;
    border-radius: 3px;
}

#cleanTemplate h4,
#cleanTemplate h2 {
    font-size: 16px;
    font-weight: 700;
    color: #1E4BA7;
    margin-top: 20px;
    margin-bottom: 12px;
}

#cleanTemplate h4:first-child,
#cleanTemplate h2:first-child {
    margin-top: 0;
}

#cleanTemplate p {
    margin: 0 0 10px 0;
    color: #374151;
    line-height: 1.6;
}

#cleanTemplate p:last-child {
    margin-bottom: 0;
}

#cleanTemplate ul,
#cleanTemplate ol {
    margin: 10px 0;
    padding-left: 20px;
}

#cleanTemplate li {
    margin: 5px 0;
    color: #374151;
}

.prose summary h3 {
    font-size: 1em;
}

.prose summary h3, .prose .mt0{
    margin: 0;
}