/*
 * dialog-about.css
 *
 * Styles for About dialog
 * Content area matches the template preview dialog appearance.
 */

/* Content area - matches .managetemplates-show-content */
.about-htmlcontent {
    border: 1px solid #e0e0e0;
    border-radius: 6px;
    padding: 20px;
    min-height: 200px;
    background: #fafafa;
    overflow: auto;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 13.33px;
    line-height: 1.5;
    color: #333;
}

/* Typography rules matching the template preview dialog */
.about-htmlcontent h1 {
    font-size: 2em;
    margin: 0.67em 0;
}

.about-htmlcontent h2 {
    font-size: 1.5em;
    margin: 0.75em 0;
}

.about-htmlcontent h3 {
    font-size: 1.17em;
    margin: 0.83em 0;
}

.about-htmlcontent p {
    margin: 1em 0;
}

.about-htmlcontent ul,
.about-htmlcontent ol {
    margin: 0.4em 0;
    padding-left: 2em;
}

.about-htmlcontent blockquote {
    margin: 1em 0;
    padding: 10px 20px;
    border-left: 4px solid #667eea;
    background: #f5f5f5;
}

.about-htmlcontent a {
    color: #667eea;
    text-decoration: underline;
}

.about-htmlcontent hr {
    border: none;
    border-top: 1px solid #ddd;
    margin: 1em 0;
}

.about-htmlcontent img {
    max-width: 100%;
    height: auto;
}
