/* Global Elements */

.ep-cf7-exporter .status-read {
    color: #00a32a;
    font-weight: 600;
}
.ep-cf7-exporter .status-unread {
    color: #e09316;
    font-weight: 600;
}
#ep-cf7-query-submit{
    margin-left: 5px;
}


/* Migration Progress Styles */

.ep-progress-bar {
    width: 100%;
    height: 20px;
    background: #f1f1f1;
    border-radius: 10px;
    overflow: hidden;
    margin: 10px 0;
}
.ep-progress-fill {
    height: 100%;
    background: #2271b1;
    width: 0%;
    transition: width 0.3s ease;
    border-radius: 10px;
}
.ep-progress-text {
    margin: 5px 0 0 0;
    font-size: 13px;
    color: #646970;
}
#start-migration:disabled {
    opacity: 0.6;
    cursor: not-allowed;
}

/* Date Filter Styles */

/* .ep-date-field {
    background: #fff;
    border: 1px solid #8c8f94;
    border-radius: 4px;
    padding: 0 8px;
    line-height: 2;
    min-height: 30px;
    color: #2c3338;
    font-size: 14px;
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
    width: auto;
    max-width: 200px;
} */

.ep-date-field::-webkit-calendar-picker-indicator {
    opacity: 0.7;
    cursor: pointer;
    zoom: 1.2;
    transition: opacity 0.2s ease;
}

.ep-date-field::-webkit-calendar-picker-indicator:hover {
    opacity: 1;
}

.ep-date-controls {
    display: flex;
    gap: 10px;
    align-items: center;
    flex-wrap: wrap;
}

.ep-date-controls label {
    font-weight: 600;
    margin: 0;
}

/* Entry View Page */

.ep-cf7-entry-view h2{
    margin-top: 0;
}
.ep-cf7-entry-view .ep-entry-header {
    background: #fff;
    padding: 20px;
    margin: 20px 0;
    border: 1px solid #ccd0d4;
    border-radius: 4px;
    border-bottom: 1px solid #eee;
    padding-bottom: 15px;
    margin-bottom: 20px;
}
.ep-cf7-entry-view .ep-entry-meta p {
    margin: 0;
    line-height: 1.8;
}