/*
Theme Name: PBO Child
Template: swell
Version: 1.0.0
Description: PBO custom child theme for SWELL
*/

/* ==========================================================================
   1. ヘッダー・ナビゲーション
   ========================================================================== */

@media (min-width: 960px) {
    .-series .l-header__logo {
        align-items: center;
        display: flex;
        flex-wrap: wrap;
        margin-right: 24px;
        padding: 0;
    }
}

.c-gnav>.menu-item>a .ttl {
    font-size: 16px;
    font-weight: 700;
    font-style: normal;
}

/* ヘッダー固定 */
@media (min-width: 960px) {
    .l-header {
        position: fixed !important;
        background: #FFF;
        top: 0;
    }
}

#body_wrap {
    margin-top: 105px;
}

@media screen and (max-width: 959px) {
    .l-header {
        position: fixed;
        top: 0 !important;
    }

    #body_wrap {
        margin-top: 108px;
    }
}

@media screen and (max-width: 600px) {
    #body_wrap {
        margin-top: 105px;
    }
}

/* 下層ページのヘッダー幅をトップに合わせる */
.l-header__inner.l-container {
    max-width: 1525px !important;
    justify-content: center;
}

.l-fixHeader__inner {
    max-width: 85%;
}

.home .l-header__inner.l-container {
    justify-content: center;
}

.l-header__bar .l-container {
    padding: 5px 0;
}

/* ヘッダーバー（PC） */
@media (min-width: 960px) {
    .l-header__barInner {
        display: flex;
        justify-content: space-between;
    }

    .l-header__bar .l-container {
        margin-right: 0;
        margin-left: 0;
        max-width: 100%;
    }

    .l-header__bar .c-catchphrase {
        margin: 0px 0px 0px 7.5rem;
        font-size: 14px;
    }

    .my-button-nobr {
        white-space: nowrap;
    }
}

/* ==========================================================================
   2. フォント・タイポグラフィ
   ========================================================================== */

body {
    font-family: -apple-system, BlinkMacSystemFont, Roboto, "Segoe UI", "Helvetica Neue", HelveticaNeue, YuGothic, "Yu Gothic Medium", "Yu Gothic", Verdana, Meiryo, sans-serif;
}

.c-postTitle__ttl {
    font-size: 32px;
}

.c-pageTitle {
    font-size: 1.5rem;
}

.c-pageTitle__subTitle {
    display: none;
}

@media screen and (max-width: 480px) {
    .c-postTitle__ttl {
        font-size: 24px;
    }
}

/* ==========================================================================
   3. トップバナー
   ========================================================================== */

.topttl {
    font-size: 34px;
    color: #FFFFFF;
    font-weight: bold;
}

.subttl {
    font-size: 30px;
    color: #FFFFFF;
    font-weight: bold;
}

.sub {
    font-size: 24px;
    color: #FFFFFF;
    font-weight: bold;
}

@media screen and (max-width: 480px) {
    .l-header__inner.l-container {
        max-width: 100% !important;
    }

    .topttl {
        font-size: 16px;
        color: #FFFFFF;
        font-weight: bold;
    }

    .subttl {
        font-size: 15px;
        color: #FFFFFF;
        font-weight: bold;
    }

    .sub {
        font-size: 13px;
        color: #FFFFFF;
        font-weight: bold;
    }
}

/* PC/SP 表示切り替え */
@media screen and (min-width: 750px) {
    .pc {
        display: inline;
    }

    .sp {
        display: none;
    }
}

/* ==========================================================================
   4. タグクラウド（ハッシュタグ風）
   ========================================================================== */

.wp-block-tag-cloud {
    margin-bottom: 30px;
}

.wp-block-tag-cloud a {
    display: inline-block;
    background: #b0c4de;
    font-size: 14px !important;
    line-height: 1em;
    color: #ffffff;
    text-decoration: none;
    white-space: nowrap;
    padding: 5px 7px;
    margin-top: 3px;
    border-radius: 16px;
    border: 1px solid #b0c4de;
}

.wp-block-tag-cloud a:hover {
    background: #fff;
    color: #41A77B;
    border: 1px solid #b0c4de;
}

.wp-block-tag-cloud a:before {
    content: "# ";
}

