.detail-visit-changes {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 7px;
    margin: 10px 0 2px;
    padding: 10px 12px;
    border-radius: 10px;
    background: #f7f8fa;
    color: #4e5968;
    font-size: 13px;
    line-height: 1.45;
}
.detail-visit-changes[hidden] { display: none; }
.detail-visit-changes[data-state="changed"] {
    background: #eef6ff;
    color: #1b64da;
}
.detail-visit-changes__dot {
    width: 7px;
    height: 7px;
    flex: 0 0 7px;
    border-radius: 50%;
    background: #8b95a1;
}
.detail-visit-changes[data-state="changed"] .detail-visit-changes__dot { background: #3182f6; }
.detail-visit-changes__message { min-width: 0; }
.detail-visit-changes__count {
    display: inline-block;
    margin-left: 4px;
    padding: 1px 6px;
    border-radius: 999px;
    background: #dbeafe;
    color: #1b64da;
    font-size: 11px;
    font-weight: 700;
    white-space: nowrap;
}
#secondTableBody tr.acha-visit-new-row > td { background-color: #f5f9ff; }
#secondTableBody tr.acha-visit-cancel-row > td { background-color: #fff8f1; }
.acha-visit-change-badge {
    display: inline-block;
    position: relative;
    bottom: 1px;
    margin-left: 3px;
    padding: 0 4px 1px;
    border-radius: 4px;
    background: #dbeafe;
    color: #1b64da;
    font-size: 10px;
    font-weight: 700;
    line-height: 1.5;
    white-space: nowrap;
}
.acha-visit-change-badge--cancel {
    background: #ffedd5;
    color: #c2410c;
}
@media (max-width: 390px) {
    .detail-visit-changes { padding: 9px 10px; }
}
