/* 
 * Featured Banner
 * Used to highlight featured or sponsored posts at the top of pages.
 */

/* featuredバナー用強調デザイン */
.featured-banner {
    background-color: #8bc7f7;
    color: #fff;
    border-radius: 6px;
    padding: 12px 16px;
    margin-bottom: 20px;
}

.featured-banner .category {
    color: #fff;
    font-size: 1.1em;
    margin-bottom: 8px;
}

.featured-banner .title {
    font-size: 1.3em;
    font-weight: bold;
}

/* リンク色をデフォルトに戻す */
.featured-post a {
    text-decoration: underline;
}