/* ==========================================================================
   5. 会員機能（続きを読む・ログイン/登録ボタン）
   ========================================================================== */

/* 続きは会員専用です */
.cp_box *,
.cp_box *:before {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

.cp_box {
    position: relative;
}

.cp_box label {
    position: absolute;
    z-index: 1;
    bottom: 0;
    width: 100%;
    height: 40px;
    cursor: pointer;
    text-align: center;
    background: linear-gradient(to bottom, rgba(250, 252, 252, 0) 0%, rgba(250, 252, 252, 0.95) 90%);
}

.cp_box label:after {
    line-height: 2.5rem;
    position: absolute;
    z-index: 2;
    bottom: 20px;
    left: 50%;
    width: 20rem;
    font-family: FontAwesome;
    content: '続きは会員専用です';
    transform: translate(-50%, 0);
    letter-spacing: 0.05em;
    color: #ffffff;
    border-radius: 20px;
    background-color: rgba(255, 0, 0, 1);
}

.cp_box input {
    display: none;
}

.cp_box .cp_container {
    overflow: hidden;
    height: 150px;
    transition: all 0.5s;
}

/* 会員登録ボタン */
.kaiin-box {
    background-image: radial-gradient(circle, rgba(58, 99, 255, 1), rgba(42, 179, 252, 1) 90%);
    color: #FFFDFB;
    border-radius: 1px;
}

/* ログインボタン */
.contact-box {
    background-image: linear-gradient(90deg, rgba(247, 93, 139, 1), rgba(254, 220, 64, 1));
    color: #FFFDFB;
    border-radius: 1px;
}

/* ログアウトボタン */
.contact-box2 {
    background-color: #050D21;
    color: #FFFDFB;
}

/* 会員ボタン共通サブテキスト */
.contact-box .c-smallNavTitle {
    color: #FFFDFB;
}

/* Simple Membership 標準メッセージ非表示 */
.swpm-post-login-p {
    display: none !important;
}

/* ==========================================================================
   6. ボタン（もっと見る）
   ========================================================================== */

/* PC版（メディアクエリ内で定義されていた分） */
@media (min-width: 960px) {
    .is-style-more_btn a {
        background: #C7A150;
        width: fit-content;
        min-width: unset;
        padding: 0.6em 4.3em 0.5em 1.8em;
        box-shadow: none;
        color: #fff;
        border-radius: 999px;
    }

    .is-style-more_btn a:hover {
        background: #EF9C66;
        color: var(--color_text);
    }

    .is-style-more_btn a::after {
        background: #fff;
        border-radius: 999px;
        width: 20px;
        height: 20px;
        color: #EF9C66;
        display: flex;
        align-items: center;
        justify-content: center;
        font-weight: bold;
        right: 1.2em;
    }
}

/* 共通ボタンスタイル */
.is-style-more_btn a {
    background-color: #0a418a;
    border-radius: 0;
    border: 1px solid #0a418a;
    box-shadow: var(--swl-btn_shadow);
    color: #FFF;
}

.is-style-more_btn a::after {
    color: #FFF;
    background: none;
}

.is-style-more_btn a:hover {
    background-color: #FFF;
    color: #0a418a;
}

.is-style-more_btn a:hover::after {
    color: #0a418a;
    background: none;
}

/* ==========================================================================
   7. サイドバー
   ========================================================================== */

#sidebar h2 {
    padding-left: 15px !important;
    padding-right: 15px !important;
    margin-left: 0 !important;
    margin-right: 0 !important;
    width: 100% !important;
    text-align: left;
}

#sidebar h2.topics_ttl {
    position: relative;
    font-size: 2.1em;
    margin-bottom: 1.2rem !important;
    padding-left: 3rem !important;
}

#sidebar h2.topics_ttl:before {
    position: absolute;
    width: 40px;
    height: 40px;
    content: '';
    background-image: url(https://pbo-pbc.com/wp-content/uploads/2025/01/cropped-ファビコン250x250.png.webp);
    background-repeat: no-repeat;
    background-size: contain;
    bottom: 3px;
    left: 0px;
}

/* サイドバーランキング */
#sidebar .side_ranking ul {
    counter-reset: side-rank;
}

