@import url('https://fonts.googleapis.com/css2?family=Crimson+Text&display=swap');

.profile-figure {
    float: right;
    margin: 0 0 16px 32px;
    text-align: center;
}

.profile-img {
    width: 220px;
    display: block;
    margin: 0 auto;
    border-radius: 50%;
}

.profile-figure figcaption {
    font-size: 0.75em;
    color: #666;
    margin-top: 6px;
    white-space: nowrap;
}

body {
    font-family: 'Crimson Text', serif;
    background-color: #f4f4f4;
    color: #333;
    line-height: 1.6;
    margin: 0;
    padding: 40px 60px;
}

h1, h2, h3, h4, h5, h6 {
    color: #333;
    font-family: 'Crimson Text', serif;
}

p {
    font-size: 1.1em;
    margin-bottom: 1.5em;
}

a, a:visited {
    color: #E8A0BF;
    text-decoration: none;
    transition: color 0.2s ease;
}

a:hover {
    color: #F9D5E5;
    text-decoration: underline;
}

sup {
    color: #E8A0BF;
}

footer {
    color: #E8A0BF;
    font-size: 0.9em;
    margin-top: 2em;
}

.footnotes {
    font-size: 0.9em;
    background-color: #FFF0F5;
    padding: 12px;
    border-radius: 8px;
    margin-top: 2em;
}

.container {
    max-width: 700px;
    margin: 60px auto;
    background: white;
    padding: 40px;
    border-radius: 12px;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.05);
}

.site-header {
    text-align: center;
    margin-bottom: 40px;
}

.site-header h1 {
    color: #E8A0BF;
    font-size: 2.2em;
    margin-bottom: 5px;
}

.tagline {
    color: #888;
    font-size: 0.95em;
    margin-bottom: 0;
}

.site-header::after {
    content: "";
    display: block;
    width: 60px;
    height: 3px;
    background: #E8A0BF;
    margin: 15px auto 0;
    border-radius: 2px;
}

.post-preview {
    padding: 16px 0;
    border-bottom: 1px solid #f3dfe7;
    transition: transform 0.15s ease;
}

.post-preview:hover {
    transform: translateY(-2px);
}

.post-preview h3 {
    margin: 0;
}

.separator {
    color: #F9D5E5;  /* lighter pink (softer accent) */
    margin: 0 6px;
}

.post-date {
    color: #E8A0BF;  /* your main pink */
    font-size: 0.85em;
}
