/*
 Theme Name: AIdaohang
 Theme URI: https://ai.gaofumei.net
 Description: AI导航主题，全新的文章列表形式的导航网站主题，以wordprss默认文章分类及文章页的形式开发的导航主题。
 Version: 1.0.1
 Author: 泥人传说
 Author URI: https://nirenchuanshuo.com
 Text Domain: aidaohang
 License: GNU General Public License v2 or later
 License URI: http://www.gnu.org/licenses/gpl-2.0.html
 Tags: ai, navigation, portfolio, block-patterns
 Requires at least: 5.0
 Tested up to: 6.4
 */

#wp-block-paragraph-inline-css,
#global-styles-inline-css,
#wp-img-auto-sizes-contain-inline-css {
    display: none !important;
    visibility: hidden !important;
}

body {
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "PingFang SC", "Microsoft YaHei", sans-serif;
    font-size: 15px;
    line-height: 1.7;
    color: #333;
    margin: 0 !important;
    padding: 0 !important;
    background: #f5f6f7 !important;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

h1, h2, h3, h4, h5, h6 {
    font-weight: 600;
    line-height: 1.4;
    margin-top: 0;
    margin-bottom: 15px;
    color: #1a1a1a;
}

h1 { font-size: 28px; }
h2 { font-size: 24px; }
h3 { font-size: 20px; }
h4 { font-size: 18px; }
h5 { font-size: 16px; }
h6 { font-size: 14px; }

.entry-title {
    font-size: 24px;
    font-weight: 700;
    line-height: 1.4;
    margin-bottom: 20px;
    color: #1a1a1a;
}

.breadcrumb-nav {
    padding: 10px 15px;
    background: #fff;
    border-radius: 10px;
    margin-bottom: 15px;
    font-size: 14px;
    color: #666;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.05);
}

.breadcrumb-nav a {
    color: #5961f9;
    text-decoration: none;
    transition: color 0.3s;
}

.breadcrumb-nav a:hover {
    color: #3d4cf5;
}

.breadcrumb-nav i {
    margin: 0 8px;
    color: #aaa;
    font-size: 12px;
}

.breadcrumb-nav span {
    color: #333;
}

.page-title {
    font-size: 24px;
    font-weight: 700;
    color: #1a1a1a;
    margin-bottom: 25px;
    padding-bottom: 15px;
    border-bottom: 2px solid #f0f0f0;
    display: flex;
    align-items: center;
}

.page-title i {
    color: #667eea;
    margin-right: 10px;
}

.category-description {
    color: #666;
    font-size: 14px;
    line-height: 1.6;
}

.entry-content {
    font-size: 16px;
    line-height: 1.8;
    color: #4a4a4a;
    word-wrap: break-word;
}

.entry-content p {
    margin-bottom: 18px;
}

.entry-content h1,
.entry-content h2,
.entry-content h3,
.entry-content h4,
.entry-content h5,
.entry-content h6 {
    margin-top: 25px;
    margin-bottom: 15px;
}

.entry-content a {
    color: #5961f9;
    text-decoration: none;
    transition: color 0.3s;
}

.entry-content a:hover {
    color: #3d4cf5;
    text-decoration: underline;
}

.entry-content img {
    display: block;
    max-width: 100%;
    width: 100%;
    height: auto;
    border-radius: 8px;
    margin: 15px auto;
}

.entry-content ul,
.entry-content ol {
    padding-left: 25px;
    margin-bottom: 18px;
}

.entry-content li {
    margin-bottom: 8px;
}

.entry-content blockquote {
    border-left: 4px solid #5961f9;
    background: #f8f9fa;
    padding: 15px 20px;
    margin: 20px 0;
    border-radius: 0 8px 8px 0;
    font-style: italic;
    color: #666;
}

.entry-content code {
    background: #f1f3f5;
    padding: 2px 6px;
    border-radius: 4px;
    font-family: "SFMono-Regular", Consolas, "Liberation Mono", Menlo, monospace;
    font-size: 14px;
    color: #e83e8c;
}

.entry-content pre {
    background: #2d2d2d;
    color: #f8f8f2;
    padding: 20px;
    border-radius: 8px;
    overflow-x: auto;
    margin: 20px 0;
}

.entry-content pre code {
    background: none;
    padding: 0;
    color: inherit;
}

.post-thumbnail {
    margin-bottom: 25px;
}

.post-thumbnail img {
    width: 100%;
    border-radius: 12px;
}

.entry-meta {
    font-size: 14px;
    color: #888;
    padding-bottom: 15px;
    border-bottom: 1px solid #eee;
    margin-bottom: 25px;
}

.entry-meta span {
    display: inline-flex;
    align-items: center;
    margin-right: 15px;
}

.entry-meta i {
    margin-right: 5px;
    color: #888;
}

.entry-footer {
    padding-top: 15px;
    border-top: 1px solid #eee;
    margin-top: 25px;
    color: #888;
    font-size: 14px;
}

.tags-links a {
    display: inline-block;
    background: #f1f3f5;
    padding: 3px 10px;
    border-radius: 20px;
    margin-right: 5px;
    margin-bottom: 5px;
    font-size: 13px;
    color: #666;
    transition: all 0.3s;
}

.tags-links a:hover {
    background: #5961f9;
    color: #fff;
    text-decoration: none;
}

.related-posts {
    margin-top: 30px;
    padding-top: 25px;
    border-top: 1px solid #eee;
}

.related-post-card {
    background: #fff;
    border: 1px solid #f0f0f0;
    text-decoration: none;
    transition: all 0.3s ease;
    height: 100%;
}

.related-post-card:hover {
    transform: translateY(-3px);
    box-shadow: 0 6px 15px rgba(102, 126, 234, 0.2);
    border-color: #e0e4ff;
}

.related-post-card .url-img {
    flex-shrink: 0;
    width: 44px;
    height: 44px;
    border-radius: 50%;
    overflow: hidden;
    background: #f5f5f5;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 2px solid #fff;
    box-shadow: 0 2px 6px rgba(0, 0, 0, 0.1);
}

.related-post-card .url-img img {
    width: 100%;
    height: 100%;
    object-fit: contain;
    object-position: center;
}

.post-navigation {
    margin-top: 30px;
    padding-top: 25px;
    border-top: 1px solid #eee;
}

.post-navigation .nav-links {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    gap: 15px;
}

.post-navigation .nav-previous,
.post-navigation .nav-next {
    flex: 1;
    min-width: 45%;
}

.post-navigation .nav-previous a,
.post-navigation .nav-next a {
    display: block;
    padding: 15px 20px;
    background: #fff;
    border: 1px solid #f0f0f0;
    border-radius: 10px;
    color: #555;
    text-decoration: none;
    transition: all 0.3s ease;
}

.post-navigation .nav-previous a:hover,
.post-navigation .nav-next a:hover {
    background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
    color: #fff;
    border-color: transparent;
    box-shadow: 0 4px 12px rgba(102, 126, 234, 0.4);
}

.post-navigation .nav-previous {
    text-align: left;
}

.post-navigation .nav-next {
    text-align: right;
}

@media (max-width: 768px) {
    .post-navigation .nav-links {
        flex-direction: column;
    }
    
    .post-navigation .nav-previous,
    .post-navigation .nav-next {
        min-width: 100%;
    }
}

.container-fluid {
    padding-left: 15px;
    padding-right: 15px;
}

.main-wrapper {
    min-height: 100vh;
    display: flex;
    flex-direction: column;
}

.main-content {
    flex: 1;
    background: #f5f6f7;
    width: 100%;
    padding-top: 3px;
}

body.single .main-content {
    padding-top: 3px;
}

.customize-width {
    max-width: 100%;
    margin: 0 auto;
    padding: 20px;
}

.page-header-wrapper {
    background: #fff;
    border-bottom: 1px solid #e9ecef;
}

.page-header {
    background: #fff;
    padding: 12px 0;
    z-index: 100;
    width: 100%;
}

.header-container {
    max-width: 100%;
    margin: 0 auto;
    padding: 0 20px;
}

@media (min-width: 1400px) {
    .header-container {
        max-width: 100%;
        padding: 0 40px;
    }
    
    .customize-width {
        max-width: 100%;
        padding: 25px 40px;
    }
    
    .url-card.col-xl-2 {
        flex: 0 0 16.666667%;
        max-width: 16.666667%;
    }
}

@media (min-width: 1200px) {
    .header-container {
        max-width: 100%;
        padding: 0 30px;
    }
    
    .customize-width {
        padding: 20px 30px;
    }
}

@media (min-width: 992px) {
    .tab-widget-nav {
        width: 270px;
        min-width: 270px;
    }
    
    .navbar {
        display: flex;
        align-items: center;
        justify-content: space-between;
    }
    
    .header-brand-area {
        flex-shrink: 0;
    }
    
    .header-menu-area {
        flex: 1;
        display: flex;
        align-items: center;
        justify-content: flex-start;
        padding-left: 30px;
    }
    
    .header-search-area {
        flex-shrink: 0;
    }
}

@media (max-width: 991px) {
    .tab-sites-body {
        flex-direction: column !important;
    }
    
    .tab-widget-nav {
        width: 100% !important;
        min-width: 100% !important;
        display: flex;
        overflow-x: auto;
        padding: 12px;
        background: #f8f9fa;
        border-radius: 10px;
        margin-bottom: 15px;
    }
    
    .tab-widget-nav .nav {
        flex-direction: row !important;
        white-space: nowrap;
    }
    
    .tab-widget-nav .nav-pills {
        display: flex;
        gap: 8px;
    }
    
    .tab-widget-link {
        padding: 10px 16px;
        font-size: 13px;
    }
    
    .tab-widget-content {
        margin-left: 0 !important;
        margin-top: 0;
        padding: 20px !important;
    }
    
    .home-widget-group {
        margin-bottom: 20px;
    }
    
    .tab-sites-widget {
        padding: 15px;
        border-radius: 12px;
    }
    
    .widget-title h5 {
        font-size: 17px;
    }
    
    .header-container {
        padding: 0 15px;
    }
    
    .navbar {
        flex-wrap: wrap;
    }
    
    .header-brand-area {
        flex-shrink: 0;
    }
    
    .header-menu-area {
        display: none;
    }
    
    .header-search-area {
        flex: 1;
        max-width: 200px;
    }
    
    .url-card .url-body {
        border-radius: 12px;
    }
    
    .url-card .url-content {
        padding: 14px;
    }
    
    .url-card .url-img {
        width: 40px;
        height: 40px;
    }
}

@media (max-width: 768px) {
    .customize-width {
        padding: 15px;
    }
    
    .url-card.col-md-4 {
        flex: 0 0 50%;
        max-width: 50%;
        padding: 6px;
    }
    
    .url-card .url-body {
        padding: 0;
    }
    
    .url-card .url-content {
        padding: 12px;
    }
    
    .url-card .url-img {
        width: 36px;
        height: 36px;
    }
    
    .url-card .text-sm {
        font-size: 13px;
    }
    
    .url-card .text-xs {
        font-size: 11px;
    }
    
    .page-header {
        padding: 8px 0;
    }
    
    .header-brand-area img {
        height: 28px !important;
    }
    
    .header-search-area {
        max-width: 150px;
    }
    
    .tab-widget-content {
        padding: 15px !important;
    }
    
    .widget-title h5 {
        font-size: 16px;
    }
}

@media (max-width: 576px) {
    .customize-width {
        padding: 10px;
    }
    
    .url-card.col-6 {
        flex: 0 0 100%;
        max-width: 100%;
        padding: 8px;
    }
    
    .url-card .url-body {
        padding: 10px;
    }
    
    .tab-widget-nav {
        padding: 8px;
    }
    
    .tab-widget-content {
        padding: 10px !important;
    }
    
    .widget-title h5 {
        font-size: 16px;
    }
}

.navbar {
    padding: 0;
}

.navbar-brand {
    display: flex;
    align-items: center;
}

.header-mini-btn {
    display: flex;
    align-items: center;
}

.header-mini-btn label {
    cursor: pointer;
    width: 30px;
    height: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.header-mini-btn svg {
    width: 30px;
    height: 30px;
}

.header-mini-btn path {
    fill: none;
    stroke: #333;
    stroke-width: 6;
    stroke-linecap: round;
    stroke-linejoin: round;
}

.header-mini-btn label:hover path {
    stroke: #5961f9;
}

.navbar-nav {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    padding: 0;
    margin: 0;
    list-style: none;
}

.navbar-nav ul {
    padding: 0;
    margin: 0;
    list-style: none;
}

.navbar-nav .menu-item {
    position: relative;
    list-style: none;
}

.navbar-nav .menu-item a {
    color: #333;
    padding: 8px 16px;
    border-radius: 20px;
    transition: all 0.3s ease;
    display: inline-block;
    text-decoration: none;
    font-weight: 500;
    white-space: nowrap;
}

.navbar-nav .menu-item a:hover {
    background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
    color: #fff;
    transform: translateY(-2px);
    box-shadow: 0 4px 12px rgba(102, 126, 234, 0.4);
}

.search-overlay {
    display: flex;
    align-items: center;
}

.search-overlay .search-input-group {
    display: flex;
    align-items: center;
}

.search-overlay .search-input-group .form-control {
    border-radius: 25px 0 0 25px;
    border: 1px solid #e9ecef;
    padding-left: 20px;
    height: 40px;
    width: 250px;
}

.search-overlay .search-input-group .btn {
    border-radius: 0 25px 25px 0;
    padding: 0 20px;
    height: 40px;
}

.card {
    border: none;
    box-shadow: 0 2px 8px rgba(0,0,0,0.08);
    transition: all 0.3s ease;
}

.url-card {
    padding: 8px;
    margin-bottom: 0 !important;
}

.url-card .url-body {
    padding: 0;
    border-radius: 14px;
    transition: all 0.3s ease;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.06);
    background: #fff;
    border: 1px solid #f0f0f0;
    overflow: hidden;
}

.url-card .url-body:hover {
    transform: translateY(-5px);
    box-shadow: 0 12px 24px rgba(102, 126, 234, 0.18);
    border-color: #e0e4ff;
}

.url-card .url-content {
    padding: 16px;
    background: linear-gradient(to bottom, #fff 0%, #fafbfc 100%);
}

.url-card .url-img {
    width: 44px;
    height: 44px;
    border-radius: 50%;
    overflow: hidden;
    background: #f5f5f5;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 2px solid #fff;
    box-shadow: 0 2px 6px rgba(0, 0, 0, 0.1);
}

.url-card .url-img {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
}

.url-card .url-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
}

.url-card .url-info {
    flex: 1;
    min-width: 0;
}

.url-card .text-sm {
    font-size: 14px;
    font-weight: 600;
    color: #1a1a1a;
}

.url-card .text-xs {
    font-size: 12px;
    color: #888;
    margin-top: 4px;
}

.overflowClip_1 {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.overflowClip_2 {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

.text-muted {
    color: #6c757d;
}

.col-2a {
    width: 16.666667%;
    flex: 0 0 16.666667%;
    max-width: 16.666667%;
}

.col-3a {
    width: 25%;
    flex: 0 0 25%;
    max-width: 25%;
}

.col-6a {
    width: 50%;
    flex: 0 0 50%;
    max-width: 50%;
}

@media (min-width: 576px) {
    .col-sm-2a {
        width: 16.666667%;
        flex: 0 0 16.666667%;
        max-width: 16.666667%;
    }
}

@media (min-width: 768px) {
    .col-md-2a {
        width: 16.666667%;
        flex: 0 0 16.666667%;
        max-width: 16.666667%;
    }
}

@media (min-width: 992px) {
    .col-lg-3a {
        width: 25%;
        flex: 0 0 25%;
        max-width: 25%;
    }
}

@media (min-width: 1200px) {
    .col-xl-6a {
        width: 50%;
        flex: 0 0 50%;
        max-width: 50%;
    }
}

@media (min-width: 1400px) {
    .col-xxl-6a {
        width: 50%;
        flex: 0 0 50%;
        max-width: 50%;
    }
}

.card:hover {
    box-shadow: 0 4px 16px rgba(0,0,0,0.12);
    transform: translateY(-2px);
}

.rounded-xl {
    border-radius: 12px;
}

.url-card .url-body {
    padding: 0;
}

.url-card .url-content {
    padding: 12px 16px;
}

.url-card .url-img {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    overflow: hidden;
    background: #f5f5f5;
    display: flex;
    align-items: center;
    justify-content: center;
}

.url-card .url-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
}

.url-card .url-info {
    flex: 1;
    min-width: 0;
}

.url-card .text-sm {
    font-size: 14px;
}

.url-card .text-xs {
    font-size: 12px;
}

.overflowClip_1 {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.overflowClip_2 {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

.text-muted {
    color: #6c757d;
}

.col-2a {
    width: 16.666667%;
    flex: 0 0 16.666667%;
    max-width: 16.666667%;
}

.col-3a {
    width: 25%;
    flex: 0 0 25%;
    max-width: 25%;
}

.col-6a {
    width: 50%;
    flex: 0 0 50%;
    max-width: 50%;
}

@media (min-width: 576px) {
    .col-sm-2a {
        width: 16.666667%;
        flex: 0 0 16.666667%;
        max-width: 16.666667%;
    }
}

@media (min-width: 768px) {
    .col-md-2a {
        width: 16.666667%;
        flex: 0 0 16.666667%;
        max-width: 16.666667%;
    }
}

@media (min-width: 992px) {
    .col-lg-3a {
        width: 25%;
        flex: 0 0 25%;
        max-width: 25%;
    }
}

@media (min-width: 1200px) {
    .col-xl-6a {
        width: 50%;
        flex: 0 0 50%;
        max-width: 50%;
    }
}

@media (min-width: 1400px) {
    .col-xxl-6a {
        width: 50%;
        flex: 0 0 50%;
        max-width: 50%;
    }
}

.sidebar-nav {
    position: fixed;
    top: 0;
    left: 0;
    width: 220px;
    height: 100vh;
    background: #fff;
    border-right: 1px solid #e9ecef;
    z-index: 1000;
    transition: transform 0.3s ease;
    opacity: 1 !important;
}

.fade:not(.show) {
    opacity: 1 !important;
}

.sidebar-nav-inner {
    display: flex;
    flex-direction: column;
    height: 100%;
}

.sidebar-nav-inner .flex-fill {
    overflow-y: hidden;
    overflow-x: hidden;
    -webkit-overflow-scrolling: touch;
}

.sidebar-nav-inner .flex-fill:hover {
    overflow-y: auto;
    overflow-x: hidden;
    -webkit-overflow-scrolling: touch;
}

.sidebar-logo {
    padding: 15px;
    border-bottom: 1px solid #e9ecef;
}

.logo {
    display: flex;
    align-items: center;
}

.logo-expanded {
    display: block;
}

.logo-collapsed {
    display: none;
}

.logo-light {
    display: block;
}

.logo-dark {
    display: none;
}

.sidebar-menu {
    flex: 1;
    overflow-y: auto;
}

.sidebar-scroll {
    height: 100%;
    overflow-y: auto;
}

.sidebar-menu-inner {
    padding: 10px 0;
}

.sidebar-menu-inner ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

.sidebar-item {
    padding: 0 15px;
    margin-bottom: 2px;
}

.sidebar-item a {
    display: flex;
    align-items: center;
    padding: 12px 15px;
    color: #333;
    text-decoration: none;
    border-radius: 10px;
    transition: all 0.3s ease;
    font-weight: 500;
}

.sidebar-item a:hover {
    background: #f0f0f0;
    color: #333;
}

.sidebar-item a.active {
    background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
    color: #fff;
}

.sidebar-menu-item.active {
    background: linear-gradient(135deg, #667eea 0%, #764ba2 100%) !important;
    color: #fff !important;
}

.sidebar-menu-item.active i {
    color: #fff !important;
}

.io-black-mode .sidebar-menu-item.active {
    background: linear-gradient(135deg, #667eea 0%, #764ba2 100%) !important;
    color: #fff !important;
}

.io-black-mode .sidebar-menu-item.active i {
    color: #fff !important;
}

.io-black-mode .sidebar-item a:hover {
    background: #404040;
    color: #fff;
}

.io-black-mode .sidebar-item a.active {
    background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
    color: #fff;
}

.icon-fw {
    width: 1.25em;
    text-align: center;
    margin-right: 12px;
    transition: all 0.3s ease;
    font-size: 1.1em;
}

.icon-lg {
    font-size: 1.2em;
}

.sidebar-item a:hover .icon-fw {
    transform: scale(1.15) rotate(5deg);
    color: #fff;
}

.sidebar-item a .icon-fw {
    color: #666;
}

.sidebar-bottom {
    padding: 15px;
    border-top: 1px solid #e9ecef;
}

.search-group {
    margin-bottom: 0;
}

.search-input-group {
    display: flex;
    align-items: center;
}

.search-input-group .form-control {
    border-radius: 25px 0 0 25px;
    border: 1px solid #e9ecef;
    padding-left: 20px;
    height: 40px;
    flex: 1;
}

.search-input-group .btn {
    border-radius: 0 25px 25px 0;
    padding: 0 20px;
    height: 40px;
}

.home-widget-group {
    margin-bottom: 30px;
}

.tab-sites-widget {
    background: #fff;
    box-shadow: 0 2px 12px rgba(0, 0, 0, 0.08);
    border-radius: 16px;
    overflow: hidden;
}

.tab-sites-body {
    min-height: 500px;
}

.tab-widget-nav {
    width: 270px;
    min-width: 270px;
    background: #fafbfc;
    padding: 20px 12px;
    border-right: 1px solid #eee;
}

.tab-widget-link {
    padding: 14px 18px;
    color: #555;
    text-decoration: none;
    display: flex;
    align-items: center;
    border-radius: 10px;
    margin-bottom: 6px;
    transition: all 0.3s ease;
    font-size: 14px;
    font-weight: 500;
}

.tab-widget-link:hover {
    background: #f0f2f5;
    color: #333;
}

.tab-widget-link.active {
    background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
    color: #fff;
    box-shadow: 0 4px 12px rgba(102, 126, 234, 0.4);
}

.tab-widget-link i {
    margin-right: 10px;
    font-size: 16px;
    width: 24px;
    text-align: center;
}

.tab-widget-content {
    padding: 25px;
    background: #fff;
}

.widget-title {
    margin-bottom: 20px;
    padding-bottom: 12px;
    border-bottom: 2px solid #f0f0f0;
}

.widget-title h5 {
    font-size: 18px;
    font-weight: 700;
    color: #1a1a1a;
    margin: 0;
    display: flex;
    align-items: center;
}

.widget-title h5 i {
    margin-right: 8px;
    color: #667eea;
}

.tab-widget-link.active {
    background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
    color: #fff;
    box-shadow: 0 4px 12px rgba(102, 126, 234, 0.4);
}

.tab-widget-link i {
    margin-right: 10px;
    font-size: 16px;
}

.tab-widget-content {
    flex: 1;
    min-width: 0;
    padding: 20px;
}

.tab-sites-widget {
    border: none;
    box-shadow: 0 2px 12px rgba(0, 0, 0, 0.08);
}

.tab-sites-body {
    background: #fff;
    border-radius: 12px;
    overflow: hidden;
}

.widget-title {
    border-bottom: 2px solid #f0f0f0;
    padding-bottom: 10px;
    margin-bottom: 20px;
}

.widget-title h5 {
    margin: 0;
    font-size: 18px;
    font-weight: 600;
    color: #333;
}

.widget-item {
    padding: 0;
}

.apd-home img {
    width: 100%;
    height: auto;
    display: block;
}

.slider-menu-father {
    background: #fff;
    border-radius: 12px;
    padding: 15px;
    box-shadow: 0 2px 8px rgba(0,0,0,0.08);
}

.slider_menu {
    width: 100%;
}

.slider_menu .nav-link {
    color: #333;
    padding: 8px 16px;
    border-radius: 20px;
    margin-right: 8px;
    transition: all 0.2s ease;
}

.slider_menu .nav-link:hover {
    background: #f8f9fa;
}

.slider_menu .nav-link.active {
    background: #5961f9;
    color: #fff;
}

.ajax-list-body {
    min-height: 300px;
}

.no-c {
    text-decoration: none;
    color: inherit;
    display: block;
    margin-bottom: 0 !important;
}

.no-c:hover {
    text-decoration: none;
    color: inherit;
}

footer {
    padding: 20px 0;
    margin-top: 40px;
    border-top: 1px solid #e9ecef;
    text-align: center;
    color: #6c757d;
}

#footer-tools {
    position: fixed;
    bottom: 25px;
    right: 25px;
    z-index: 9999;
}

#footer-tools .btn {
    width: 48px;
    height: 48px;
    border-radius: 50%;
    background: #fff;
    border: 1px solid #e9ecef;
    color: #333;
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0 4px 12px rgba(0,0,0,0.15);
    transition: all 0.3s ease;
    margin-top: 10px;
    cursor: pointer;
    text-decoration: none;
}

#footer-tools .btn:hover {
    background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
    color: #fff;
    border-color: transparent;
    transform: translateY(-2px);
    box-shadow: 0 6px 20px rgba(102, 126, 234, 0.4);
}

#footer-tools .btn i {
    font-size: 18px;
}

#footer-tools .go-up {
    display: none;
}

.switch-dark-mode-header {
    width: 38px;
    height: 38px;
    border-radius: 50%;
    background: #f8f9fa;
    border: 1px solid #e9ecef;
    color: #333;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    transition: all 0.3s ease;
    flex-shrink: 0;
}

.switch-dark-mode-header:hover {
    background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
    color: #fff;
    border-color: transparent;
}

.switch-dark-mode-header i {
    font-size: 16px;
}

.io-black-mode .switch-dark-mode-header {
    background: #3a3a3a;
    border-color: #4a4a4a;
    color: #aaa;
}

.io-black-mode .switch-dark-mode-header:hover {
    background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
    color: #fff;
    border-color: transparent;
}

@media (max-width: 992px) {
    .sidebar-nav {
        transform: translateX(-100%);
    }
    
    .sidebar-nav.show {
        transform: translateX(0);
    }
    
    .main-content {
        margin-left: 0;
    }
    
    .main-content .page-header {
        left: 0;
    }
    
    .tab-widget-nav {
        width: 100%;
        min-width: 100%;
    }
    
    .tab-sites-body {
        flex-direction: column;
    }
    
    .tab-widget-content {
        margin-left: 0 !important;
        margin-top: 15px;
    }
    
    .navbar-nav {
        overflow-x: auto;
    }
    
    .search-overlay {
        display: none;
    }
}

@media (max-width: 768px) {
    .sidebar-nav {
        width: 100%;
        max-width: 250px;
    }
    
    .logo-expanded {
        display: none;
    }
    
    .logo-collapsed {
        display: block;
    }
    
    .url-card .url-img {
        width: 36px;
        height: 36px;
    }
    
    .url-card .text-sm {
        font-size: 13px;
    }
    
    .url-card .text-xs {
        font-size: 11px;
    }
    
    .page-header {
        padding: 8px 0;
    }
    
    .navbar-nav .menu-item a {
        padding: 6px 12px;
        font-size: 14px;
    }
    
    .search-input-group .form-control {
        height: 36px;
        padding-left: 15px;
    }
    
    .search-input-group .btn {
        height: 36px;
        padding: 0 15px;
    }
}

@media (max-width: 576px) {
    .container-fluid {
        padding-left: 10px;
        padding-right: 10px;
    }
    
    .site-footer {
        padding: 30px 0 20px;
    }
    
    .site-footer .row {
        flex-direction: column;
    }
    
    .site-footer .col-md-3,
    .site-footer .col-sm-6 {
        flex: 0 0 100%;
        max-width: 100%;
        margin-bottom: 20px;
    }
    
    .footer-bottom {
        padding: 15px 0;
    }
    
    .footer-bottom .row {
        flex-direction: column;
    }
    
    .footer-bottom .col-md-6 {
        flex: 0 0 100%;
        max-width: 100%;
        text-align: center !important;
        margin-bottom: 10px;
    }
    
    .url-card.col-6,
    .url-card.col-md-4 {
        flex: 0 0 100%;
        max-width: 100%;
        padding: 5px;
    }
    
    .url-card .url-content {
        padding: 10px 12px;
    }
    
    .url-card .url-img {
        width: 32px;
        height: 32px;
    }
    
    .url-card .text-sm {
        font-size: 12px;
    }
    
    .url-card .text-xs {
        font-size: 10px;
    }
    
    .search-input-group .form-control {
        height: 36px;
        padding-left: 15px;
    }
    
    .search-input-group .btn {
        height: 36px;
        padding: 0 15px;
    }
    
    .entry-title {
        font-size: 20px;
    }
    
    .page-title {
        font-size: 18px;
    }
    
    .tab-widget-nav {
        padding: 8px;
    }
    
    .tab-widget-link {
        padding: 8px 12px;
        font-size: 12px;
    }
    
    .tab-widget-link i {
        margin-right: 4px;
    }
    
    #footer-tools {
        bottom: 15px;
        right: 15px;
    }
    
    #footer-tools .btn {
        width: 40px;
        height: 40px;
    }
    
    #footer-tools .btn i {
        font-size: 16px;
    }
    
    .related-posts .col-md-6 {
        flex: 0 0 100%;
        max-width: 100%;
    }
    
    .breadcrumb-nav {
        padding: 8px 12px;
        font-size: 12px;
    }
    
    .sidebar-wrapper {
        padding: 10px;
    }
    
    .sidebar-widgets .widget,
    .single-sidebar .widget {
        padding: 15px;
    }
    
    .card {
        border-radius: 8px;
    }
    
    .tab-sites-widget {
        padding: 10px;
        border-radius: 8px;
    }
    
    .tab-widget-content {
        padding: 10px !important;
    }
    
    .widget-title h5 {
        font-size: 15px;
    }
}

