/*!
 * Theme Name: Default
 * Package : DashLite
 * Author: Softnio
 * Author URI: http://themeforest.net/user/softnio
 * Version	 :	1.0.0
 * Updated	 :	07.23.2020
**/

.completion-info {
    display: inline-flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 0.15rem;              /* Reduced from 0.25rem */
    font-size: 0.75rem;        /* Reduced from 0.8rem */
    padding: 0.25rem 0.5rem;   /* Reduced from 0.35rem 0.65rem */
    background-color: #f8f9fa;
    border-radius: 3px;        /* Reduced from 4px */
    border-left: 2px solid #28a745;  /* Reduced from 3px */
    line-height: 1.2;          /* Add tighter line height */
}

.completion-label {
    font-weight: 600;
    color: #212529;
}

.completion-details {
    color: #6c757d;
    font-weight: 400;
    font-size: 0.7rem;         /* Slightly smaller than parent */
}
