#hselc-hub-entry-links { box-sizing:border-box; background:#edf5f1; color:#193f3d; border-bottom:1px solid #cbded7; font-family:Arial,sans-serif; width:100%; }
#hselc-hub-entry-links * { box-sizing:border-box; }
#hselc-hub-entry-links .hselc-hub-entry-inner { max-width:1320px; padding:12px 24px; margin:auto; display:flex; justify-content:space-between; align-items:center; gap:16px; }
#hselc-hub-entry-links .hselc-hub-entry-caption { font-size:14px; font-weight:600; line-height:1.4; }
#hselc-hub-entry-links .hselc-hub-entry-actions { display:flex; gap:10px; }
#hselc-hub-entry-links a { display:inline-flex; justify-content:center; align-items:center; gap:12px; min-height:44px; padding:10px 20px; border-radius:24px; border:1px solid #193f3d; background:#193f3d; color:white; text-decoration:none; font-size:14px; font-weight:700; line-height:1.3; white-space:nowrap; }
#hselc-hub-entry-links a:last-child { background:white; color:#193f3d; }
#hselc-hub-entry-links a:hover { text-decoration:underline; text-underline-offset:4px; }
#hselc-hub-entry-links a:focus-visible { outline:3px solid #b55236; outline-offset:3px; }
@media (max-width:600px) {
 #hselc-hub-entry-links .hselc-hub-entry-inner { display:block; padding:10px 16px; }
 #hselc-hub-entry-links .hselc-hub-entry-caption { display:block; text-align:center; font-size:12px; margin-bottom:8px; }
 #hselc-hub-entry-links .hselc-hub-entry-actions { display:grid; grid-template-columns:1fr 1fr; gap:8px; }
 #hselc-hub-entry-links a { padding:10px; gap:7px; font-size:14px; white-space:normal; text-align:center; }
}
