/**handles:spb-style**/
.spb-post-list{display:grid;gap:30px}.spb-columns-1{grid-template-columns:1fr}.spb-columns-2{grid-template-columns:repeat(2,1fr)}.spb-columns-3{grid-template-columns:repeat(3,1fr)}.spb-columns-4{grid-template-columns:repeat(4,1fr)}.spb-columns-5{grid-template-columns:repeat(5,1fr)}.spb-columns-6{grid-template-columns:repeat(6,1fr)}@media (max-width:900px){.spb-columns-4,.spb-columns-5,.spb-columns-6{grid-template-columns:repeat(3,1fr)}}@media (max-width:768px){.spb-columns-3,.spb-columns-4,.spb-columns-5,.spb-columns-6{grid-template-columns:repeat(2,1fr)}}@media (max-width:480px){.spb-post-list{grid-template-columns:1fr!important;padding-left:8px;padding-right:8px}}.spb-post-item{display:flex;flex-direction:column}.spb-post-list:first-child{border-style:var(--tw-border-style);border-width:1px;border-color:var(--color-gray-300);background-color:var(--color-white);padding:calc(var(--spacing) * 4);border-radius:.25rem}.spb-post-item.spb-layout-stacked{flex-direction:column}.spb-post-item.spb-layout-image-left{flex-direction:row;align-items:flex-start}.spb-post-item.spb-layout-image-left .spb-post-image{flex:0 0 40%;margin-bottom:0;margin-right:20px}.spb-post-item.spb-layout-image-left .spb-post-content{flex:1}.spb-post-item.spb-layout-image-right{flex-direction:row-reverse;align-items:flex-start}.spb-post-item.spb-layout-image-right .spb-post-image{flex:0 0 40%;margin-bottom:0;margin-left:20px}.spb-post-item.spb-layout-image-right .spb-post-content{flex:1}@media (max-width:600px){.spb-post-item.spb-layout-image-left,.spb-post-item.spb-layout-image-right{flex-direction:column}.spb-post-item.spb-layout-image-left .spb-post-image,.spb-post-item.spb-layout-image-right .spb-post-image{flex:none;margin:0 0 15px 0}}.spb-post-image{display:block;margin-bottom:15px;overflow:hidden}.spb-post-image img{width:100%;height:auto;display:block;transition:transform .3s ease}.spb-post-image:hover img{transform:scale(1.05)}.spb-post-content{flex:1}.spb-post-title{margin:0 0 0;font-size:1.2em;line-height:1.3}.spb-post-title a{color:inherit;text-decoration:none}.home .spb-post-list .spb-post-title a{font-weight:400}.home .spb-post-list .spb-post-title a{color:#333}.spb-post-title a:hover{text-decoration:underline}.spb-post-meta{display:flex;flex-wrap:wrap;gap:12px;align-items:center;font-size:.85em;color:#666;margin-bottom:10px}.spb-icon{width:14px;height:14px;margin-right:4px;vertical-align:-2px;flex-shrink:0}.spb-post-date{display:inline-flex;align-items:center}.spb-post-category{display:inline-flex;align-items:center;color:#666;text-decoration:none}.spb-post-category:hover{color:#333;text-decoration:underline}.spb-post-excerpt{font-size:.95em;line-height:1.6;color:#444}.spb-no-posts{text-align:center;padding:40px;color:#666}@media (max-width:768px){.spb-post-meta{flex-direction:column;flex-wrap:nowrap;align-items:flex-start;gap:0}}.spb-pagination{margin-top:30px;text-align:center}.spb-pagination ul{display:flex;justify-content:start;gap:5px;list-style:none;margin:0;padding:0}.spb-pagination li{list-style-type:none!important;margin:0}.spb-pagination .dots{border:none;background:0 0}.spb-carousel{position:relative;overflow:hidden}.spb-carousel-track{display:flex;transition:transform .4s ease}.spb-carousel-slide{flex:0 0 33.333%;padding:0 15px;box-sizing:border-box}.spb-carousel-next,.spb-carousel-prev{position:absolute;top:50%;transform:translateY(-50%);width:32px;height:32px;min-width:32px;min-height:32px;background:rgba(255,255,255,.9);color:#333;border:none;border-radius:50%;font-size:16px;line-height:1;padding:0;cursor:pointer;z-index:10;display:flex;align-items:center;justify-content:center;opacity:0;transition:opacity .3s ease,background .2s ease;box-shadow:0 2px 8px rgba(0,0,0,.15)}.spb-carousel:hover .spb-carousel-next,.spb-carousel:hover .spb-carousel-prev{opacity:1}.spb-carousel-next:hover,.spb-carousel-prev:hover{background:#fff;box-shadow:0 2px 12px rgba(0,0,0,.25);color:#000}.spb-carousel-prev{left:15px}.spb-carousel-next{right:15px}.spb-carousel-dots{position:absolute;bottom:15px;left:50%;transform:translateX(-50%);display:flex;justify-content:center;gap:8px;padding:8px 12px;background:rgba(255,255,255,.8);border-radius:20px;opacity:0;transition:opacity .3s ease;z-index:10}.spb-carousel:hover .spb-carousel-dots{opacity:1}.spb-dot{width:12px;height:12px;border-radius:50%;border:none;background:#ccc;cursor:pointer;padding:0;transition:background .2s,transform .2s}.spb-dot:hover{background:#999}.spb-dot.active{background:#333;transform:scale(1.2)}@media (max-width:768px){.spb-carousel-next,.spb-carousel-prev{width:36px;height:36px;font-size:20px}.spb-carousel-slide{padding:0 10px}}@media (max-width:600px){.spb-carousel{margin-left:calc(-50vw + 50%);margin-right:calc(-50vw + 50%);width:100vw}.spb-carousel-slide{padding:0}.spb-carousel-slide .spb-post-item{padding:0 15px}.spb-carousel-next,.spb-carousel-prev{top:30%;opacity:1;width:40px;height:40px;font-size:22px}.spb-carousel-prev{left:5px}.spb-carousel-next{right:5px}.spb-dot{width:10px;height:10px}.spb-carousel-dots{position:relative;bottom:auto;left:auto;transform:none;margin-top:15px;background:0 0;opacity:1}}