.ads-tile { background: var(--tile); border-radius: var(--r-tile); padding: var(--sp-5); margin-bottom: var(--sp-3); } .ads-tile--flat { background: none; padding: 0; } button.ads-tile--button { display: flex; align-items: center; justify-content: space-between; width: 100%; border: none; font-family: inherit; text-align: left; cursor: pointer; position: relative; } button.ads-tile--button:hover { background: var(--tile-2); } .ads-tile__content { flex: 1; } .ads-tile__go { width: 6px; height: 10px; color: var(--fg3); flex: 0 0 auto; margin-left: var(--sp-3); }