.io-black-mode {
    background: #1a1a1a;
    color: #e0e0e0;
}

.io-black-mode * {
    border-color: #404040 !important;
}

.io-black-mode .text-muted {
    color: #999 !important;
}
.io-black-mode a {
    color: #8b9bff;
}

.io-black-mode .bg-white {
    background: #2d2d2d !important;
}

.io-black-mode .rounded-xl,
.io-black-mode .rounded-lg,
.io-black-mode .rounded-md,
.io-black-mode .rounded {
    background: #2d2d2d;
    border: 1px solid #404040;
}

.io-black-mode .form-control {
    background: #333;
    border-color: #404040;
    color: #e0e0e0;
}

.io-black-mode .home-widget-group {
    background: transparent;
}

.io-black-mode .tab-sites-widget {
    background: #2d2d2d !important;
    border: 1px solid #404040;
}

.io-black-mode .tab-sites-body {
    background: #2d2d2d !important;
    border: 1px solid #404040;
}

.io-black-mode .tab-widget-content {
    background: #2d2d2d !important;
}

.io-black-mode .tab-widget-nav {
    background: #2d2d2d !important;
}

.io-black-mode .widget-title h5 {
    color: #e0e0e0;
}

.io-black-mode .widget-title h5 i {
    color: #8b9bff;
}

