/*  ↓↓↓  hcff-members.css  ↓↓↓  */

/* Collapse the gaps that 'cellspacing' would create */
table {
    border-collapse: collapse;
    border-spacing: 0;               /* extra safety */
}

/* Core cell styling */
.hcff-members-table th,
.hcff-members-table td {
    padding: 3px !important;         /* beats any old cellpadding */
    border: 1px solid #ddd;
    line-height: 1.2;                /* tighter vertical spacing   */
    vertical-align: top;             /* stops Divi from centering  */
    font-size: 14px;                 /* optional – matches Divi’s body copy */
}

/* Zebra striping */
.hcff-members-table tr:nth-child(even) {
    background: #f7f7f7;
}

/*  ↑↑↑  end of file  ↑↑↑  */
