.c-dropdown__links li:last-child a::after, .c-dropdown__links li:last-child button::after {
  display: block;
}
.c-dropdown ul li:last-child .c-dropdown__link::after {
  content: '';
}
.c-dropdown ul {
  overflow: visible !important;;
}
.c-dropdown__link::after,
.c-dropdown__button::after {
  top: 0 !important;
  bottom: auto !important;
}
:first-child > .c-dropdown__link::after,
:first-child > .c-dropdown__button::after {
  width: 100% !important;
  left: -20px !important;
}
.c-dropdown__links li.is-closed:last-child {
  position: relative;
}
.c-dropdown__links li.is-closed:last-child::after {
  content: '';
  display: block;
  position: absolute;
  left: 20px;
  right: 20px;
  bottom: -2px;
  border-bottom: 2px solid #004f80;
}
.c-dropdown__links li:not(:last-child) li.is-closed:last-child::after {
  content: none;
}
li.js-dropdown__node.is-closed:last-child::after {
  content: none
}