#sidebar .side_ranking ul li {
    margin-bottom: 15px;
    padding-bottom: 15px;
    border-bottom: 1px solid var(--color_border);
}

#sidebar .side_ranking ul li:before {
    background-color: #0a418a;
    color: #fff;
    content: counter(side-rank);
    counter-increment: side-rank;
    display: flex;
    justify-content: center;
    align-items: center;
    pointer-events: none;
    position: absolute;
    text-align: center;
    z-index: 2;
    width: 30px;
    height: 30px;
    font-weight: bold;
    font-size: 19px;
}

#sidebar .side_ranking ul li:first-child:before {
    background-color: #e6cb00;
}

#sidebar .side_ranking ul li:nth-child(2):before {
    background-color: #a5a5a5;
}

#sidebar .side_ranking ul li:nth-child(3):before {
    background-color: #c47222;
}

/* ==========================================================================
   8. サイドバー人気記事（WP Popular Posts）
   ========================================================================== */

.side-popular-box .c-tabBody {
    border: none;
    padding: 0;
}

.side-popular-box .c-tabBody .wpp-list {
    padding: 0;
}

.is-style-default>.c-tabList .c-tabList__button[aria-selected=true],
.is-style-default>.c-tabList .c-tabList__button:hover {
    background-color: #092d48 !important;
}

.side-popular-box ul.c-tabList {
    border: 1px solid #ccc;
    margin-top: 10px !important;
}

.side-popular-box ul.c-tabList li {
    border-right: 1px solid #ccc;
}

.side-popular-box ul.c-tabList li:last-child {
    border-right: 0;
}

.is-style-default>.c-tabList .c-tabList__button {
    opacity: 1;
}

.side-popular-box ul.wpp-list {
    counter-reset: number;
}

.side-popular-box ul.wpp-list li {
    position: relative;
    margin: 0 0 2px 0;
    padding: 10px 0;
    border-bottom: 1px solid var(--color_border);
}

.side-popular-box ul.wpp-list li img {
    width: 110px;
    height: 110px;
    margin: 0 0.8rem 0 0;
    object-fit: cover;
    box-shadow: 0 2px 8px rgba(0, 0, 0, .1), 0 4px 4px -4px rgba(0, 0, 0, .1);
}

.side-popular-box ul.wpp-list li:before {
    background-color: #0a418a;
    color: #fff;
    content: counter(number);
    counter-increment: number;
    display: flex;
    justify-content: center;
    align-items: center;
    pointer-events: none;
    position: absolute;
    text-align: center;
    z-index: 2;
    width: 30px;
    height: 30px;
    font-weight: bold;
    font-size: 19px;
    top: 10px;
}

.side-popular-box ul.wpp-list li:first-child:before {
    background-color: #e6cb00;
}

.side-popular-box ul.wpp-list li:nth-child(2):before {
    background-color: #a5a5a5;
}

.side-popular-box ul.wpp-list li:nth-child(3):before {
    background-color: #c47222;
}

.side-popular-box ul.wpp-list li .wpp-post-title {
    font-size: 15.5px;
    letter-spacing: -0.01em;
    background: none;
    border: none;
    color: #333;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    font-weight: 700;
    line-height: 1.5;
    margin: 0;
    padding: 0;
    width: 59%;
    float: right;
}

.side-popular-box ul.wpp-list li span.wpp-category {
    position: relative;
    width: 59%;
    float: right;
    margin-top: .25em;
    font-size: 11px;
}

.wpp-taxonomy:before {
    margin-right: 3px;
    color: #333 !important;
}

.side-popular-box ul.wpp-list li span.wpp-category a {
    color: #333;
}

.side-popular-box ul.wpp-list li span.wpp-category a:not(:last-child) {
    display: none;
}

/* ==========================================================================
   9. ヘッダー検索ウィジェット
   ========================================================================== */

.w-header {
    position: absolute;
    top: -31px;
    right: 49px;
}

.w-header .wp-block-search__inside-wrapper {
    height: 30px;
}

.w-header .wp-block-search__input {
    background-color: #FFF !important;
}

.w-header .wp-block-search__button {
    margin: 0;
    background-color: var(--color_main);
    color: #FFF;
    border-radius: 0;
    width: 30px;
    padding: 0;
}

.w-header .swl-inline-icon:after {
    top: 2px;
}

