.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;
}

@media (max-width: 1200px) {
  .wp-block-pulp-photo-block {
    margin-bottom: 25px;
    padding-bottom: 25px !important;
  }
}
.wp-block-pulp-photo-block .container.photo-right-flush {
  padding-right: 0;
}
.wp-block-pulp-photo-block .container.photo-right-flush .layout {
  justify-content: space-between;
}
.wp-block-pulp-photo-block .container.photo-left-flush {
  padding-left: 0;
}
.wp-block-pulp-photo-block .container.photo-left-flush .layout {
  justify-content: space-between;
}
.wp-block-pulp-photo-block .container.photo-right-centered img, .wp-block-pulp-photo-block .container.photo-left-centered img {
  border-radius: 10px;
}
@media (max-width: 992px) {
  .wp-block-pulp-photo-block .container {
    padding-left: 0;
    padding-right: 0;
  }
}
.wp-block-pulp-photo-block .layout {
  display: flex;
  align-items: center;
  justify-content: space-around;
  gap: 50px;
}
@media (max-width: 1650px) {
  .wp-block-pulp-photo-block .layout {
    justify-content: space-between;
  }
}
@media (max-width: 992px) {
  .wp-block-pulp-photo-block .layout {
    flex-wrap: wrap;
    flex-direction: row-reverse;
    gap: 20px 0px;
  }
}
.wp-block-pulp-photo-block .layout .content {
  max-width: 40%;
  font-size: 1.125rem;
}
@media (max-width: 1650px) {
  .wp-block-pulp-photo-block .layout .content {
    max-width: 40%;
  }
}
@media (max-width: 1200px) {
  .wp-block-pulp-photo-block .layout .content {
    max-width: 55%;
  }
}
@media (max-width: 992px) {
  .wp-block-pulp-photo-block .layout .content {
    order: 2 !important;
    max-width: 100%;
    width: 100%;
    padding: var(--mobile-padding);
  }
}
.wp-block-pulp-photo-block .layout .content .pretext {
  color: var(--color-blue);
  font-weight: 600;
}
.wp-block-pulp-photo-block .layout .content .title-image {
  max-width: 100%;
}
@media (max-width: 992px) {
  .wp-block-pulp-photo-block .layout .content .title-image {
    margin: 0 auto;
  }
}
.wp-block-pulp-photo-block .layout .content .text p {
  margin-bottom: 15px;
  margin-top: 0;
}
.wp-block-pulp-photo-block .layout .content .link-section {
  margin-top: 20px;
}
.wp-block-pulp-photo-block .layout .content .link-section .lock:before {
  display: inline-block;
  width: 14px;
  height: 14px;
  content: "";
  background-image: url(/assets/images/icons/lock.svg);
  background-repeat: no-repeat;
  background-size: contain;
  margin-left: -20px;
  margin-right: 5px;
}
.wp-block-pulp-photo-block .layout .content .link-section .title {
  color: var(--color-blue);
  font-weight: 600;
  margin-bottom: 15px;
}
.wp-block-pulp-photo-block .layout .content .link-section p {
  margin-top: 0;
}
.wp-block-pulp-photo-block .layout .content .link-section .popover-content {
  display: none;
  position: absolute;
  border: 0px solid #ccc;
  padding: 20px;
  font-size: 0.9375rem;
  background-color: white;
  border-radius: 10px;
  z-index: 10;
  /* Transform to move the popover up by its own height */
  transform: translate(10px, -110%);
  fill: var(--white, #FFF);
  filter: drop-shadow(0 0.399px 5.32px rgba(0, 0, 0, 0.03)) drop-shadow(0 1.34px 17.869px rgba(0, 0, 0, 0.04)) drop-shadow(0 6px 80px rgba(0, 0, 0, 0.15));
}
.wp-block-pulp-photo-block .layout .content .link-section .popover-content:before, .wp-block-pulp-photo-block .layout .content .link-section .popover-content:after {
  content: "";
  position: absolute;
  left: 25%;
  transform: translateX(-50%);
  bottom: -16px;
  /* Position below the popover */
  border-style: solid;
  border-color: transparent;
}
.wp-block-pulp-photo-block .layout .content .link-section .popover-content:before {
  bottom: -17px;
  /* A pixel lower than :after for the border effect */
  border-width: 9px;
  border-top-color: #fff;
  /* Matches the popover border color */
}
.wp-block-pulp-photo-block .layout .content .link-section .popover-content:after {
  border-width: 8px;
  border-top-color: #fff;
  /* Matches the popover background color */
}
.wp-block-pulp-photo-block .layout .content .link-section .popover-content p {
  margin-bottom: 0;
}
.wp-block-pulp-photo-block .layout .content .link-section .popover-content a {
  font-size: 0.9375rem;
  font-weight: 400;
  margin-right: 0;
  text-decoration: underline !important;
}
.wp-block-pulp-photo-block .layout .content .link-section .popover-content a:after {
  display: none;
}
.wp-block-pulp-photo-block .layout .content .link-section .popover-content.show {
  display: block;
}
.wp-block-pulp-photo-block .layout .content .link-section a {
  white-space: nowrap;
  margin-bottom: 15px;
}
.wp-block-pulp-photo-block .layout .content .link-section 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-photo-block .layout .content .link-section a:not(.button) {
    display: block;
    margin: 10px 0;
  }
}
.wp-block-pulp-photo-block .layout .content .link-section 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-photo-block .layout .content .link-section a:not(.button):hover {
  color: var(--color-deep);
}
.wp-block-pulp-photo-block .layout .content .link-section a:not(.button):hover:after {
  margin-left: 15px;
  transition: 0.3s all ease-in-out;
}
.wp-block-pulp-photo-block .layout .content .link-section a:not(.button).frost:after {
  background-image: url("/assets/images/icons/arrow-frost.svg");
}
.wp-block-pulp-photo-block .layout .content .link-section a:not(.button).arrow-down:after {
  rotate: 90deg;
}
.wp-block-pulp-photo-block .layout .content .link-section a:not(.button) {
  display: block;
  padding-top: 0px;
}
.wp-block-pulp-photo-block .layout .content .link-section a.button {
  display: inline-block;
  margin-top: 20px;
}
.wp-block-pulp-photo-block .layout .content .button-links {
  margin-top: 30px;
}
.wp-block-pulp-photo-block .layout .content .button-links .button {
  margin-right: 15px;
}
@media (max-width: 576px) {
  .wp-block-pulp-photo-block .layout .content .button-links .link:not(.button) {
    width: 100%;
    text-align: center;
    display: block;
    margin: 10px 0;
  }
}
.wp-block-pulp-photo-block .layout .photo {
  max-width: 50%;
}
@media (max-width: 1650px) {
  .wp-block-pulp-photo-block .layout .photo {
    max-width: 55%;
  }
}
@media (max-width: 1200px) {
  .wp-block-pulp-photo-block .layout .photo {
    max-width: 45%;
  }
}
.wp-block-pulp-photo-block .layout .photo.photo-right-flush {
  text-align: right;
}
@media (max-width: 992px) {
  .wp-block-pulp-photo-block .layout .photo.photo-right-flush img {
    display: block;
    text-align: right;
    margin-left: auto;
  }
}
.wp-block-pulp-photo-block .layout .photo.photo-right-centered img, .wp-block-pulp-photo-block .layout .photo.photo-left-centered img {
  margin: 0 auto;
}
@media (max-width: 992px) {
  .wp-block-pulp-photo-block .layout .photo.photo-right-centered img, .wp-block-pulp-photo-block .layout .photo.photo-left-centered img {
    max-width: 75%;
  }
}
@media (max-width: 992px) {
  .wp-block-pulp-photo-block .layout .photo {
    order: 1 !important;
    max-width: 100%;
    width: 100%;
    text-align: center;
  }
}