.io-black-mode .nav-pills .nav-link {
    color: #aaa;
}

.io-black-mode .nav-pills .nav-link:hover {
    background: #404040;
    color: #fff;
}

.io-black-mode .nav-pills .nav-link.active {
    background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
    color: #fff;
}

.io-black-mode .tab-pane {
    color: #b8b8b8;
}

.io-black-mode .tab-widget-content {
    background: #2d2d2d;
}

.io-black-mode .widget-title h5 {
    color: #e0e0e0;
}

.io-black-mode .widget-title h5 i {
    color: #8b9bff;
}

.io-black-mode .nav-pills .nav-link {
    color: #aaa;
}

.io-black-mode .nav-pills .nav-link:hover {
    background: #404040;
    color: #fff;
}

.io-black-mode .nav-pills .nav-link.active {
    background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
    color: #fff;
}

.io-black-mode .tab-pane {
    color: #b8b8b8;
}

.io-black-mode .text-muted {
    color: #888 !important;
}

.io-black-mode .form-control:focus {
    background: #333;
    border-color: #5961f9;
    color: #e0e0e0;
}

.io-black-mode .form-control::placeholder {
    color: #888;
}

body {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.io-black-mode body {
    background: #1a1a1a;
    color: #e0e0e0;
}

.io-black-mode .main-content {
    background: #1a1a1a;
}

.io-black-mode .card {
    background: #2d2d2d;
    border-color: #404040;
}

.io-black-mode .card-body {
    background: #2d2d2d;
    color: #e0e0e0;
}

.io-black-mode .entry-title {
    color: #fff;
}

.io-black-mode .entry-content {
    color: #b8b8b8;
    line-height: 1.8;
}

.io-black-mode .entry-content p {
    color: #b8b8b8;
}

.io-black-mode .entry-content h1,
.io-black-mode .entry-content h2,
.io-black-mode .entry-content h3,
.io-black-mode .entry-content h4,
.io-black-mode .entry-content h5,
.io-black-mode .entry-content h6 {
    color: #e0e0e0;
}

.io-black-mode .entry-content a {
    color: #8b9bff;
    text-decoration: underline;
}

.io-black-mode .entry-content a:hover {
    color: #aab2ff;
}

.io-black-mode .entry-content img {
    opacity: 0.85;
}

.io-black-mode .entry-content blockquote {
    background: #252525;
    border-left-color: #5961f9;
    color: #999;
}

.io-black-mode .entry-content code {
    background: #333;
    color: #e83e8c;
}

.io-black-mode .entry-content pre {
    background: #1e1e1e;
    color: #d4d4d4;
}

.io-black-mode .entry-content ul,
.io-black-mode .entry-content ol {
    color: #b8b8b8;
}

.io-black-mode .entry-content li {
    color: #b8b8b8;
}

.io-black-mode .entry-meta {
    color: #aaa;
    border-color: #404040;
}

.io-black-mode .breadcrumb-nav {
    background: #2d2d2d;
    color: #aaa;
}

.io-black-mode .breadcrumb-nav a {
    color: #8b9bff;
}

.io-black-mode .breadcrumb-nav span {
    color: #e0e0e0;
}

.io-black-mode .breadcrumb-nav i {
    color: #666;
}

.io-black-mode .page-title {
    color: #fff;
    border-color: #404040;
}

.io-black-mode .text-muted {
    color: #999 !important;
}

.io-black-mode .related-post-card {
    background: #2d2d2d;
    border-color: #404040;
}

.io-black-mode .related-post-card:hover {
    border-color: #5a5a8a;
}

.io-black-mode .related-post-card .text-sm {
    color: #fff;
}

.io-black-mode .post-thumbnail img {
    opacity: 0.8;
}

.io-black-mode .tags-links a {
    background: #404040;
    color: #ccc;
}

.io-black-mode .tags-links a:hover {
    background: #5961f9;
    color: #fff;
}

.io-black-mode .comments-area {
    background: #2d2d2d;
    padding: 20px;
    border-radius: 10px;
}

.io-black-mode .comments-title,
.io-black-mode .comment-reply-title {
    color: #fff;
}

.io-black-mode .comment-body {
    border-color: #404040;
}

.io-black-mode .comment-content {
    color: #ccc;
}

.io-black-mode .comment-meta,
.io-black-mode .comment-metadata a {
    color: #888;
}

.io-black-mode .sidebar-nav {
    background: #2d2d2d;
    border-color: #404040;
}

.io-black-mode .sidebar-logo {
    border-color: #404040;
}

.io-black-mode .sidebar-item a {
    color: #e0e0e0;
}

.io-black-mode .sidebar-item a:hover {
    color: #fff;
    background: #404040;
}

.io-black-mode .sidebar-bottom {
    border-color: #404040;
}

.io-black-mode .search-input-group .form-control {
    background: #404040;
    border-color: #505050;
    color: #e0e0e0;
}

.io-black-mode .search-input-group .form-control::placeholder {
    color: #adb5bd;
}

.io-black-mode .tab-widget-link {
    color: #e0e0e0;
}

.io-black-mode .tab-widget-link:hover {
    background: #404040;
}

.io-black-mode .tab-widget-link.active {
    background: #007bff;
    color: #fff;
}

.io-black-mode .tab-sites-widget {
    background: #2d2d2d;
}

.io-black-mode .slider-menu-father {
    background: #2d2d2d;
}

.io-black-mode .slider_menu .nav-link {
    color: #e0e0e0;
}

.io-black-mode .slider_menu .nav-link:hover {
    background: #404040;
}

.io-black-mode .slider_menu .nav-link.active {
    background: #007bff;
    color: #fff;
}

.io-black-mode .url-card .url-img {
    background: #404040;
}

.io-black-mode .text-muted {
    color: #adb5bd;
}

.io-black-mode #footer-tools .btn {
    background: #2d2d2d;
    border-color: #404040;
    color: #e0e0e0;
}

