.policy-item {
  display: flex;
  flex-direction: row;
  margin:0!important;
  padding:1.6em;
  border-bottom: 1px solid #ddd;
  justify-content: space-between;
}
.policy-item:hover { background:rgb(233 146 54 / 7%); }
.policy-item:first-child { border-top: 1px solid #ddd; }
.policy-item > span:first-child { max-width: calc(100% - 13em); }
.policy-item a { text-decoration:underline; }
.policy-date { font-size:smaller; color:#666; margin-left:1rem; }

@media screen and (max-width:800px) {
  .policy-item { display: flex; flex-direction: column; }
  .policy-item > span:first-child { max-width:100%; }
}