/**
 * 管理员后台站点 Hooks 样式
 * 为站点选择器和相关 UI 组件提供样式
 */

/* 站点选择器通用样式 */
.wpmmcc-site-selector {
    min-width: 150px;
    max-width: 200px;
    margin: 0;
    padding: 0;
}

/* 文章/页面列表筛选区域的站点选择器 */
.wpmmcc-post-list-site-filter {
    margin-right: 8px;
}

/* Meta Box 中的站点选择器 */
.wpmmcc-site-meta-box {
    margin: 10px 0;
}

.wpmmcc-site-selector-meta {
    margin-top: 5px;
}

/* 分类/标签表单中的站点选择器 */
.wpmmcc-term-site-selector {
    padding: 10px 0;
}

.wpmmcc-site-selector-term {
    width: 100%;
    max-width: 400px;
}

/* 分类/标签编辑表单中的站点行 */
.wpmmcc-term-site-row th {
    width: 200px;
    padding: 20px 10px 20px 0;
}

.wpmmcc-term-site-row td {
    padding: 20px 10px;
}

/* 响应式调整 */
@media screen and (max-width: 782px) {
    .wpmmcc-site-selector {
        min-width: 120px;
    }

    .wpmmcc-post-list-site-filter {
        margin: 0 0 8px 0;
        display: block;
    }
}