.io-black-mode #footer-tools .btn:hover {
    background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
    color: #fff;
    border-color: transparent;
}

.io-black-mode .logo-light {
    display: none;
}

.io-black-mode .logo-dark {
    display: block;
}

.io-black-mode .page-header {
    background: #2c2e2f;
    border-color: #404040;
}

.io-black-mode .navbar-nav .menu-item a {
    color: #e0e0e0;
}

.io-black-mode .navbar-nav .menu-item a:hover {
    background: #404040;
    color: #5961f9;
}

.io-black-mode .search-overlay .search-input-group .form-control {
    background: #404040;
    border-color: #505050;
    color: #e0e0e0;
}

.io-black-mode .search-overlay .search-input-group .form-control::placeholder {
    color: #adb5bd;
}

.io-black-mode .header-mini-btn path {
    stroke: #e0e0e0;
}

.io-black-mode .header-mini-btn label:hover path {
    stroke: #5961f9;
}

.io-black-mode .header-container {
    background: #2d2d2d;
    border-color: #404040;
}

.io-black-mode .header-brand-area a {
    color: #fff;
}

.io-black-mode .header-search-area .form-control {
    background: #404040;
    border-color: #505050;
    color: #e0e0e0;
}

.io-black-mode .header-search-area .form-control::placeholder {
    color: #888;
}

