/* Author Attribution — front-end disclaimer styles */

.aa-disclaimer {
    margin-top: 2.5em;
    padding: 1.25em 1.5em;
    border-top: 3px solid currentColor;
    border-radius: 0 0 4px 4px;
    background-color: #f8f8f8;
    font-size: 0.9em;
    line-height: 1.6;
    color: #444;
}

/* Works inside dark-mode themes */
@media (prefers-color-scheme: dark) {
    .aa-disclaimer {
        background-color: #1e1e1e;
        color: #ccc;
    }
}

.aa-disclaimer p:first-child { margin-top: 0; }
.aa-disclaimer p:last-child  { margin-bottom: 0; }

.aa-disclaimer a {
    color: inherit;
    text-decoration: underline;
}
.aa-disclaimer a:hover {
    opacity: 0.8;
}

/* Optional: avatar next to bio */
.aa-disclaimer img.avatar {
    float: left;
    margin: 0 1em 0.5em 0;
    border-radius: 50%;
}
