.delivery-plans-board .wit-card,
.delivery-plans-portal .wit-card {
  /**
     * rounded corner border radius comes from resize handle for delivery plans cards
     */ }
  .delivery-plans-board .wit-card .card-content,
  .delivery-plans-portal .wit-card .card-content {
    border-radius: 0; }
  .delivery-plans-board .wit-card .card-right-resize-handle,
  .delivery-plans-portal .wit-card .card-right-resize-handle {
    border-radius: 0 4px 4px 0; }
  .delivery-plans-board .wit-card .title,
  .delivery-plans-portal .wit-card .title {
    position: sticky;
    left: 164px; }
  .delivery-plans-board .wit-card .fields,
  .delivery-plans-portal .wit-card .fields {
    max-width: 980px; }
    .delivery-plans-board .wit-card .fields .field-container,
    .delivery-plans-portal .wit-card .fields .field-container {
      max-width: 220px;
      width: 220px;
      margin-right: 16px;
      margin-top: 8px; }
      .delivery-plans-board .wit-card .fields .field-container .label,
      .delivery-plans-portal .wit-card .fields .field-container .label {
        width: 40%;
        color: rgba(0, 0, 0, .55);
        color: var(--text-secondary-color,rgba(0, 0, 0, .55));
        margin-right: 4px; }
      .delivery-plans-board .wit-card .fields .field-container .value,
      .delivery-plans-portal .wit-card .fields .field-container .value {
        width: 60%; }
      .delivery-plans-board .wit-card .fields .field-container .label-dark-secondary,
      .delivery-plans-portal .wit-card .fields .field-container .label-dark-secondary {
        color: rgba(0, 0, 0, 0.55); }
