.venue-custom-links-grid{display:grid;grid-template-columns:repeat(2,1fr);grid-gap:16px;gap:16px}.custom-link-card:last-child:nth-child(odd){grid-column:span 2}.custom-link-card{display:flex;align-items:center;justify-content:space-between;gap:8px;border:1px solid var(--graph1);border-radius:12px;overflow:hidden;background-color:var(--surface1);text-decoration:none;transition:all .2s ease;padding:12px}.custom-link-card:hover{transform:translateY(-2px);border-color:var(--primaryBrand)}.custom-link-content{display:flex;align-items:center;gap:8px;flex:1 1;min-width:0;h3{font-size:1rem;overflow:hidden;text-overflow:ellipsis}}.custom-link-image{object-fit:cover;border-radius:8px}@media (max-width:768px){.venue-custom-links-grid{grid-template-columns:1fr;gap:12px}}