.tabbed-posts-widget{padding:10px;background:#fff;max-width:100%;overflow:hidden}.tabbed-posts-widget .tabs{display:flex;gap:5px;margin-bottom:20px;flex-wrap:nowrap;width:100%;max-width:100%}.tabbed-posts-widget .tab{white-space:nowrap;border:1px solid #ddd;border-radius:4px;cursor:pointer;transition:.3s;color:#810000;background:#fff;padding:5px;font-weight:700}html.dark-mode .tabbed-posts-widget .tab{background:var(--button-bg);color:var(--button-color);border-color:var(--border-color);padding:5px;font-weight:700}html.dark-mode .tabbed-posts-widget .post-title a{color:var(--link-color)}html.dark-mode .tabbed-posts-widget{background:var(--header-bg);box-shadow:2px 2px var(--header-bg)}html.dark-mode .tabbed-posts-widget .category-dropdown{background:var(--input-bg);color:var(--text-color);border-color:var(--border-color)}html.dark-mode .tabbed-posts-widget .load-more{background:var(--button-bg);color:var(--button-color);border-color:var(--border-color);padding:5px;font-weight:700}.category-selection,.tabbed-posts-widget .category-selection{margin-bottom:20px}.tabbed-posts-widget .category-dropdown{width:100%;padding:8px;border:1px solid #ddd;border-radius:4px;background-color:#fff}.tabbed-posts-widget .load-more{display:block;margin:10px auto;padding:5px;background:#ccd0db;border:none;border-radius:4px;cursor:pointer;text-align:center;transition:background-color .3s}.tabbed-posts-widget .load-more:hover{background:#005c8a}.tabbed-posts-widget .load-more:disabled{background:#ccc;cursor:not-allowed}.tabbed-posts-widget .category-posts-container{margin-top:15px}.tabbed-posts-widget .tab:hover{background:#e9e9e9}.tabbed-posts-widget .tab.active{background:#0073aa;color:#fff}.tabbed-posts-widget .posts-list{display:flex;flex-direction:column;gap:15px}.tabbed-posts-widget .post-item{display:flex;align-items:center;gap:15px;padding-bottom:10px;border-bottom:1px solid #eee}.tabbed-posts-widget .post-item:last-child{border-bottom:none;padding-bottom:0}.tabbed-posts-widget .post-thumbnail{flex-shrink:0;overflow:hidden;border-radius:4px}.tabbed-posts-widget .post-thumbnail img{width:100%;height:100%;object-fit:cover;display:block;transition:opacity .3s}.tabbed-posts-widget .post-thumbnail img.lazy{opacity:0}.tabbed-posts-widget .post-thumbnail img:not(.lazy){opacity:1}.tabbed-posts-widget .post-title{flex-grow:1}.tabbed-posts-widget .post-title a{color:#333;text-decoration:none;font-weight:600;line-height:1}.tabbed-posts-widget .post-title a:hover{color:#0073aa}.tab-content{display:none}.tab-content.active{display:block!important}.tabbed-posts-widget .category-list{list-style:none;padding:0;margin:0}.tabbed-posts-widget .category-list li{padding:10px 0;border-bottom:1px solid #eee}.tabbed-posts-widget .category-list li:last-child{border-bottom:none}.tabbed-posts-widget .category-list a{color:#333;text-decoration:none;display:flex;justify-content:space-between;align-items:center;transition:color .3s}.tabbed-posts-widget .category-list a:hover{color:#0073aa}.tabbed-posts-widget .category-list .count{color:#666;font-size:.9em;background:#f5f5f5;padding:2px 8px;border-radius:12px}.tabbed-posts-widget .loading{text-align:center;padding:20px;color:#666}.tabbed-posts-widget .error{color:#dc3232;padding:10px;text-align:center;background:#fef1f1;border-radius:4px}.tabbed-posts-widget label{display:block;margin-bottom:5px;font-weight:600;color:#333}html.dark-mode .tabbed-posts-widget label{color:var(--text-color)}