.io-black-mode .search-icon {
    color: #aaa;
}

.io-black-mode .navbar {
    background: transparent;
}

.io-black-mode .navbar-nav .menu-item a {
    color: #e0e0e0;
}

.io-black-mode .navbar-nav .menu-item a:hover {
    color: #fff;
    background: #404040;
}

.io-black-mode .tab-sites-widget {
    background: #2d2d2d;
    border-color: #404040;
}

.io-black-mode .tab-widget-nav {
    background: #2d2d2d !important;
}

.io-black-mode .tab-widget-link {
    color: #aaa;
}

.io-black-mode .tab-widget-link:hover {
    background: #404040;
    color: #fff;
}

.io-black-mode .tab-widget-link.active {
    background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
    color: #fff;
}

.io-black-mode .tab-widget-link {
    color: #aaa;
}

.io-black-mode .tab-widget-link:hover {
    background: #404040;
    color: #fff;
}

.io-black-mode .tab-widget-link.active {
    background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
    color: #fff;
}

.io-black-mode .widget-title {
    color: #fff;
}

.io-black-mode .widget-title i {
    color: #8b9bff;
}

.io-black-mode .slider-menu-father {
    background: #2d2d2d;
}

.io-black-mode .slider_menu .nav-link {
    color: #aaa;
}

.io-black-mode .slider_menu .nav-link:hover,
.io-black-mode .slider_menu .nav-link.active {
    background: #404040;
    color: #fff;
}

.io-black-mode .logo-light {
    display: none;
}

.io-black-mode .logo-dark {
    display: block;
}

.io-black-mode .page-header {
    background: #2d2d2d;
    border-color: #404040;
}

.io-black-mode .page-header-title {
    color: #fff;
}

.io-black-mode .search-overlay .search-input-group .form-control {
    background: #404040;
    border-color: #505050;
    color: #e0e0e0;
}

.io-black-mode .search-overlay .search-input-group .form-control::placeholder {
    color: #888;
}

.io-black-mode .url-card .url-body {
    background: #2d2d2d;
    border-color: #404040;
}

.io-black-mode .url-card .url-content {
    background: #2d2d2d;
}

.io-black-mode .url-card .text-sm {
    color: #fff;
}

.io-black-mode .url-card .text-xs {
    color: #888;
}

.io-black-mode #footer-tools .btn {
    background: #2d2d2d;
    border-color: #404040;
    color: #e0e0e0;
}

.io-black-mode #footer-tools .btn:hover {
    background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
    color: #fff;
    border-color: transparent;
}

.io-black-mode .footer-widget-title {
    color: #fff;
    border-color: #404040;
}

.io-black-mode .footer-widget ul li a {
    color: #aaa;
}

.io-black-mode .footer-widget ul li a:hover {
    color: #8b9bff;
}

.io-black-mode .footer-bottom {
    background: #252525;
    border-color: #404040;
    color: #888;
}

.io-black-mode .site-footer {
    background: #2d2d2d;
    border-color: #404040;
}

.site-footer {
    background: #fff;
    padding: 50px 0 25px;
    border-top: 1px solid #e9ecef;
    margin-top: 50px;
}

.footer-widget {
    margin-bottom: 25px;
}

.footer-widget-title {
    font-size: 16px;
    font-weight: 700;
    margin-bottom: 20px;
    color: #1a1a1a;
    padding-bottom: 12px;
    border-bottom: 2px solid #f0f0f0;
}

.footer-widget ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

.footer-widget ul li {
    padding: 8px 0;
    border-bottom: 1px solid #f5f5f5;
    transition: all 0.3s;
}

.footer-widget ul li:last-child {
    border-bottom: none;
}

.footer-widget ul li a {
    color: #666;
    text-decoration: none;
    font-size: 14px;
    transition: color 0.3s;
    display: block;
}

.footer-widget ul li a:hover {
    color: #5961f9;
    padding-left: 5px;
}

.footer-bottom {
    background: #fafbfc;
    padding: 20px 0;
    border-top: 1px solid #eee;
    font-size: 14px;
    color: #888;
}

.footer-copyright {
    color: #888;
}

.footer-copyright a {
    color: #5961f9;
    text-decoration: none;
}

.footer-copyright a:hover {
    text-decoration: underline;
}

.footer-menu {
    list-style: none;
    padding: 0;
    margin: 0;
    text-align: right;
}

.footer-menu li {
    display: inline-block;
    margin-left: 20px;
}

.footer-menu li a {
    color: #666;
    text-decoration: none;
}

.footer-menu li a:hover {
    color: #5961f9;
}

@media (max-width: 767px) {
    .site-footer .col-sm-6 {
        margin-bottom: 30px;
    }
    
    .footer-bottom .col-md-6 {
        text-align: center !important;
        margin-bottom: 10px;
    }
    
    .footer-menu {
        text-align: center;
    }
    
    .footer-menu li {
        margin-left: 10px;
        margin-right: 10px;
    }
}

.single-sidebar .widget {
    background: #fff;
    border-radius: 12px;
    padding: 20px;
    margin-bottom: 20px;
    box-shadow: 0 2px 8px rgba(0,0,0,0.06);
}

.single-sidebar .widget-title {
    font-size: 16px;
    font-weight: 600;
    margin-bottom: 15px;
    padding-bottom: 10px;
    border-bottom: 1px solid #e9ecef;
}

.single-sidebar ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

.single-sidebar ul li {
    padding: 8px 0;
    border-bottom: 1px solid #f0f0f0;
}

.single-sidebar ul li:last-child {
    border-bottom: none;
}

.single-sidebar ul li a {
    color: #666;
    text-decoration: none;
    font-size: 14px;
    transition: color 0.3s;
}

.single-sidebar ul li a:hover {
    color: #5961f9;
}

.sidebar-wrapper {
    padding: 20px 15px;
}

.io-black-mode .sidebar-wrapper {
    background: #1a1a1a;
}

.io-black-mode .sidebar-widgets .widget {
    background: #2d2d2d;
    border-color: #404040;
}

.io-black-mode .sidebar-widgets .widget-title {
    color: #fff;
    border-color: #404040;
}

.io-black-mode .sidebar-widgets .widget-title i {
    color: #8b9bff;
}

.io-black-mode .sidebar-widgets ul li {
    border-color: #404040;
}

.io-black-mode .sidebar-widgets ul li a {
    color: #aaa;
}

.io-black-mode .sidebar-widgets ul li a:hover {
    color: #8b9bff;
}

.io-black-mode .single-sidebar .widget {
    background: #2d2d2d;
    border-color: #404040;
}

.io-black-mode .single-sidebar .widget-title {
    color: #fff;
    border-color: #404040;
}

.io-black-mode .single-sidebar ul li {
    border-color: #404040;
}

.io-black-mode .single-sidebar ul li a {
    color: #aaa;
}

.io-black-mode .single-sidebar ul li a:hover {
    color: #8b9bff;
}

.io-black-mode .single-sidebar-list li a {
    background: #3a3a3a;
    color: #aaa;
}

.io-black-mode .single-sidebar-list li a:hover {
    background: #4a4a4a;
    color: #8b9bff;
}

.sidebar-widgets .widget {
    background: #fff;
    border-radius: 12px;
    padding: 20px;
    margin-bottom: 20px;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.05);
}

.sidebar-widgets .widget-title,
.widget .widget-title {
    font-size: 16px;
    font-weight: 700;
    color: #1a1a1a;
    margin-bottom: 15px;
    padding-bottom: 10px;
    border-bottom: 2px solid #f0f0f0;
    display: flex;
    align-items: center;
}

.sidebar-widgets .widget-title i,
.widget .widget-title i {
    color: #667eea;
    margin-right: 8px;
}

.sidebar-widgets ul,
.widget ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

.sidebar-widgets ul li,
.widget ul li {
    padding: 10px 0;
    border-bottom: 1px solid #f5f5f5;
}

.sidebar-widgets ul li:last-child,
.widget ul li:last-child {
    border-bottom: none;
}

.widget.widget_recent_entries ul li {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 10px 0;
    border-bottom: 1px solid #f5f5f5;
}

.widget.widget_recent_entries ul li:last-child {
    border-bottom: none;
}

