/* Sunday Helpers front-end listing */
.sh-public { margin: 1em 0; font-size: 15px; }
.sh-public-title { margin: 1.2em 0 .4em; }
.sh-public-pdf { font-size: 13px; font-weight: 400; margin-left: 10px; }
.sh-public-scroll { overflow-x: auto; }
.sh-public-table { width: 100%; border-collapse: collapse; min-width: 640px; }
.sh-public-table th, .sh-public-table td { border: 1px solid #d9d9d9; padding: 7px 9px; text-align: left; vertical-align: top; }
.sh-public-table thead th { background: #2c3e50; color: #fff; font-weight: 600; }
.sh-public-table tbody tr:nth-child(even) { background: #f6f8fa; }
.sh-public-table td.sh-date { white-space: nowrap; font-weight: 700; }
.sh-public .sh-name { display: block; font-weight: 600; line-height: 1.5; }

.sh-public-legend { margin-top: 12px; font-size: 13px; display: flex; flex-wrap: wrap; gap: 14px; }
.sh-public-legend .sh-legend-item { display: inline-flex; align-items: center; }
.sh-public-legend .sh-swatch { display: inline-block; width: 12px; height: 12px; border-radius: 3px; margin-right: 5px; border: 1px solid rgba(0,0,0,.2); }
