:is(#d2291091)::after {
  content: "";
  display: block;
  clear: both;
}
:is(#d2291091) .c-link--arrow:hover {
  color: #fff;
}
#d2291091 .c-link--arrow {
  position: relative;
}
#d2291091 .c-link--arrow::after {
  content: '';
  width: 6px;
  height: 6px;
  border: 0;
  border-top: solid 2px #fff;
  border-right: solid 2px #fff;
  transform: rotate(135deg);
  position: absolute;
  top: 0;
  right: 10px;
  bottom: 0;
  margin: auto;
  padding: 0;
}
#d2291091 .p-link-list__item .c-link--arrow {
  padding: 15px 25px 15px 7px;
}