.board-grid {
    display: grid;
    gap: 15px;
  }
  
  .column-header {
    font-weight: 600;
    padding: 10px;
    background: #f8f9fa;
    text-align: center;
    border-radius: 6px;
  }
  
  .row-label {
    font-weight: 600;
    padding: 10px;
  }
  
  .cell {
    min-height: 120px;
    background: #ffffff;
    border: 1px solid #dee2e6;
    border-radius: 6px;
    padding: 8px;
  }
  
  .card-item {
    background: #fff;
    border: 1px solid #ced4da;
    padding: 8px;
    margin-bottom: 8px;
    border-radius: 6px;
    cursor: grab;
  }
  
  .deal-card {
    background: #e9f7ef;
    border: 1px solid #b7e4c7;
    padding: 8px;
    border-radius: 6px;
    margin-bottom: 8px;
  }
  
  .avatar-circle {
    width: 36px;
    height: 36px;
    border-radius: 50%;
    object-fit: cover;
    border: 1px solid #dee2e6;
  }
/*
 * This is a manifest file that'll be compiled into application.css, which will include all the files
 * listed below.
 *
 * Any CSS (and SCSS, if configured) file within this directory, lib/assets/stylesheets, or any plugin's
 * vendor/assets/stylesheets directory can be referenced here using a relative path.
 *
 * You're free to add application-wide styles to this file and they'll appear at the bottom of the
 * compiled file so the styles you add here take precedence over styles defined in any other CSS
 * files in this directory. Styles in this file should be added after the last require_* statement.
 * It is generally better to create a new file per style scope.
 *


 */
