/* Goodreads Integration Styles */
.book-item {
    display: flex !important;
    align-items: flex-start !important;
    margin-bottom: 20px;
}
  
.book-cover {
    margin-right: 20px;
    max-width: 150px;
}

.book-details {
    flex: 1;
    font-weight: normal;
}

.book-details header {
    font-weight: bold;
}

.book-details article {
    font-weight: normal;
}

/* Goodreads Quotes Styles */
.quote-content {
    font-family: Georgia, serif;
    font-style: italic;
    font-weight: normal;
    font-size: 1.1em;
    line-height: 1.6;
    position: relative;
    padding: 10px;
    margin-bottom: 0.2em;
}

.quote-wrapper {
    border: 2px solid #EBE8D5!important;
    border-radius: 10px;
    padding: 7px;
    margin-bottom: 20px;
}

.quote-author {
    text-align: left;
    padding-right: 30px;
    font-size: 0.9em;
    color: #666;
    margin-bottom: 0.5em;
}

/* Home Recent Posts: boxed style like notmyidea */
.recent-posts .recent-posts-article {
    background: #fff;
    border: 1px solid #eee;
    border-radius: 10px;
    padding: 16px 18px;
    margin: 0 0 20px 0;
    box-shadow: 0 1px 2px rgba(0,0,0,0.03);
}

/* Override Elegant's dotted divider */
.recent-posts .recent-posts-article {
    border-bottom: none !important;
}

.recent-posts .recent-posts-article a {
    text-decoration: none;
}

.recent-posts .recent-posts-article a:hover {
    text-decoration: underline;
}

.recent-posts .recent-posts-posted {
    margin: 6px 0 10px 0;
}

.recent-posts .entry-content {
    margin-top: 6px;
}

/* Make recent post titles larger */
.recent-posts .recent-title {
    font-size: 1.8rem;
    line-height: 1.25;
    margin: 0 0 6px 0;
    border: none;
}

.recent-posts .recent-title a {
    display: block;
}

/* Ensure recent post titles keep link color (not inherited black) */
.recent-posts .recent-title a {
    color: #4169e1 !important; /* match Elegant link tone */
}
.recent-posts .recent-title a:hover {
    color: #1e90ff !important;
}

/* Backward compatibility if template isn't updated */
.recent-posts .recent-posts-article > a {
    display: block;
    font-size: 1.6rem !important;
    line-height: 1.3;
    font-weight: 600;
}

.recent-posts .recent-posts-article small.subtitle {
    font-size: 1rem;
    margin-left: 6px;
    color: #696969;
}
