.radiomaria-sms {
  position: absolute;
  top: 120px;
  left: 0;
  right: 0;
  bottom: 0;
  /* background: url("/wp-content/uploads/2021/02/background-sms.jpg"); */
  /* background-size: cover; */
  /* background: url("/wp-content/uploads/2022/12/buon-compelanno-jpeg.jpg"); */
  background: url("/wp-content/uploads/2024/12/buon_compleanno.jpg");
  background-repeat: no-repeat;
  background-size: contain;
  background-position: top center;
}

body.sms {
  background: white;
}

.sms-content {
  background: white;
  max-width: 50%;
  padding-top: 30px;
  /* padding-left: 30px; */
  padding-left: 400px;
  padding-right: 30px;
  padding-bottom: 0px;
  position: absolute;
  bottom: 46px;
  /* right: 0; */
  left: 0;
  opacity: 0.7;
  font-weight: bold;
}

.sms-content p {
  font-size: 16px;
}

.sms-content-mobile {
  background: white;
  padding: 30px;
  font-weight: bold;
}

.sms-content-mobile p {
  font-size: 16px;
}

.footer-sms {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  background: white;
  color: #0b2e6c;
  padding: 15px;
  font-size: 13px;
}

.footer-sms-mobile {
  background: white;
  color: #0b2e6c;
  padding: 30px;
  text-align: center;
  font-size: 13px;
}

.footer-sms a,
.footer-sms-mobile a {
  text-decoration: underline;
}
