.link {
  white-space: nowrap;
}
.link:not(.button) {
  text-decoration: none;
  font-weight: 600;
  margin-right: 10px;
  color: var(--color-blue);
  text-decoration: none;
  font-size: 1.125rem;
}
@media (max-width: 576px) {
  .link:not(.button) {
    display: block;
    margin: 10px 0;
  }
}
.link:not(.button):after {
  display: inline-block;
  width: 8px;
  height: 10px;
  content: "";
  background-image: url("/assets/images/icons/arrow-blue.svg");
  background-repeat: no-repeat;
  margin-left: 10px;
  white-space: nowrap;
}
.link:not(.button):hover {
  color: var(--color-deep);
}
.link:not(.button):hover:after {
  margin-left: 15px;
  transition: 0.3s all ease-in-out;
}
.link:not(.button).frost:after {
  background-image: url("/assets/images/icons/arrow-frost.svg");
}
.link:not(.button).arrow-down:after {
  rotate: 90deg;
}

.container.no-pad-left {
  padding-left: 0;
}
.container.no-pad-right {
  padding-right: 0;
}

.wp-block-pulp-general-block a {
  white-space: nowrap;
}
.wp-block-pulp-general-block a:not(.button) {
  text-decoration: none;
  font-weight: 600;
  margin-right: 10px;
  color: var(--color-blue);
  text-decoration: none;
  font-size: 1.125rem;
}
@media (max-width: 576px) {
  .wp-block-pulp-general-block a:not(.button) {
    display: block;
    margin: 10px 0;
  }
}
.wp-block-pulp-general-block a:not(.button):after {
  display: inline-block;
  width: 8px;
  height: 10px;
  content: "";
  background-image: url("/assets/images/icons/arrow-blue.svg");
  background-repeat: no-repeat;
  margin-left: 10px;
  white-space: nowrap;
}
.wp-block-pulp-general-block a:not(.button):hover {
  color: var(--color-deep);
}
.wp-block-pulp-general-block a:not(.button):hover:after {
  margin-left: 15px;
  transition: 0.3s all ease-in-out;
}
.wp-block-pulp-general-block a:not(.button).frost:after {
  background-image: url("/assets/images/icons/arrow-frost.svg");
}
.wp-block-pulp-general-block a:not(.button).arrow-down:after {
  rotate: 90deg;
}
.wp-block-pulp-general-block img {
  border-radius: 5px;
}
.wp-block-pulp-general-block .plain-links a:not(.button) {
  text-decoration: underline;
  font-weight: 600;
  margin-right: 0px;
}
.wp-block-pulp-general-block .plain-links a:not(.button):after {
  display: none !important;
}
.wp-block-pulp-general-block .plain-links a:not(.button):hover:after {
  margin-left: 0px !important;
}
