.foten_newsletter_container {
  position: fixed;
  top: 0;
  left: 0;
  width: 100dvw;
  height: 100dvh;
  z-index: 9999;
  background: #00000075;
  backdrop-filter: blur(7px);
  display: none;
}

.foten_newsletter_content {
  width: 100dvw;
  height: 100dvh;
  display: flex;
  justify-content: center;
  align-items: center;
}

.foten_newsletter_content_box {
  box-sizing: content-box;
  border-radius: 35px;
  border: 10px solid rgba(255, 255, 255, 0.10);
  box-shadow: 0 0 100px 0 #000;
  max-width: 750px;
  width: 100%;
  overflow: hidden;
  max-height: 455px;
  display: grid;
  grid-template-columns: 1fr 1fr;
  position: relative;
}

.foten_newsletter_content_box_close {
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  right: 17px;
  top: 17px;
  cursor: pointer;
  z-index: 10;
}

.foten_newsletter_content_box_left {
  background: #fff;
  border-top-left-radius: 15px;
  border-bottom-left-radius: 15px;
  height: 100%;
  display: flex;
  flex-direction: column;
  max-height: 455px;
  padding: 36px 40px 30px 40px;
  box-sizing: border-box;
  justify-content: space-between;
}

.foten_newsletter_content_box_left .top {
  margin-bottom: 64px;
}

.foten_newsletter_content_box_left form {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: 100%;
}

/* Komunikaty błędów i sukcesu */
.wpo-newsletter-message {
  padding: 10px;
  margin-bottom: 15px;
  border-radius: 4px;
  font-size: 14px;
  display: none;
}

.wpo-newsletter-message.success {
  display: block;
  background-color: #d4edda;
  border: 1px solid #c3e6cb;
  color: #155724;
}

.wpo-newsletter-message.error {
  display: block;
  background-color: #f8d7da;
  border: 1px solid #f5c6cb;
  color: #721c24;
}

.foten_newsletter_content_box_left form .form_acceptance span {
  color: #000;
  font-size: 10px;
  font-style: normal;
  font-weight: 300;
  line-height: normal;
  margin-left: 5px;
}

.foten_newsletter_content_box_left form .form_acceptance input {
  margin: 0;
  accent-color: #176247;
  position: relative;
  top: 2px;
}

.foten_newsletter_content_box_left form .form_actions {
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-gap: 7px;
  margin-bottom: 9px;
}

.foten_newsletter_content_box_left form .form_actions button:nth-child(2) {
  color: #909090;
  font-size: 14px;
  font-style: normal;
  font-weight: 300;
  line-height: 20px;
  text-transform: uppercase;
  border-radius: 6px;
  border: 1px solid #B5B5B5;
  background: transparent;
  cursor: pointer;
}

.foten_newsletter_content_box_left form .form_actions button:nth-child(1) {
  color: #EFEDDD;
  font-size: 14px;
  font-style: normal;
  font-weight: 700;
  line-height: 20px;
  text-transform: uppercase;
  padding: 8px 20px;
  text-align: center;
  border-radius: 6px;
  background: #176247;
  outline: none;
  border: unset !important;
  box-shadow: unset !important;
  cursor: pointer;
  transition: opacity 0.3s;
}

.foten_newsletter_content_box_left form .form_actions button:nth-child(1):disabled {
  opacity: 0.6;
  cursor: not-allowed;
}

.foten_newsletter_content_box_left form input[type="text"],
.foten_newsletter_content_box_left form input[type="email"] {
  width: 100%;
  padding-bottom: 12px;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 27px;
  border: 0;
  border-bottom: 1px solid #D8D8D8;
  font-family: "Sofia Sans Semi Condensed";
  color: #707070;
  outline: none;
}

.foten_newsletter_content_box_left form input[type="text"]::placeholder,
.foten_newsletter_content_box_left form input[type="email"]::placeholder {
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 27px;
}

.foten_newsletter_content_box_left h2 {
  color: #000;
  font-size: 55px;
  font-style: normal;
  font-weight: 900;
  line-height: normal;
  margin: 0;
}

.foten_newsletter_content_box_left h3 {
  color: #000;
  font-size: 30px;
  font-style: normal;
  font-weight: 250;
  line-height: 35px;
  margin: 0;
}
