/* Creative Theme - Bold and distinctive */

.a4-page.theme-creative {
    font-family: 'Georgia', 'Palatino', serif;
    font-size: 10.5pt;
    line-height: 1.5;
    color: #2c2c2c;
}

.theme-creative h1 {
    font-size: 28pt;
    font-weight: normal;
    color: #e74c3c;
    margin-bottom: 0.2em;
    font-style: italic;
}

.theme-creative h2 {
    font-size: 14pt;
    font-weight: bold;
    color: #e74c3c;
    margin-top: 1.2em;
    margin-bottom: 0.6em;
    position: relative;
    padding-left: 15px;
}

.theme-creative h2::before {
    content: '';
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    width: 5px;
    height: 20px;
    background: #e74c3c;
}

.theme-creative h3 {
    font-size: 12pt;
    font-weight: bold;
    color: #2c2c2c;
    margin-top: 0.8em;
    margin-bottom: 0.3em;
}

.theme-creative p {
    margin-bottom: 0.6em;
}

.theme-creative ul,
.theme-creative ol {
    margin-left: 1.5em;
    margin-bottom: 0.6em;
}

.theme-creative li {
    margin-bottom: 0.3em;
}

.theme-creative li::marker {
    color: #e74c3c;
}

.theme-creative a {
    color: #e74c3c;
    text-decoration: none;
    border-bottom: 1px solid #e74c3c;
}

.theme-creative strong {
    font-weight: bold;
    color: #2c2c2c;
}

.theme-creative em {
    font-style: italic;
    color: #666;
}

.theme-creative blockquote {
    margin: 1em 0;
    padding: 1em 1.5em;
    background: #fef5f5;
    border-left: 4px solid #e74c3c;
    font-style: italic;
}

.theme-creative hr {
    border: none;
    border-top: 2px solid #f0f0f0;
    margin: 1.5em 0;
    position: relative;
}

.theme-creative hr::after {
    content: '•';
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    background: white;
    padding: 0 10px;
    color: #e74c3c;
}

.theme-creative code {
    font-family: 'Courier New', monospace;
    font-size: 9.5pt;
    background: #f8f8f8;
    color: #c0392b;
    padding: 0.15em 0.4em;
}

.theme-creative pre {
    background: #f8f8f8;
    padding: 1em;
    overflow-x: auto;
    font-family: 'Courier New', monospace;
    font-size: 9pt;
    margin-bottom: 1em;
    border-left: 3px solid #e74c3c;
}

.theme-creative pre code {
    background: none;
    padding: 0;
}

.theme-creative table {
    width: 100%;
    border-collapse: collapse;
    margin-bottom: 1em;
}

.theme-creative th,
.theme-creative td {
    padding: 0.6em;
    text-align: left;
    border-bottom: 1px solid #f0f0f0;
}

.theme-creative th {
    font-weight: bold;
    color: #e74c3c;
    background: #fef5f5;
}
