/*==================================================
 PRバナー
==================================================*/

.pr-banner{
display:flex;
align-items:center;
justify-content:center;
width:100%;
height:54px;
border-radius:8px;
background:linear-gradient(135deg,#f0abfc,#c084fc);
color:#fff;
font-size:13px;
font-weight:500;
text-decoration:none;
}

/*==================================================
 ウィジェットタイトル
==================================================*/

.widget-sidebar-title.widget-title{
background:linear-gradient(90deg,#fdf4ff,#f5f3ff)!important;
border-left:3px solid #d946ef!important;
border-bottom:none!important;
border-radius:0 4px 4px 0;
padding:6px 10px!important;
font-size:13px!important;
}

.widget-sidebar-title.widget-title::before,
.widget-sidebar-title.widget-title::after{
display:none!important;
}

/*==================================================
 プロフィール
==================================================*/

.author-thumb img{
border:3px solid #f3e8ff!important;
width:80px!important;
height:80px!important;
}

.author-name a{
color:var(--purple-dark)!important;
font-size:14px!important;
}

.author-description{
font-size:12px!important;
line-height:1.6;
}

.sns-follow-buttons{
justify-content:center!important;
}

.sns-follow .sns-button{
background:linear-gradient(135deg,#e879f9,#6366f1)!important;
border:none!important;
width:28px!important;
height:28px!important;
aspect-ratio:1/1!important;
border-radius:50%!important;
display:flex!important;
align-items:center!important;
justify-content:center!important;
flex-shrink:0!important;
}

.sns-follow .sns-button .social-icon,
.sns-follow .sns-button [class*="icon-"]{
color:#fff!important;
font-size:12px!important;
}

.sns-follow .feedly-button,
.sns-follow .rss-button{
display:none!important;
}

.author-widget-name{
display:none!important;
}

/*==================================================
 カテゴリー
==================================================*/

#categories-2 ul li{
border-radius:6px;
font-size:13px!important;
}

#categories-2 ul li:hover{
background:#fdf4ff!important;
}

/*==================================================
 人気記事
==================================================*/

.popular-entry-cards .entry-card-ranking-number{
background:linear-gradient(135deg,#e879f9,#a855f7)!important;
border-radius:4px!important;
color:#fff!important;
font-size:11px!important;
}

.popular-entry-cards .entry-card-title{
font-size:12px!important;
}