/* Auto Beautify & Linker Styles */
.abl-dropcap:first-letter,
.entry-content p:first-of-type:first-letter,
.single .post-content p:first-of-type:first-letter {
    float: left;
    font-size: 3.2em;
    line-height: 0.9;
    padding-right: 6px;
    padding-top: 4px;
    font-weight: 600;
}

body .entry-content,
body .post-content {
    hyphens: auto;
    word-wrap: break-word;
    line-height: 1.8;
    font-variant-ligatures: contextual;
}

.abl-callout {
    border-radius: 12px;
    padding: 14px 16px;
    margin: 16px 0;
    border: 1px solid rgba(0,0,0,0.08);
    box-shadow: 0 2px 6px rgba(0,0,0,0.06);
    background: #fff;
}

.abl-callout.abl-note { border-left: 4px solid #4e9af1; }
.abl-callout.abl-warning { border-left: 4px solid #f19a4e; }
.abl-callout.abl-tip { border-left: 4px solid #49c288; }

/* Make linked+bold keywords visually tidy */
.entry-content a strong, .post-content a strong {
    text-decoration: none;
}

/* Optional nicer blockquotes */
.entry-content blockquote, .post-content blockquote {
    font-style: italic;
    padding: 8px 16px;
    border-left: 3px solid rgba(0,0,0,0.15);
    background: rgba(0,0,0,0.025);
}
