.btsp-wrapper { width: 100%; }
#list_tab_cat .btsp-tabs { display:flex; gap:12px; flex-wrap:wrap; align-items:center; }
#list_tab_cat .btsp-tab { background:transparent; padding:12px 18px; cursor:pointer; transition:all .25s ease; color:#685561; font-family:"SF Pro Display"; font-size:14px; font-style:normal; font-weight:400; line-height:1; letter-spacing:.28px; border-radius:8px; border:.5px solid #685561; transition:.3s all; }
#list_tab_cat .btsp-tab:hover{ background:#685561; color:#FFFFFF; }
#list_tab_cat .btsp-tab:focus{ outline:none; }
#list_tab_cat .btsp-tab.is-active { background:#10353B; color:#fff; border-color:#10353B; pointer-events:none; }
#list_tab_cat h3{ color:#45132E; font-family:"SF Pro Display"; font-size:24px; font-style:normal; font-weight:600; line-height:1; margin:0 0 8px 0; }
.btsp-panel { display:none; }
.btsp-panel.is-active { display:block; }
.btsp-section-title { margin-bottom:28px; color:#45132E; font-family:Branch; font-size:48px; font-style:normal; font-weight:400; line-height:54px; }
.btsp-recent__grid { display:grid; grid-template-columns:1.2fr 1fr; gap:40px; margin-bottom:48px; }
.btsp-recent__side { display:flex; flex-direction:column; gap:20px; }
.btsp-card { overflow:hidden; border-radius:8px !important; }
.btsp-card__image { width:100%; height:auto; display:block; aspect-ratio:16/10; object-fit:cover; }
.btsp-card__content { padding:18px; }
.btsp-card__cats { display:flex; flex-wrap:wrap; gap:8px; margin-bottom:14px; }
.btsp-cat-badge { display:inline-flex; align-items:center; padding:5px 9px; border-radius:8px; font-family:"SF Pro Display"; font-size:12px; font-style:normal; font-weight:500; line-height:24px; letter-spacing:.5px; text-transform:uppercase; }
.btsp-card__meta { display:flex; gap:8px; align-items:center; margin:15px 0; color:#927886; font-family:"SF Pro Display"; font-size:16px; font-style:normal; font-weight:300; line-height:1; letter-spacing:.383px; }
.btsp-card__title { color:#45132E; font-family:"SF Pro Display"; font-size:24px; font-style:normal; font-weight:600; line-height:36px; margin-bottom:10px; }
.btsp-card__excerpt { color:#827D80; font-family:"SF Pro Display"; font-size:15px; font-style:normal; font-weight:300; line-height:20px; letter-spacing:.3px; }
.btsp-card--small { display:grid; grid-template-columns:250px 1fr; gap:14px; align-items:stretch; overflow:hidden; }
.btsp-card--small .btsp-card__content { padding:12px 8px 12px 0; }
.btsp-card--small .btsp-card__image { height:100%; min-height:180px; }
.btsp-slider-section .swiper-slide { height:auto; }
.btsp-slider-section .btsp-card { height:100%; }
.btsp-swiper-nav { display:flex; justify-content:flex-end; gap:12px; margin-top:24px; }
.btsp-swiper-prev,.btsp-swiper-next { width:48px; height:48px; border-radius:50%; border:1px solid #8e857d; background:transparent; cursor:pointer; font-size:24px; line-height:1; }
#list_tab_cat .btsp-card--small .btsp-card__title{ font-size:17px; line-height:1.4; }
#list_tab_cat .btsp-card--small .btsp-cat-badge { padding:2px 9px; font-size:10px; }
#list_tab_cat .btsp-card--small .btsp-card__meta { margin:8px 0; font-size:12px; }
#list_tab_cat .btsp-card--small .btsp-card__cats { margin-bottom:9px; }
#list_tab_cat .btsp-card--small img{ border-radius:8px; }
#list_tab_cat .btsp-slider-section img{ border-radius:8px; }
.btsp-swiper-next.swiper-button-disabled, .btsp-swiper-prev.swiper-button-disabled{ opacity:.5; cursor:default; }
.btsp-card--large .btsp-card__content{ background:#F7F7ED; border-radius:0 0 8px 8px; }
.btsp-card--large img{ border-radius:8px 8px 0 0; }

.btsp-overlay-shortcode{ background:transparent; text-align:center; width:100%; }
.btsp-overlay-shortcode .btsp-card__cats{ justify-content:center; margin-bottom:18px; }
.btsp-overlay-shortcode__meta{ display:flex; gap:8px; align-items:center; justify-content:center; margin:0 0 18px; color:#FFFFFF; font-family:"SF Pro Display", sans-serif; font-size:15px; font-weight:300; line-height:1; letter-spacing:.3px; }
.btsp-overlay-shortcode__title{ margin:0; }
.btsp-overlay-shortcode__title a{ color:#FFFFFF; text-decoration:none; font-family:Branch, serif; font-size:50px; font-weight:400; line-height:1.06; }
.btsp-overlay-shortcode__title a:hover{ color:#FFFFFF; opacity:.92; }

@media (max-width: 991px) {
    #list_tab_cat .btsp-card--small .btsp-card__title { font-size:20px; font-weight:400; }
    .btsp-card__excerpt{ display:none; }
    #list_tab_cat .nom_cat { font-family:'Branch'; font-size:32px; font-weight:400; }
    #list_tab_cat h3 { font-size:20px; }
    .btsp-recent__grid { grid-template-columns:1fr; }
    .btsp-section-title { font-size:30px; }
    .btsp-card--small { grid-template-columns:150px 1fr; gap:0; align-items:center; }
    .btsp-card--small .btsp-card__content { padding:16px; }
    #list_tab_cat .btsp-tabs { flex-wrap:nowrap; overflow-x:scroll; }
    .btsp-overlay-shortcode__meta{ font-size:16px; margin-bottom:14px; }
    .btsp-overlay-shortcode__title a{ font-size:42px; line-height:1.1; }
}
