/*
  SendASalute presentation-only overrides.
  Keep this file small and intentional; prefer matching SSS markup/classes first.
*/

/* Success modal (submit.php) */
#boxLightSuccess .contents {
  background: transparent;
  padding: 0;
}

#boxLightSuccess .sendasalute-modal {
  position: relative;
  background: #fff;
  color: #001042;
  max-width: 760px;
  margin: 0 auto;
  border-radius: 14px;
  padding: 56px 56px 44px;
  box-sizing: border-box;
}

#boxLightSuccess .custom_close_button {
  position: absolute;
  top: 18px;
  right: 18px;
  width: 34px;
  height: 34px;
  border-radius: 999px;
  border: 2px solid #001042;
  background: #fff;
  color: #001042;
  font-size: 22px;
  line-height: 28px;
  cursor: pointer;
}

#boxLightSuccess .custom_close_button:hover {
  background: #001042;
  color: #fff;
}

#boxLightSuccess .sendasalute-modal__kicker {
  margin: 0 0 10px;
  font-family: Tungsten, helvetica, arial, sans-serif;
  font-size: 16px;
  font-weight: 700;
  letter-spacing: 1px;
  text-transform: uppercase;
}

#boxLightSuccess .sendasalute-modal__title {
  margin: 0 0 18px;
  font-family: Tungsten, helvetica, arial, sans-serif;
  font-size: 44px;
  line-height: 1.05;
  font-weight: 800;
  letter-spacing: 2px;
  text-transform: uppercase;
  color: #7e1417;
}

#boxLightSuccess .sendasalute-modal__divider {
  position: relative;
  text-align: center;
  margin: 18px 0 22px;
}

#boxLightSuccess .sendasalute-modal__divider:before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: 50%;
  height: 2px;
  background: rgba(0, 16, 66, 0.25);
  transform: translateY(-50%);
}

#boxLightSuccess .sendasalute-modal__divider span {
  position: relative;
  display: inline-block;
  background: #fff;
  padding: 0 16px;
  font-weight: 800;
  color: #7e1417;
  letter-spacing: 2px;
}

#boxLightSuccess .sendasalute-modal__body {
  margin: 0 0 22px;
  font-size: 18px;
  line-height: 1.6;
  max-width: 56ch;
}

#boxLightSuccess .sendasalute-modal__cta {
  margin: 0 0 26px;
  font-size: 18px;
  font-weight: 700;
}

#boxLightSuccess .social-sharer-manager {
  padding: 0;
  background: transparent;
}

#boxLightSuccess .social-sharer-links {
  width: auto;
  padding-bottom: 0;
  display: flex;
  justify-content: center;
  gap: 16px;
  flex-wrap: wrap;
}

@media (max-width: 767px) {
  #boxLightSuccess .sendasalute-modal {
    padding: 40px 22px 30px;
    border-radius: 12px;
  }

  #boxLightSuccess .sendasalute-modal__title {
    font-size: 34px;
  }
}