@media screen and (min-width: 1730px) {
    .w-header {
        position: absolute !important;
        top: -31px !important;
        right: -94px !important;
    }
}

/* ==========================================================================
   10. モバイルメニュー内検索
   ========================================================================== */

#custom_html-3.widget_text {
    margin: 0;
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    width: 90%;
}

.p-spMenu__body .c-widget__title.-spmenu {
    margin-top: 3.5rem;
}

.p-spMenu__body .wp-block-search__inside-wrapper {
    height: 35px;
}

.p-spMenu__body .wp-block-search__button {
    margin: 0;
    background-color: var(--color_main);
    color: #FFF;
    border-radius: 0;
    width: 30px;
    padding: 0;
}

.p-spMenu__body .swl-inline-icon:after {
    top: 62%;
    transform: translateY(-50%);
}

/* ==========================================================================
   11. ポストスライダー
   ========================================================================== */

.p-postSlider__inner.l-container {
    width: 100vw !important;
    max-width: 100% !important;
    margin-left: 0 !important;
    margin-right: 0 !important;
}

#post_slider .p-postList__body {
    padding: 0;
}

#post_slider ul li .p-postList__title {
    background: rgba(0, 0, 0, .5);
    padding: 0.5rem;
    font-size: 15px;
    max-height: none;
    margin: 0;
}

#post_slider ul li .p-postList__meta {
    background: rgba(0, 0, 0, .5);
    padding: 0 0.5rem 0.3rem 0.5rem;
    margin: 0;
}

.slick-prev:before,
.slick-next:before {
    display: none;
}

.slick-dots li.slick-active button:before,
.slick-dots li button:before {
    color: #FFF;
    font-size: 10px;
}

/* ==========================================================================
   12. トップページ共通
   ========================================================================== */

.top #content {
    padding-top: 2rem;
}

.p-mainVisual.-margin-on {
    padding: 0;
}

.home .en_ttl {
    position: relative;
}

.home h2.en_ttl {
    position: relative;
    font-size: 2.1em;
    margin-bottom: 1.2rem !important;
    padding-left: 3rem;
}

