/*
Theme Name: Hey Child
Template: hey-wpcom
*/

.pinboard-aside {
    margin-top: 2rem !important;
    padding: 1.25rem 1.5rem !important;
    background: #f0f0f0;        /* light gray box */
    border-radius: 6px;
    font-size: 0.85rem !important;  /* slightly smaller than posts */
    max-width: 85%;             /* narrower than the post list */
}

.pinboard-aside::before {
    content: "recent links";
    display: block;
    font-size: 0.7rem;
    color: #999;
    margin-bottom: 0.85rem;
    text-transform: lowercase;
    letter-spacing: 0.05em;
}

.pinboard-aside a {
    color: #444;               /* slightly muted vs post titles */
    text-decoration: none;
}

.pinboard-aside a:hover {
    text-decoration: underline;
}