/* Admin Settings Page Styles */

.zci-settings-wrap .zci-container {
    max-width: 1000px;
    margin-top: 20px;
}

.zci-version-tag {
    background: #0073aa;
    color: #fff;
    font-size: 11px;
    padding: 2px 8px;
    border-radius: 10px;
    vertical-align: middle;
    margin-left: 10px;
    font-weight: normal;
}

.zci-card {
    background: #fff;
    border: 1px solid #c3c4c7;
    border-radius: 4px;
    /* Standard WP radius */
    padding: 20px;
    margin-bottom: 20px;
    box-shadow: 0 1px 1px rgba(0, 0, 0, .04);
}

.zci-card h2 {
    font-size: 1.3em;
    margin-top: 15px;
    margin-bottom: 15px;
    padding-bottom: 10px;
    border-bottom: 1px solid #f0f0f1;
}

.zci-card h3 {
    margin-top: 25px;
    margin-bottom: 15px;
    font-size: 1.1em;
}

.zci-card h4 {
    margin-top: 20px;
    margin-bottom: 10px;
}

/* Form refinement */
.zci-card form p.description {
    margin-bottom: 15px;
    font-size: 14px;
}

.zci-card input[type="checkbox"] {
    margin-right: 5px;
}

.zci-submit-section {
    margin-top: 20px;
    padding-top: 15px;
    border-top: 1px solid #f0f0f1;
}

/* Tab Content Visibility */
.zci-tab-content,
.zci-subtab-content {
    display: none;
}

.zci-tab-content.active,
.zci-subtab-content.active {
    display: block;
}

/* Documentation Styles */
.zci-documentation code {
    background: #f0f0f1;
    padding: 3px 5px;
    border-radius: 3px;
    font-family: Consolas, Monaco, monospace;
}

.zci-documentation pre {
    background: #272822;
    color: #f8f8f2;
    padding: 15px;
    border-radius: 5px;
    overflow-x: auto;
    margin: 15px 0;
}

.zci-documentation pre code {
    background: transparent;
    padding: 0;
    color: inherit;
}

.zci-function-doc {
    margin-bottom: 25px;
    padding-left: 15px;
    border-left: 3px solid #0073aa;
}

.zci-documentation hr {
    margin: 30px 0;
    border: 0;
    border-top: 1px solid #f0f0f1;
}

.zci-documentation .zci-sub-tabs {
    margin: -10px -10px 20px -10px;
    padding: 0 10px;
    background: #f6f7f7;
    border-bottom: 1px solid #dcdcde;
}

.zci-documentation .zci-sub-tabs .nav-tab {
    font-size: 13px;
    padding: 8px 12px;
    margin-bottom: -1px;
}

.zci-documentation table.widefat {
    border: none;
    box-shadow: none;
    background: #f9f9f9;
}

.zci-documentation table.widefat td,
.zci-documentation table.widefat th {
    padding: 10px;
}

/* Original Thumbnail Styles (Backend) */
th.column-thumb {
    width: 60px;
}

.form-field img.zci-taxonomy-image {
    border: 1px solid #eee;
    max-width: 300px;
    max-height: 300px;
}

.inline-edit-row fieldset .thumb label span.title {
    width: 48px;
    height: 48px;
    border: 1px solid #eee;
    display: inline-block;
}

.column-thumb span {
    width: 48px;
    height: 48px;
    border: 1px solid #eee;
    display: inline-block;
}

.inline-edit-row fieldset .thumb img,
.column-thumb img {
    width: 48px;
    height: 48px;
}

/* Footer styles */
.zci-footer {
    margin-top: 40px;
    padding: 20px 0;
    border-top: 1px solid #dcdcde;
    color: #646970;
}

.zci-footer p {
    margin: 0;
    font-size: 13px;
    font-style: italic;
}

.zci-footer a {
    color: #0073aa;
    text-decoration: none;
    font-weight: 600;
}

.zci-footer a:hover {
    color: #2271b1;
}