.tabs-container {
    max-width: 600px;
    margin: 20px auto;
    border: 1px solid #eee;
    border-radius: 4px;
}

.tab-nav {
    display: flex;
    padding: 10px;
    /* background: #f8f9fa; */
    border-bottom: 1px solid #d4d2d2;
}

.tab-item {
    padding: 10px 20px;
    cursor: pointer;
    border-radius: 4px 4px 0 0;
    margin-right: 5px;
    transition: background 0.3s;
    font-size: 18px;
    font-weight: 700;
  
}

.tab-item.active {
    background: #fff;
    border-bottom: 2px solid #007bff;
    font-weight: bold;
}

.tab-content {
    display: none;
   margin-top: 10px;
    border: none;
}

.tab-content.active {
    display: block;
}


.my-slider { position: relative; width: 100%; max-width: 800px; margin: 0 auto; overflow: hidden; }
.my-slider .slides { display: flex; transition: transform 0.5s ease; }
.my-slider .slide { min-width: 100%; box-sizing: border-box; }
.my-slider .slide img { width: 100%; display: block; }
.my-slider button.prev, .my-slider button.next {
    position: absolute; top: 50%; transform: translateY(-50%);
    background-color: rgba(0,0,0,0.5); color: #fff; border: none; padding: 10px;
    cursor: pointer; font-size: 18px;
}
.my-slider button.prev { left: 10px; }
.my-slider button.next { right: 10px; }


#custom_image_upload_2 .inside,#custom_image_upload .inside{
    display: flex;
    
    align-items: center;
    flex-wrap: wrap;
    gap: 10px;
}

.xc-item{
    width: 200px;
}

















.column-primary_image, .column-secondary_image {
    width: 110px;
    text-align: center;
    padding: 8px 0;
}
.column-primary_image img, .column-secondary_image img {
    max-width: 60px;
    height: auto;
    border: 1px solid #f0f0f0;
    transition: transform 0.2s;
}
.column-primary_image img:hover, .column-secondary_image img:hover {
    transform: scale(1.05);
    border-color: #0073aa;
}
@media (max-width: 782px) {
    .column-primary_image, .column-secondary_image {
        width: 90px;
    }
    .column-primary_image img, .column-secondary_image img {
        max-width: 60px;
    }
}
    .radio-group {
margin: 10px 0;
}

.radio-group label {
display: block;
margin: 8px 0;
padding: 8px;

border-radius: 4px;
cursor: pointer;
}

.radio-group input[type="radio"] {
margin-right: 8px;
}

.radio-group input[type="radio"]:checked + span {
color: #0073aa;
font-weight: bold;
}
.media-url{margin-bottom: 10px;}

.video-source-manager { padding: 15px; background: #f9f9f9; border: 1px solid #ddd; }
.source-type-selector { display: flex; margin-bottom: 15px; gap: 10px; }
.source-option { 
flex: 1; padding: 10px; text-align: center; background: #f1f1f1; 
cursor: pointer; display: flex; flex-direction: column; align-items: center;
}
.source-option.active { background: #2271b1; color: white; }
.source-option .dashicons { font-size: 24px; margin-bottom: 5px; }
.source-panel { margin-bottom: 15px; display: none; }
#upload-panel { display: flex; gap: 10px; align-items: center; }
.video-preview-area { 
min-height: 200px; background: #000; display: flex; 
align-items: center; justify-content: center; 
}
.video-preview-area video, .video-preview-area iframe { max-width: 100%; max-height: 300px; }
.no-video { color: #999; text-align: center; }
.no-video .dashicons { font-size: 50px; width: 50px; height: 50px; }






/* 文章表格样式 */
.canshu table tbody>tr:nth-child(odd)>td, .canshu table tbody>tr:nth-child(odd)>th{
background:hsla(0,0%,50.2%,.0705882353);
}

/* seo样式 */
.social-seo-tabs .tabs-nav {
    list-style: none;
    padding: 0;
    margin: 0;
}
.social-seo-tabs .tab-link {
    padding: 12px 24px;
    cursor: pointer;
    background: #f1f1f1;
    border: 1px solid #e2e8f0;
    border-bottom: none;
    border-radius: 6px 6px 0 0;
    margin-right: 4px;
    font-weight: 500;
    color: #64748b;
}
.social-seo-tabs .tab-link.active {
    background: #ffffff;
    border-color: #e2e8f0;
    color: #0984e3;
}
.social-seo-tabs .tab-pane {
    display: none;
    padding: 20px;
    background: #ffffff;
    border: 1px solid #e2e8f0;
    border-radius: 0 0 6px 6px;
}
.social-seo-tabs .tab-pane.active {
    display: block;
}
.seo-tab-content .form-group {
    margin-bottom: 15px;
}
.seo-tab-content label {
    display: block;
    margin-bottom: 8px;
    color: #334155;
    font-weight: 500;
}
.seo-tab-content input, .seo-tab-content textarea {
    width: 100%;
    padding: 10px;
    border: 1px solid #cbd5e1;
    border-radius: 4px;
    font-size: 14px;
}
.seo-tab-content textarea {
    min-height: 100px;
    resize: vertical;
}