
:root { --primary: #f387c2; } 
body { font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif; margin: 0; padding: 0; overflow-x: hidden; background: #fff; line-height: 1.6; }
.v_67dd3ccd { background: #000; color: #fff; padding: 0.6rem 1.2rem; border-bottom: 3px solid var(--primary); }
.v_678705e9 { font-weight: 900; font-size: 1.2rem; text-decoration: none; color: #fff; }
.v_04126733 { max-width: 800px; margin: 0 auto; padding: 1.5rem; background: #fff; }
.v_a953c938 { text-align: center; padding: 1.5rem; border-top: 1px solid #eee; font-size: 0.75rem; color: #888; margin-top: 2rem; }
img { 
    max-width: 100%; 
    height: auto; 
    display: block; 
    margin: 1.5rem auto 0.5rem auto; 
    border-radius: 8px; 
    box-shadow: 0 4px 12px rgba(0,0,0,0.08);
}
.wp-caption { max-width: 100%; text-align: center; margin-bottom: 2rem; }
.wp-caption-text, figcaption { 
    font-size: 0.9rem; 
    color: #666; 
    margin-top: 0.5rem; 
    font-style: italic;
    display: block;
    text-align: center;
}
p { margin: 0 0 1.2rem 0; color: #374151; font-size: 1.1rem; }
h1.entry-title { font-size: 2.5rem; margin: 0 0 1.5rem 0; color: #111827; border-bottom: 4px solid #f3f4f6; padding-bottom: 1rem; line-height: 1.1; font-weight: 800; }
h2, h3 { color: #1f2937; margin: 2rem 0 1rem 0; line-height: 1.3; font-weight: 700; }
a { color: var(--primary); text-decoration: none; border-bottom: 1px solid transparent; transition: border-color 0.2s; }
a:hover { border-bottom-color: var(--primary); }
ul, ol { margin-bottom: 1.5rem; padding-left: 1.5rem; color: #4b5563; }
li { margin-bottom: 0.5rem; }