.widget.widget_recent_entries ul li a {
    background: none;
    padding: 0;
    margin-bottom: 0;
    display: inline;
    flex: 1;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    padding-right: 10px;
}

.widget.widget_recent_entries ul li .post-date {
    font-size: 12px;
    color: #999;
    display: inline-block;
    flex-shrink: 0;
    white-space: nowrap;
}

.widget.widget_recent_entries ul li a:hover {
    background: none;
    color: #667eea;
}

.widget_recent_entries ul li,
.widget .widget_recent_entries ul li {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 10px 0;
    border-bottom: 1px solid #f5f5f5;
}

.widget_recent_entries ul li:last-child,
.widget .widget_recent_entries ul li:last-child {
    border-bottom: none;
}

.widget_recent_entries ul li a,
.widget .widget_recent_entries ul li a {
    background: none;
    padding: 0;
    margin-bottom: 0;
    display: inline;
    flex: 1;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    padding-right: 10px;
}

.widget_recent_entries ul li .post-date,
.widget .widget_recent_entries ul li .post-date {
    font-size: 12px;
    color: #999;
    display: inline-block;
    flex-shrink: 0;
    white-space: nowrap;
}

.widget_recent_entries ul li a:hover,
.widget .widget_recent_entries ul li a:hover {
    background: none;
    color: #667eea;
}

.widget_aidaohang_recent_posts ul li,
.widget[id*="aidaohang_recent_posts"] ul li {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 10px 0;
    border-bottom: 1px solid #f5f5f5;
}

.widget_aidaohang_recent_posts ul li:last-child,
.widget[id*="aidaohang_recent_posts"] ul li:last-child {
    border-bottom: none;
}

.widget_aidaohang_recent_posts ul li a,
.widget[id*="aidaohang_recent_posts"] ul li a {
    background: none;
    padding: 0;
    margin-bottom: 0;
    display: inline;
    flex: 1;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    padding-right: 10px;
}

.widget_aidaohang_recent_posts ul li .post-date,
.widget[id*="aidaohang_recent_posts"] ul li .post-date {
    font-size: 12px;
    color: #999;
    display: inline-block;
    flex-shrink: 0;
    white-space: nowrap;
}

.widget_aidaohang_recent_posts ul li a:hover,
.widget[id*="aidaohang_recent_posts"] ul li a:hover {
    background: none;
    color: #667eea;
}

.widget_aidaohang_popular_posts ul li,
.widget_aidaohang_related_popular_posts ul li,
.widget_aidaohang_you_may_like ul li,
.widget[id*="aidaohang_popular"] ul li,
.widget[id*="aidaohang_related"] ul li,
.widget[id*="aidaohang_you_may_like"] ul li {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 10px 0;
    border-bottom: 1px solid #f5f5f5;
}

.widget_aidaohang_popular_posts ul li:last-child,
.widget_aidaohang_related_popular_posts ul li:last-child,
.widget_aidaohang_you_may_like ul li:last-child,
.widget[id*="aidaohang_popular"] ul li:last-child,
.widget[id*="aidaohang_related"] ul li:last-child,
.widget[id*="aidaohang_you_may_like"] ul li:last-child {
    border-bottom: none;
}

.widget_aidaohang_popular_posts ul li a,
.widget_aidaohang_related_popular_posts ul li a,
.widget_aidaohang_you_may_like ul li a,
.widget[id*="aidaohang_popular"] ul li a,
.widget[id*="aidaohang_related"] ul li a,
.widget[id*="aidaohang_you_may_like"] ul li a {
    background: none;
    padding: 0;
    margin-bottom: 0;
    display: inline;
    flex: 1;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    padding-right: 10px;
}

.widget_aidaohang_popular_posts ul li .post-date,
.widget_aidaohang_related_popular_posts ul li .post-date,
.widget_aidaohang_you_may_like ul li .post-date,
.widget[id*="aidaohang_popular"] ul li .post-date,
.widget[id*="aidaohang_related"] ul li .post-date,
.widget[id*="aidaohang_you_may_like"] ul li .post-date {
    font-size: 12px;
    color: #999;
    display: inline-block;
    flex-shrink: 0;
    white-space: nowrap;
}

.widget_aidaohang_popular_posts ul li a:hover,
.widget_aidaohang_related_popular_posts ul li a:hover,
.widget_aidaohang_you_may_like ul li a:hover,
.widget[id*="aidaohang_popular"] ul li a:hover,
.widget[id*="aidaohang_related"] ul li a:hover,
.widget[id*="aidaohang_you_may_like"] ul li a:hover {
    background: none;
    color: #667eea;
}

.sidebar-widgets ul li a,
.widget ul li a {
    color: #555;
    text-decoration: none;
    transition: all 0.3s;
    display: block;
    padding: 8px 10px;
    border-radius: 8px;
    background: #f8f9fa;
    margin-bottom: 8px;
    font-size: 14px;
}

.sidebar-widgets ul li a:hover,
.widget ul li a:hover {
    background: #e9ecef;
    color: #667eea;
}

.widget select {
    width: 100%;
    padding: 8px 12px;
    border: 1px solid #e9ecef;
    border-radius: 8px;
    background: #fff;
    color: #333;
}

.widget input[type="text"],
.widget input[type="email"],
.widget input[type="url"],
.widget input[type="search"],
.widget input[type="password"],
.widget textarea {
    width: 100%;
    padding: 8px 12px;
    border: 1px solid #e9ecef;
    border-radius: 8px;
    background: #fff;
    color: #333;
    font-size: 14px;
}

.widget input[type="submit"],
.widget button[type="submit"],
.widget .wp-block-search__button {
    background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
    color: #fff;
    border: none;
    padding: 8px 16px;
    border-radius: 8px;
    cursor: pointer;
    font-weight: 500;
    transition: all 0.3s ease;
}

.widget input[type="submit"]:hover,
.widget button[type="submit"]:hover,
.widget .wp-block-search__button:hover {
    transform: translateY(-2px);
    box-shadow: 0 4px 12px rgba(102, 126, 234, 0.4);
}

.widget .wp-block-search__input {
    padding: 8px 12px;
    border: 1px solid #e9ecef;
    border-radius: 8px;
}

.widget_rss .rss-widget-icon {
    display: none;
}

.widget_rss ul li {
    padding: 12px 0;
    border-bottom: 1px solid #f5f5f5;
}

.widget_rss ul li a {
    font-weight: 600;
    color: #333;
    background: none;
    padding: 0;
    margin-bottom: 5px;
}

.widget_rss ul li .rss-date {
    font-size: 12px;
    color: #999;
}

.widget_rss ul li .rssSummary {
    font-size: 13px;
    color: #666;
    margin-top: 5px;
}

.widget_calendar .calendar_wrap table {
    width: 100%;
    border-collapse: collapse;
}

.widget_calendar .calendar_wrap th,
.widget_calendar .calendar_wrap td {
    padding: 8px;
    text-align: center;
    border: 1px solid #f0f0f0;
}

.widget_calendar .calendar_wrap th {
    background: #f8f9fa;
    font-weight: 600;
}

.widget_calendar .calendar_wrap a {
    color: #667eea;
    font-weight: 600;
    background: none;
    padding: 0;
}

.widget_text .textwidget p {
    margin-bottom: 10px;
}

.widget_text .textwidget img {
    max-width: 100%;
    height: auto;
    border-radius: 8px;
}

.widget_meta ul li,
.widget_pages ul li,
.widget_nav_menu ul li {
    padding: 0;
    border-bottom: none;
}

.widget_meta ul li a,
.widget_pages ul li a,
.widget_nav_menu ul li a {
    display: block;
    padding: 10px 0;
    border-bottom: 1px solid #f5f5f5;
    background: none;
    margin-bottom: 0;
}

.widget_meta ul li a:hover,
.widget_pages ul li a:hover,
.widget_nav_menu ul li a:hover {
    padding-left: 5px;
    background: none;
}

.widget_recent_comments .recentcomments {
    padding: 8px 0;
    border-bottom: 1px solid #f5f5f5;
}

.widget_recent_comments .recentcomments a {
    background: none;
    padding: 0;
    font-weight: 500;
}

.widget_recent_comments .comment-author-link {
    font-size: 12px;
    color: #999;
}

.widget_tag_cloud .tagcloud {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
}

.widget_tag_cloud .tagcloud a {
    display: inline-block;
    padding: 6px 12px;
    border-radius: 20px;
    background: #f8f9fa;
    color: #555;
    font-size: 13px !important;
    transition: all 0.3s ease;
    margin-bottom: 0;
}

.widget_tag_cloud .tagcloud a:hover {
    background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
    color: #fff;
}

.io-black-mode .widget select,
.io-black-mode .widget input[type="text"],
.io-black-mode .widget input[type="email"],
.io-black-mode .widget input[type="url"],
.io-black-mode .widget input[type="search"],
.io-black-mode .widget input[type="password"],
.io-black-mode .widget textarea {
    background: #3a3a3a;
    border-color: #4a4a4a;
    color: #e0e0e0;
}

.io-black-mode .widget .wp-block-search__input {
    background: #3a3a3a;
    border-color: #4a4a4a;
    color: #e0e0e0;
}

.io-black-mode .widget_calendar .calendar_wrap th {
    background: #3a3a3a;
}

.io-black-mode .widget_calendar .calendar_wrap td {
    border-color: #4a4a4a;
}

