.ck-investment-details {
    display: grid;
    gap: 12px;
}

.ck-investment-row label {
    display: block;
    font-weight: 600;
    margin-bottom: 6px;
}

.ck-investment-row input[readonly],
.ck-investment-row textarea[readonly] {
    width: 100%;
    background: #f8f8f8;
}

.ck-dynamic-field{display:inline;}
.ck-investment-preview > *{margin-bottom:12px;}
.ck-investment-preview > *:last-child{margin-bottom:0;}
