.wx-fo-ct-history {
    padding: 16px 20px;
    background: #f7f7f7;
    border: 1px solid #e5e5e5;
    border-radius: 4px;
}

.wx-fo-ct-history-title {
    margin: 0 0 12px;
    font-size: 1.1rem;
}

.wx-fo-ct-history-order {
    margin: 0 0 16px;
    font-size: 0.9rem;
}

.wx-fo-ct-history-list {
    margin: 0;
    padding: 0;
}

.wx-fo-ct-history-item {
    padding: 12px 0;
    border-bottom: 1px solid #e5e5e5;
}

.wx-fo-ct-history-item:last-child {
    border-bottom: none;
    padding-bottom: 0;
}

.wx-fo-ct-history-item--employee {
    background: #fff;
    padding: 12px;
    border-radius: 4px;
    border-bottom: none;
    margin-bottom: 8px;
}

.wx-fo-ct-history-meta {
    margin: 0 0 4px;
    font-size: 0.85rem;
    color: #666;
    display: flex;
    justify-content: space-between;
    gap: 12px;
}

.wx-fo-ct-history-text {
    margin: 0;
    white-space: pre-line;
}

.wx-fo-ct-history-attachments {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    margin-top: 10px;
}

.wx-fo-ct-history-attachment {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    padding: 6px 12px;
    background: #fff;
    border: 1px solid #e0e0e0;
    border-radius: 20px;
    color: #000;
    text-decoration: none;
    font-size: 0.85rem;
    line-height: 1.4;
    transition: background-color 0.15s ease, border-color 0.15s ease;
}

.wx-fo-ct-history-attachment:hover,
.wx-fo-ct-history-attachment:focus {
    background: #000;
    border-color: #000;
    color: #fff;
    text-decoration: none;
}