.home h2.en_ttl::before {
    position: absolute;
    width: 40px;
    height: 40px;
    content: '';
    background-image: url(https://pbo-pbc.com/wp-content/uploads/2025/01/cropped-ファビコン250x250.png.webp);
    background-repeat: no-repeat;
    background-size: contain;
    bottom: 5px;
    left: 0px;
}

.home .-type-card .p-postList__item {
    margin-bottom: 20px;
}

.home .-type-big .p-postList__body,
.home .-type-card .p-postList__body {
    padding-top: 10px;
}

.home .p-postList__title {
    font-size: 15.5px;
    letter-spacing: -0.01em;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
}

/* ==========================================================================
   13. トップページ Topics
   ========================================================================== */

.home .top_pickup {
    gap: 10px !important;
}

.home .top_pickup .topics_ttl {
    margin: 0;
}

.home .top_pickup .u-mb-20 {
    margin: 0 !important;
}

.home .top_pickup h3 {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
}

/* ==========================================================================
   14. トップページ ニュースカラム・ランキング
   ========================================================================== */

.home .news_column {
    gap: 35px !important;
}

.home .news_column .right_column ul {
    counter-reset: number;
}

.home .news_column .right_column ul li {
    margin-bottom: 15px;
    padding-bottom: 15px;
    border-bottom: 1px solid var(--color_border);
}

.home .news_column .right_column ul li:before {
    background-color: #0a418a;
    color: #fff;
    content: counter(number);
    counter-increment: number;
    display: flex;
    justify-content: center;
    align-items: center;
    pointer-events: none;
    position: absolute;
    text-align: center;
    z-index: 2;
    width: 30px;
    height: 30px;
    font-weight: bold;
    font-size: 19px;
}

.home .news_column .right_column ul li:first-child:before {
    background-color: #e6cb00;
}

.home .news_column .right_column ul li:nth-child(2):before {
    background-color: #a5a5a5;
}

.home .news_column .right_column ul li:nth-child(3):before {
    background-color: #c47222;
}

/* ==========================================================================
   15. トップページ PickUp（display-posts-shortcode）
   ========================================================================== */

.home .home_pickup h2.en_ttl {
    padding: 0;
    font-size: 3em;
}

.home .home_pickup h2.en_ttl::before {
    display: none;
}

.home .home_pickup .-type-card .p-postList__item {
    margin-bottom: 10px;
}

.home .home_pickup .display-posts-listing {
    margin: 0 auto 1.5rem auto;
    padding: 0;
}

.home .home_pickup .display-posts-listing li {
    position: relative;
    list-style: none;
    background: #FFF;
    margin: 0;
    padding: 1rem;
    color: #333;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-template-rows: repeat(2, auto);
    grid-column-gap: 20px;
    grid-row-gap: 10px;
}

.home .home_pickup .display-posts-listing li .image {
    grid-area: 1 / 1 / 5 / 2;
    transition: all 0.3s;
    overflow: hidden;
    display: block;
    position: relative;
}

.home .home_pickup .display-posts-listing li .image img {
    transition: transform 0.3s ease;
    display: block;
    width: 100%;
    height: 350px;
    object-fit: cover;
}

.home .home_pickup .display-posts-listing li .image:hover img {
    transform: scale(1.05);
    opacity: 0.7;
}

.home .home_pickup .display-posts-listing li .excerpt-dash {
    display: none;
}

.home .home_pickup .display-posts-listing li a.title {
    color: #000;
    font-weight: bold;
    font-size: 1.3em;
    margin-bottom: 0.5rem;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
}

.home .home_pickup .display-posts-listing li .excerpt {
    margin-bottom: 1.5rem;
}

.home .home_pickup .display-posts-listing li .category-display {
    position: absolute;
    background-color: #092d48;
    color: rgba(255, 255, 255, 0);
    background-image: repeating-linear-gradient(-45deg, rgba(255, 255, 255, .1), rgba(255, 255, 255, .1) 6px, transparent 6px, transparent 12px);
    padding: 3px !important;
    display: flex;
    align-items: center;
    gap: 2px;
    top: 16px;
    right: calc(100% - 514px);
    transform-origin: top right;
}

.home .home_pickup .display-posts-listing li .category-display::before {
    content: "\e92f";
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-family: icomoon !important;
    font-style: normal;
    font-variant: normal;
    font-weight: 400;
    line-height: 1;
    text-transform: none;
    font-size: 11px;
    color: #FFF;
}

.home .home_pickup .display-posts-listing li .category-display a {
    color: #FFF;
    font-size: 11px;
}

.home .home_pickup .category-display a:nth-of-type(n+2) {
    display: none;
}

.home .home_pickup .display-posts-listing li .is-style-more_btn {
    position: absolute;
    bottom: -14px;
    right: 173px;
    font-weight: bold;
}

/* ==========================================================================
   16. reCAPTCHA マーク非表示
   ========================================================================== */

.grecaptcha-badge {
    visibility: hidden;
}

p.recapcha-text {
    font-size: 11px;
    text-align: center;
    margin: 0 0 1rem;
}

/* ==========================================================================
   17. レスポンシブ（1199px以下）
   ========================================================================== */

@media screen and (max-width: 1199px) {

    .side-popular-box ul.wpp-list li .wpp-post-title,
    .side-popular-box ul.wpp-list li span.wpp-category {
        width: 56%;
    }
}

/* ==========================================================================
   18. レスポンシブ（1074px以下）
   ========================================================================== */

@media screen and (max-width: 1074px) {

    .side-popular-box ul.wpp-list li .wpp-post-title,
    .side-popular-box ul.wpp-list li span.wpp-category {
        width: 54%;
    }
}

/* ==========================================================================
   19. レスポンシブ（1024px以下）
   ========================================================================== */

@media screen and (max-width: 1024px) {
    .home .home_pickup .display-posts-listing li .category-display {
        right: calc(100% - 478px);
    }

    .side-popular-box ul.wpp-list li .wpp-post-title,
    .side-popular-box ul.wpp-list li span.wpp-category {
        width: 54%;
    }
}

/* ==========================================================================
   20. レスポンシブ（850px以下）
   ========================================================================== */

@media screen and (max-width: 850px) {
    .slick-prev {
        width: 15px;
        left: -12px;
    }

    .slick-next {
        width: 15px;
        right: -12px;
    }

    .home .home_pickup .p-postList__excerpt {
        margin-bottom: 5rem;
    }

    .home .home_pickup .big_pickup .is-style-more_btn {
        right: 13.5%;
    }

    .home .home_pickup .display-posts-listing li .is-style-more_btn {
        position: relative;
        bottom: 0;
        right: 0;
        margin: 0;
    }

    .home .home_pickup .display-posts-listing li {
        grid-template-columns: 1fr;
    }

    .home .home_pickup .display-posts-listing li .category-display {
        left: auto;
        right: 15px;
        top: 15px;
    }

    .home .home_pickup .display-posts-listing li .excerpt {
        margin-bottom: 0.3rem;
    }

    .home .home_pickup .display-posts-listing li .image img {
        height: 280px;
        object-fit: cover;
    }

    .side-popular-box ul.wpp-list li .wpp-post-title,
    .side-popular-box ul.wpp-list li span.wpp-category {
        width: 80%;
    }
}

/* ==========================================================================
   21. レスポンシブ（600px以下）
   ========================================================================== */

@media screen and (max-width: 600px) {
    .home .l-header__inner.l-container {
        padding: 0;
        margin: 0;
    }

    .home .home_pickup {
        padding: 2rem 0 4rem 0 !important;
    }

    .home .top_pickup h3 {
        font-size: 15.5px !important;
    }

    .home .post_content h2.wp-block-heading {
        font-size: 2em;
    }

    .home .post_content h3 {
        font-size: 1.5em;
    }

    .home h2.en_ttl::before {
        width: 33px;
        height: 33px;
    }

    .home .news_column .right_column ul li:before {
        width: 40px;
        height: 40px;
        font-size: 1.3em;
    }

    .home .home_pickup {
        margin-bottom: 2.5rem !important;
    }

    .home .home_pickup h2 {
        font-size: 5.5vw !important;
        margin-bottom: 1.5rem !important;
    }

    .home .home_pickup .display-posts-listing li {
        grid-template-columns: 1fr;
    }

    .home .home_pickup .display-posts-listing li .category-display {
        left: auto;
        right: 15px;
        top: 15px;
    }

    .home .home_pickup .display-posts-listing li .excerpt {
        margin-bottom: 0.3rem;
    }

    .home .home_pickup .display-posts-listing li .image img {
        height: 200px;
        object-fit: cover;
    }

    .home .home_pickup .big_pickup {
        margin-bottom: 2rem !important;
    }

    .home .home_pickup .big_pickup .p-postList {
        margin: 0;
    }

    .home .home_pickup .big_pickup .p-postList li .p-postList__thumb {
        width: 100%;
        height: 200px;
        margin-bottom: 1rem;
    }

    .home .home_pickup .big_pickup .p-postList li h3 {
        font-size: 16.5px;
    }

    .home .home_pickup .big_pickup .p-postList li .p-postList__body {
        width: 100%;
    }

    .home .home_pickup .p-postList__excerpt {
        margin-bottom: 0rem;
    }

    .home .home_pickup .big_pickup .is-style-more_btn {
        position: relative;
        top: -1px;
        right: 0;
        background: #FFF;
        padding: 0 0 1rem 0;
    }

    .slick-prev {
        width: 30px;
        top: 32%;
        left: 7px;
        z-index: 3;
    }

    .slick-next {
        width: 30px;
        top: 32%;
        right: 7px;
        z-index: 3;
    }

    .home .popularity_column {
        gap: 0 !important;
    }

    .home .popularity_column .category_post_list .p-postListWrap {
        margin-bottom: 3rem !important;
    }

    .home .l-content {
        margin-bottom: 0;
    }

    /* モバイルランキング修正（float→flexbox） */
    .side-popular-box ul.wpp-list li {
        display: flex;
        flex-wrap: nowrap;
        align-items: flex-start;
        gap: 10px;
    }

    .side-popular-box ul.wpp-list li img {
        width: 80px;
        height: 80px;
        flex-shrink: 0;
    }

    .side-popular-box ul.wpp-list li .wpp-post-title,
    .side-popular-box ul.wpp-list li span.wpp-category {
        float: none;
        width: auto;
        flex: 1;
    }
}