.inoforest-single-conditions {
    background: #f9f9f9;
    padding: 15px;
    border: 1px solid #ddd;
    border-radius: 4px;
    margin-bottom: 15px;
}

.inoforest-single-conditions p {
    margin: 10px 0;
}

.inoforest-single-conditions label {
    font-weight: 600;
    color: #23282d;
}

.inoforest-single-conditions select,
.inoforest-single-conditions input[type="text"] {
    width: 100%;
    max-width: 400px;
}

.inoforest-single-conditions #post-type-field,
.inoforest-single-conditions #specific-category-field,
.inoforest-single-conditions #specific-tag-field,
.inoforest-single-conditions #custom-taxonomy-field,
.inoforest-single-conditions #specific-post-field {
    background: #fff;
    padding: 10px;
    border: 1px solid #e5e5e5;
    border-radius: 3px;
    margin-top: 10px;
}

.inoforest-single-conditions #post-type-field p,
.inoforest-single-conditions #specific-category-field p,
.inoforest-single-conditions #specific-tag-field p,
.inoforest-single-conditions #custom-taxonomy-field p,
.inoforest-single-conditions #specific-post-field p {
    margin: 8px 0;
}

.inoforest-single-conditions #custom-taxonomy-field p:last-child {
    margin-bottom: 0;
}

.inoforest-single-template-info,
.inoforest-single-template-selector {
    background: #fff;
    border: 1px solid #ccd0d4;
    border-radius: 4px;
    padding: 15px;
    margin: 15px 0;
    box-shadow: 0 1px 1px rgba(0,0,0,.04);
}

.inoforest-single-template-info h4,
.inoforest-single-template-info h5,
.inoforest-single-template-info h6,
.inoforest-single-template-selector h4,
.inoforest-single-template-selector h5 {
    margin-top: 0;
    margin-bottom: 10px;
    color: #23282d;
}

.inoforest-single-template-info ul,
.inoforest-single-template-selector ul {
    margin: 10px 0;
    padding-left: 20px;
}

.inoforest-single-template-info li,
.inoforest-single-template-selector li {
    margin-bottom: 8px;
    line-height: 1.4;
}

.inoforest-single-template-info .button,
.inoforest-single-template-selector .button {
    margin-left: 10px;
    text-decoration: none;
}

.inoforest-single-template-info .button:hover,
.inoforest-single-template-selector .button:hover {
    text-decoration: none;
}

/* Admin table styling */
.wp-admin .wp-list-table .column-single_conditions {
    width: 20%;
}

.wp-admin .wp-list-table .column-single_conditions strong {
    color: #0073aa;
}

.wp-admin .wp-list-table .column-single_conditions small {
    color: #666;
    line-height: 1.3;
}

/* Responsive adjustments */
@media screen and (max-width: 782px) {
    .inoforest-single-conditions select,
    .inoforest-single-conditions input[type="text"] {
        max-width: 100%;
    }
    
    .inoforest-single-conditions #post-type-field,
    .inoforest-single-conditions #specific-category-field,
    .inoforest-single-conditions #specific-tag-field,
    .inoforest-single-conditions #custom-taxonomy-field,
    .inoforest-single-conditions #specific-post-field {
        margin-top: 15px;
    }
}