.io-black-mode .widget_tag_cloud .tagcloud a {
    background: #3a3a3a;
    color: #aaa;
}

.io-black-mode .widget.widget_recent_entries ul li .post-date {
    color: #888;
}

.io-black-mode .widget.widget_recent_entries ul li a {
    color: #e0e0e0;
}

.io-black-mode .widget.widget_recent_entries ul li {
    border-bottom-color: #4a4a4a;
}

.io-black-mode .widget_recent_entries ul li,
.io-black-mode .widget .widget_recent_entries ul li {
    border-bottom-color: #4a4a4a;
}

.io-black-mode .widget_recent_entries ul li .post-date,
.io-black-mode .widget .widget_recent_entries ul li .post-date {
    color: #888;
}

.io-black-mode .widget_recent_entries ul li a,
.io-black-mode .widget .widget_recent_entries ul li a {
    color: #e0e0e0;
}

.io-black-mode .widget_aidaohang_recent_posts ul li .post-date,
.io-black-mode .widget[id*="aidaohang_recent_posts"] ul li .post-date {
    color: #888;
}

.io-black-mode .widget_aidaohang_recent_posts ul li a,
.io-black-mode .widget[id*="aidaohang_recent_posts"] ul li a {
    color: #e0e0e0;
}

.io-black-mode .widget_aidaohang_recent_posts ul li,
.io-black-mode .widget[id*="aidaohang_recent_posts"] ul li {
    border-bottom-color: #4a4a4a;
}

.io-black-mode .widget_aidaohang_popular_posts ul li,
.io-black-mode .widget_aidaohang_related_popular_posts ul li,
.io-black-mode .widget_aidaohang_you_may_like ul li,
.io-black-mode .widget[id*="aidaohang_popular"] ul li,
.io-black-mode .widget[id*="aidaohang_related"] ul li,
.io-black-mode .widget[id*="aidaohang_you_may_like"] ul li {
    border-bottom-color: #4a4a4a;
}

.io-black-mode .widget_aidaohang_popular_posts ul li .post-date,
.io-black-mode .widget_aidaohang_related_popular_posts ul li .post-date,
.io-black-mode .widget_aidaohang_you_may_like ul li .post-date,
.io-black-mode .widget[id*="aidaohang_popular"] ul li .post-date,
.io-black-mode .widget[id*="aidaohang_related"] ul li .post-date,
.io-black-mode .widget[id*="aidaohang_you_may_like"] ul li .post-date {
    color: #888;
}

.io-black-mode .widget_aidaohang_popular_posts ul li a,
.io-black-mode .widget_aidaohang_related_popular_posts ul li a,
.io-black-mode .widget_aidaohang_you_may_like ul li a,
.io-black-mode .widget[id*="aidaohang_popular"] ul li a,
.io-black-mode .widget[id*="aidaohang_related"] ul li a,
.io-black-mode .widget[id*="aidaohang_you_may_like"] ul li a {
    color: #e0e0e0;
}

@media (max-width: 991px) {
    .sidebar-wrapper {
        padding: 15px;
    }
    
    .single-sidebar .widget {
        padding: 15px;
    }
}

@media (max-width: 767px) {
    .single-sidebar .widget {
        margin-bottom: 15px;
    }
    
    .single-sidebar .widget-title {
        font-size: 15px;
    }
}

.tab-widget-nav .sub-menu {
    list-style: none;
    padding-left: 20px;
    margin: 0;
    max-height: 0;
    overflow: hidden;
    opacity: 0;
    transition: max-height 0.3s ease, opacity 0.3s ease;
}

.tab-widget-nav .sub-menu.show {
    max-height: 500px;
    opacity: 1;
}

.tab-widget-nav .sub-menu .tab-widget-link {
    padding: 10px 14px;
    font-size: 13px;
    margin-bottom: 2px;
}

.tab-widget-nav .sub-menu .tab-widget-link i {
    font-size: 14px;
    width: 18px;
}

.tab-widget-link .sub-menu-arrow {
    margin-left: auto;
    font-size: 12px;
    transition: transform 0.3s ease;
    display: inline-block;
    transform: rotate(-90deg);
}

.tab-widget-link[aria-expanded="true"] .sub-menu-arrow,
li.menu-item-has-children > .tab-widget-link.menu-item-has-children .sub-menu-arrow,
.tab-widget-link.menu-open .sub-menu-arrow {
    transform: rotate(0deg);
}

.tab-widget-nav .nav .nav-item {
    position: relative;
}

#archive-container .overflowClip_1 {
    max-width: 120px;
}

#home-container .overflowClip_1 {
    max-width: 160px;
}

.pagination-wrapper {
    display: flex;
    justify-content: center;
    margin-top: 30px;
    padding-top: 20px;
    border-top: 1px solid #f0f0f0;
}

.pagination-wrapper .pagination,
.pagination-wrapper .nav-links {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    list-style: none;
    padding: 0;
    margin: 0;
}

.pagination-wrapper .pagination li,
.pagination-wrapper .nav-links .nav-item {
    list-style: none;
}

.pagination-wrapper .pagination a,
.pagination-wrapper .pagination span,
.pagination-wrapper .nav-links a,
.pagination-wrapper .nav-links .nav-link {
    display: flex;
    align-items: center;
    justify-content: center;
    min-width: 36px;
    height: 36px;
    padding: 0 10px;
    border-radius: 18px;
    background: #f8f9fa;
    color: #333;
    text-decoration: none;
    font-size: 14px;
    font-weight: 400;
    transition: all 0.3s ease;
    border: 1px solid #e9ecef;
}

.pagination-wrapper .pagination a:hover,
.pagination-wrapper .nav-links a:hover {
    background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
    color: #fff;
    border-color: transparent;
    transform: translateY(-2px);
    box-shadow: 0 4px 12px rgba(102, 126, 234, 0.4);
}

.pagination-wrapper .pagination .current,
.pagination-wrapper .nav-links .current {
    background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
    color: #fff;
    border-color: transparent;
    font-weight: 400;
}

.pagination-wrapper .pagination .prev,
.pagination-wrapper .pagination .next,
.pagination-wrapper .nav-links .prev,
.pagination-wrapper .nav-links .next {
    padding: 0 14px;
}

.io-black-mode .pagination-wrapper .pagination a,
.io-black-mode .pagination-wrapper .pagination span,
.io-black-mode .pagination-wrapper .nav-links a,
.io-black-mode .pagination-wrapper .nav-links .nav-link {
    background: #3a3a3a;
    color: #aaa;
    border-color: #4a4a4a;
}

.io-black-mode .pagination-wrapper .pagination a:hover,
.io-black-mode .pagination-wrapper .nav-links a:hover {
    background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
    color: #fff;
    border-color: transparent;
}

.io-black-mode .pagination-wrapper .pagination .current,
.io-black-mode .pagination-wrapper .nav-links .current {
    background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
    color: #fff;
    border-color: transparent;
}

.io-black-mode .pagination-wrapper {
    border-color: #404040;
}

.single-sidebar .widget {
    background: #fff;
    border-radius: 12px;
    padding: 20px;
    margin-bottom: 20px;
    box-shadow: 0 2px 8px rgba(0,0,0,0.06);
}

.single-sidebar .widget-title {
    font-size: 16px;
    font-weight: 600;
    margin-bottom: 15px;
    padding-bottom: 10px;
    border-bottom: 1px solid #e9ecef;
    display: flex;
    align-items: center;
}

.single-sidebar .widget-title i {
    color: #667eea;
    margin-right: 8px;
}

.single-sidebar ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

.single-sidebar ul li {
    padding: 10px 0;
    border-bottom: 1px solid #f5f5f5;
}

.single-sidebar ul li:last-child {
    border-bottom: none;
}

.single-sidebar ul li a {
    color: #555;
    text-decoration: none;
    transition: all 0.3s;
    display: block;
    padding: 8px 10px;
    border-radius: 8px;
    background: #f8f9fa;
    margin-bottom: 8px;
    font-size: 14px;
}

.single-sidebar ul li a:hover {
    background: #e9ecef;
    color: #667eea;
    transform: translateX(5px);
}

.tag-cloud-random {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
}

.tag-cloud-random a {
    display: inline-block;
    padding: 6px 12px;
    border-radius: 20px;
    text-decoration: none;
    transition: all 0.3s ease;
}

.tag-cloud-random a:hover {
    transform: scale(1.1);
}

.single-sidebar-list li {
    padding: 8px 0;
    border-bottom: 1px solid #f5f5f5;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.single-sidebar-list li:last-child {
    border-bottom: none;
}

.single-sidebar-list li a {
    color: #555;
    text-decoration: none;
    transition: all 0.3s;
    flex: 1;
    padding: 6px 10px;
    border-radius: 6px;
    background: #f8f9fa;
    font-size: 14px;
}

.single-sidebar-list li a:hover {
    background: #e9ecef;
    color: #667eea;
}

.single-sidebar-list .count {
    color: #999;
    font-size: 12px;
    margin-left: 8px;
    white-space: nowrap;
}

.tag-cloud-random {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
}

.tag-cloud-random a {
    display: inline-block;
    padding: 6px 12px;
    border-radius: 20px;
    text-decoration: none;
    transition: all 0.3s ease;
    font-size: 12px !important;
}

.tag-cloud-random a:hover {
    transform: scale(1.1);
}

