:root{
    --id2wp-base-spacing: 10px;
}
.id2wp-admin-seo-meta-description,
.id2wp-admin-seo-meta-title,
.id2wp-admin-design-colors,
.id2wp-admin-security-password,
.id2wp-admin-design-css,
.id2wp-admin-shortcode-code,
.id2wp-admin-stats-hits,
.id2wp-admin-project-folder-name{
    display: flex;
    flex-direction: column;
    gap: 5px;
}


.id2wp-admin-design-colors,
.id2wp-admin-shortcode-code,
.id2wp-admin-stats-hits{
align-items: flex-start;
}

.id2wp-admin-zip-upload{
    margin-top: var(--id2wp-base-spacing);
}

.id2wp-admin-project-folder-link{
    margin-top: var(--id2wp-base-spacing)
}

.id2wp-admin-img-optimize{
    margin-top: var(--id2wp-base-spacing);
}
.id2wp-admin-zip-current{
    margin-bottom: var(--id2wp-base-spacing);
}

.id2wp-banner{
    margin: 20px 0;
    padding: 10px;
    border: 1px solid #ccc; 
    background: #f9f9f9;
    display: flex;
    flex-direction: row;
    justify-content: space-between;

}
.id2wp-banner-brand h4{
    width: 170px;
    text-align: right;
}


.id2wp-banner-content{
   display: flex;
    align-items: center;
}

.id2wp-banner-brand{
    display: flex;
     align-items: center;
 }
.id2wp-admin-project-folder-name{
    margin-bottom: var(--id2wp-base-spacing);
}

 .id2wp-banner-image{
    margin-right: 20px; 
    height: 80px;
 }
 .id2wp-banner-brand-image{
    height: 30px;
    margin-left: 20px; 
 }

 .id2wp-admin-security-visibility{
    margin-bottom: var(--id2wp-base-spacing);
 }

 .id2wp-admin-img-optimize-options{
    margin-top: var(--id2wp-base-spacing);
    margin-bottom: var(--id2wp-base-spacing);
}

/* Help System */
.id2wp-help-wrapper {
    margin-left: 10px;
    width: 20px;
    height: 20px;
    display: flex;
    border-radius: 20px;
    background: lightgrey;
    justify-content: center;
    align-items: center;
    cursor: pointer;
    font-size: 20px;
    color: white;
    font-weight: bold;
}

.id2wp-help-item {
    display: none;
}

.id2wp-help-item.active {
    display: block;
    position: absolute;
    background: lightgray;
    z-index: 99999;
    width: 400px;
    padding: 20px;
    border: 20px;
}

/* File upload button */

.id2wp-pro-file-input-label {
    display: inline-block;
    background-color: #f0f6fc;
    border: 1px solid #c3c4c7;
    padding: 10px 15px;
    border-radius: 4px;
    cursor: pointer;
    min-width: 220px;
    overflow: hidden;
    text-align: center;
    text-overflow: ellipsis;
    white-space: nowrap;
    position: relative;
    transition: all 0.2s ease;
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05);
    font-weight: 500;
}

/* Admin layout */
#id2wp_editor_general th,
#id2wp_editor_security th,
#id2wp_editor_design th,
#id2wp_editor_general th,
#id2wp_editor_seo th {
    display: flex;
    width: 25%;
}

#id2wp_editor_general td,
#id2wp_editor_security td,
#id2wp_editor_design td,
#id2wp_editor_general td,
#id2wp_editor_seo td {
    width: 75%;
}

#id2wp_editor_general tr,
#id2wp_editor_security tr,
#id2wp_editor_design tr,
#id2wp_editor_general tr,
#id2wp_editor_seo tr {
    display: flex;
    border-bottom: 1px solid #e2e4e7;
    margin: 10px 0;
}

#project_zip {
    display: none;
}

label[for="project_zip"] {
    display: inline-block;
    background-color: #f0f6fc;
    border: 1px solid #c3c4c7;
    padding: 10px 15px;
    border-radius: 4px;
    cursor: pointer;
    min-width: 220px;
    overflow: hidden;
    text-align: center;
    text-overflow: ellipsis;
    white-space: nowrap;
    position: relative;
    transition: all 0.2s ease;
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05);
    font-weight: 500;
}