.ceo-fc-popover__header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 10px 12px;
    border-bottom: 1px solid #eee;
    background: #f9f9f9;
    border-radius: 8px 8px 0 0;
}

.ceo-fc-popover__body {
    padding: 12px;
    line-height: 1.5;
}

.ceo-fc-popover__body > div {
    margin-bottom: 6px;
}

.ceo-fc-popover__close {
    background: transparent;
    border: 0;
    font-size: 18px;
    line-height: 1;
    cursor: pointer;
    padding: 0;
}

.ceo-fc-popover {
    font-size: 13px;
    max-width: 300px;
    box-sizing: border-box;
}

.ceo-fc-row {
    display: flex;
    justify-content: space-between;
    gap: 12px;
    margin-bottom: 8px;
}

.ceo-fc-row span:first-child {
    font-weight: 600;
    color: #555;
    min-width: 80px;
}

.ceo-fc-row span:last-child {
    text-align: right;
    word-break: break-word;
}

.ceo-fc-row--block {
    display: block;
}

.ceo-fc-row--block > div {
    margin-top: 4px;
    color: #333;
    white-space: pre-wrap;
}