.tag-cloud-masonry {
    display: flex;
    flex-wrap: wrap;
    align-content: flex-start;
    gap: 8px;
}

.tag-cloud-masonry a {
    display: inline-block;
    padding: 6px 14px;
    border-radius: 20px;
    color: #fff;
    text-decoration: none;
    transition: all 0.3s ease;
    white-space: nowrap;
}

.tag-cloud-masonry a:hover {
    transform: scale(1.1);
    opacity: 0.9;
}

/* 移动端响应式菜单样式 */
.mobie-nav-toggler {
    display: none;
}

.mobie-nav-toggler:focus {
    outline: none;
}

.mobie-nav-toggler-icon {
    display: block;
    width: 22px;
    height: 2px;
    background: #333;
    position: relative;
}

.mobie-nav-toggler-icon::before,
.mobie-nav-toggler-icon::after {
    content: '';
    position: absolute;
    width: 22px;
    height: 2px;
    background: #333;
    left: 0;
}

.mobie-nav-toggler-icon::before {
    top: -7px;
}

.mobie-nav-toggler-icon::after {
    bottom: -7px;
}

.mobie-nav-toggler.active .mobie-nav-toggler-icon {
    background: transparent;
}

.mobie-nav-toggler.active .mobie-nav-toggler-icon::before {
    top: 0;
    transform: rotate(45deg);
}

.mobie-nav-toggler.active .mobie-nav-toggler-icon::after {
    bottom: 0;
    transform: rotate(-45deg);
}

@media (max-width: 768px) {
    .mobie-nav-toggler {
        display: flex !important;
        align-items: center;
        justify-content: center;
    }
    
    .mobie-nav-menu {
        display: none;
        position: absolute;
        top: 100%;
        right: 0;
        background: #fff;
        min-width: 200px;
        max-height: 300px;
        overflow-y: auto;
        box-shadow: 0 4px 12px rgba(0,0,0,0.15);
        border-radius: 8px;
        padding: 10px 0;
        z-index: 1000;
    }
    
    .mobie-nav-menu.active {
        display: block;
    }
    
    .mobie-nav-menu .menu-item {
        display: block;
        margin: 0;
    }
    
    .mobie-nav-menu .menu-item a {
        display: block;
        padding: 10px 20px;
        border-radius: 0;
        color: #333;
        font-size: 14px;
    }
    
    .mobie-nav-menu .menu-item a:hover {
        background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
        color: #fff;
    }
    
    .mobie-nav-menu .sub-menu,
    .mobie-nav-menu .children {
        display: none;
        position: static;
        box-shadow: none;
        padding-left: 15px;
    }
    
    .mobie-nav-menu .menu-item-has-children > a::after {
        content: ' \f107';
        font-family: 'Font Awesome 5 Free';
        font-weight: 900;
        float: right;
    }
    
    .mobie-nav-menu .menu-item-has-children.active > .sub-menu,
    .mobie-nav-menu .menu-item-has-children.active > .children {
        display: block;
    }
    
    .header-search-area {
        margin-left: auto;
        margin-right: 10px;
    }
    
    .header-search-area .search-input-group {
        display: none;
    }
    
    .header-search-area.mobie-search-active .search-input-group {
        display: flex;
        position: absolute;
        top: 100%;
        right: 0;
        background: #fff;
        padding: 10px;
        border-radius: 8px;
        box-shadow: 0 4px 12px rgba(0,0,0,0.15);
    }
    
    .switch-dark-mode-header {
        margin-right: 10px !important;
    }
    
    .page-header .header-container {
        padding: 0 10px;
    }
    
    .header-brand-area .navbar-brand img {
        height: 25px !important;
    }
}

@media (max-width: 576px) {
    .mobie-nav-menu {
        right: -10px;
        min-width: 180px;
    }
    
    .header-search-area .form-control {
        width: 150px;
    }
    
    .mobie-sidebar-toggler {
        display: block !important;
        padding: 10px 15px;
        border-bottom: 1px solid #eee;
    }
    
    .mobie-sidebar-toggler button {
        display: flex;
        align-items: center;
        gap: 8px;
        background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
        color: #fff;
        border: none;
        padding: 10px 20px;
        border-radius: 8px;
        font-size: 14px;
        cursor: pointer;
        width: 100%;
        justify-content: center;
    }
    
    .mobie-sidebar-toggler button i {
        font-size: 18px;
    }
    
    .mobie-sidebar-menu {
        display: none;
    }
    
    .mobie-sidebar-menu.active {
        display: block;
        position: fixed;
        top: 0;
        left: 0;
        width: 80%;
        max-width: 300px;
        height: 100vh;
        background: #fff;
        z-index: 10000;
        box-shadow: 2px 0 10px rgba(0,0,0,0.15);
    }
    
    .mobie-sidebar-menu-inner {
        height: 100%;
        overflow-y: auto;
        padding: 60px 15px 20px;
        position: relative;
    }
    
    .mobie-sidebar-close {
        position: absolute;
        top: 10px;
        right: 15px;
        background: none;
        border: none;
        font-size: 28px;
        color: #333;
        cursor: pointer;
        z-index: 10;
        line-height: 1;
    }
    
    .io-black-mode .mobie-sidebar-close {
        color: #e0e0e0;
    }
    
    .mobie-sidebar-menu-inner .mobie-sidebar-list {
        list-style: none;
        padding: 0;
        margin: 0;
    }
    
    .mobie-sidebar-menu-inner .mobie-sidebar-list > li {
        display: block;
        width: 100%;
        margin-bottom: 6px;
    }
    
    .mobie-sidebar-menu-inner .mobie-sidebar-list .tab-widget-link {
        padding: 14px 18px;
        color: #555;
        text-decoration: none;
        display: flex;
        align-items: center;
        border-radius: 10px;
        margin-bottom: 0;
        transition: all 0.3s ease;
        font-size: 14px;
        font-weight: 500;
        background: #f8f9fa;
        border: none;
    }
    
    .mobie-sidebar-menu-inner .mobie-sidebar-list .tab-widget-link:hover {
        background: #f0f2f5;
        color: #333;
    }
    
    .mobie-sidebar-menu-inner .mobie-sidebar-list .tab-widget-link.active {
        background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
        color: #fff;
    }
    
    .mobie-sidebar-menu-inner .mobie-sidebar-list .tab-widget-link i {
        margin-right: 10px;
        font-size: 16px;
    }
    
    .io-black-mode .mobie-sidebar-menu.active {
        background: #2d2d2d;
        box-shadow: 2px 0 10px rgba(0,0,0,0.3);
    }
    
    .io-black-mode .mobie-sidebar-menu-inner .mobie-sidebar-list .tab-widget-link {
        color: #e0e0e0;
        background: #404040;
    }
    
    .io-black-mode .mobie-sidebar-menu-inner .mobie-sidebar-list .tab-widget-link:hover {
        background: #505050;
        color: #fff;
    }
    
    .io-black-mode .mobie-sidebar-menu-inner .mobie-sidebar-list .tab-widget-link.active {
        background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
        color: #fff;
    }
    
    .mobie-sidebar-nav {
        display: none;
        position: fixed;
        top: 0;
        left: 0;
        width: 80%;
        max-width: 300px;
        height: 100vh;
        background: #fff;
        z-index: 9999;
        overflow-y: auto;
        padding: 60px 15px 20px;
        box-shadow: 2px 0 10px rgba(0,0,0,0.1);
    }
    
    .mobie-sidebar-nav.active {
        display: block;
    }
    
    .mobie-sidebar-nav .tab-widget-link {
        display: flex;
        align-items: center;
        padding: 12px 15px;
        margin-bottom: 5px;
        border-radius: 8px;
        color: #333;
        text-decoration: none;
        font-size: 14px;
    }
    
    .mobie-sidebar-nav .tab-widget-link i {
        margin-right: 10px;
        font-size: 16px;
    }
    
    .mobie-sidebar-nav .tab-widget-link:hover,
    .mobie-sidebar-nav .tab-widget-link.active {
        background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
        color: #fff;
    }
    
    .mobie-sidebar-overlay {
        display: none;
        position: fixed;
        top: 0;
        left: 0;
        width: 100%;
        height: 100vh;
        background: rgba(0,0,0,0.5);
        z-index: 9999;
    }
    
    .mobie-sidebar-overlay.active {
        display: block;
    }
    
    .tab-sites-body {
        display: block !important;
    }
    
    .tab-widget-nav {
        width: 100% !important;
    }
    
    .tab-widget-content {
        margin-left: 0 !important;
        margin-top: 15px;
    }
}

.ad-container {
    text-align: center;
    margin: 15px 0;
}

.ad-container img {
    max-width: 100%;
    height: auto;
}

.ad-container ins {
    display: block;
    margin: 0 auto;
}

.ad-bottom-container {
    padding: 15px 0;
    background: #fafbfc;
    border-top: 1px solid #eee;
}

.io-black-mode .ad-bottom-container {
    background: #1a1a1a;
    border-color: #333;
}

.ad-before-content,
.ad-middle-content,
.ad-after-content {
    text-align: center;
    margin: 20px 0;
}

.ad-middle-content {
    border-top: 1px solid #eee;
    border-bottom: 1px solid #eee;
    padding: 15px 0;
}

.io-black-mode .ad-middle-content {
    border-color: #333;
}

.code-area {
    font-family: monospace;
    font-size: 12px;
}
