/* Highlight recently edited fields on admin change pages */
label.fmg-field-highlight {
    color: #15803d;
    font-weight: 600;
}

.fmg-field-highlight {
    border-color: #22c55e !important;
    box-shadow: 0 0 0 1px rgba(34, 197, 94, 0.35);
}

.fmg-field-edited-badge {
    margin-left: 0.5rem;
    padding: 0.1rem 0.4rem;
    font-size: 0.65rem;
    font-weight: 600;
    color: #15803d;
    background: #dcfce7;
    border-radius: 9999px;
    vertical-align: middle;
}

.dark label.fmg-field-highlight {
    color: #4ade80;
}

.dark .fmg-field-highlight {
    border-color: #4ade80 !important;
    box-shadow: 0 0 0 1px rgba(74, 222, 128, 0.35);
}

.dark .fmg-field-edited-badge {
    color: #4ade80;
    background: rgba(16, 185, 129, 0.15);
}
