/* Region Tablet — Overview styles */
.attrt-overview { margin: 12px 0 8px; padding: 6px; background: #0b0b0b; }
.attrt-overview-title { display: inline-block; font-weight: 700; padding: 4px 4px; border: none; margin-bottom: 4px; }
.attrt-overview-list { list-style: none; margin: 8px 4 4; padding: 0; display: grid; gap: 6px; }
.attrt-overview-list li a { display: flex; justify-content: space-between; align-items: center; padding: 8px 4px; border: 0px solid rgba(30,255,143,0.2); border-radius: 4px; text-decoration: none; }
.attrt-overview-list li.is-done a { opacity: 0.75; }
.attrt-overview-list .sc { font-weight: 700; padding-left: 10px; }
