/* Killdrift Save 10% popup */
#block-protean-commerce-save10withemail {
  display: grid;
  grid-template-columns: 40% 60%;
  width: min(1000px, 94vw);
  max-height: 94vh;
  background: #fff;
  border: 12px solid #c90012;
  box-sizing: border-box;
  overflow: hidden;
}

/* Left cover image */
#block-protean-commerce-save10withemail
.field--name-field-cover-image {
  grid-column: 1;
  grid-row: 1 / span 4;
  min-width: 0;
  height: 100%;
}

#block-protean-commerce-save10withemail
.field--name-field-cover-image img {
  display: block;
  width: 100%;
  height: 100%;
  min-height: 600px;
  object-fit: cover;
}

/* Logo */
#block-protean-commerce-save10withemail
.field--name-field-logo-image {
  grid-column: 2;
  text-align: center;
  padding: 28px 40px 0;
}

#block-protean-commerce-save10withemail
.field--name-field-logo-image img {
  display: inline-block;
  width: 150px;
  height: 150px;
  object-fit: contain;
}

/* Headline area */
#block-protean-commerce-save10withemail
.field--name-field-text-body {
  grid-column: 2;
  text-align: center;
  padding: 12px 40px 8px;
  color: #000;
}

#block-protean-commerce-save10withemail
.field--name-field-text-body p {
  margin: 0;
  text-transform: uppercase;
}

#block-protean-commerce-save10withemail
.field--name-field-text-body p:first-child {
  font-size: clamp(64px, 7vw, 105px);
  line-height: 0.95;
  font-weight: 700;
  letter-spacing: -3px;
}

#block-protean-commerce-save10withemail
.field--name-field-text-body p:nth-child(2) {
  margin-top: 14px;
  font-size: 26px;
  line-height: 1.1;
  font-weight: 400;
}

/* Webform area */
#block-protean-commerce-save10withemail
.field--name-field-webform {
  grid-column: 2;
  padding: 8px 50px 34px;
}

#block-protean-commerce-save10withemail
.webform-submission-form {
  margin: 0;
}

/* Remove unnecessary fieldset styling around the name field */
#block-protean-commerce-save10withemail
fieldset {
  margin: 0;
  padding: 0;
  border: 0;
}

/* Hide visible labels because the mockup uses placeholders */
#block-protean-commerce-save10withemail
.form-item > label {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

/* Input fields */
#block-protean-commerce-save10withemail
input[type="text"],
#block-protean-commerce-save10withemail
input[type="email"] {
  display: block;
  width: 100%;
  height: 58px;
  margin: 0;
  padding: 0 20px;
  border: 1px solid #555;
  border-radius: 0;
  background: #fff;
  color: #111;
  font-size: 22px;
  line-height: 58px;
  box-sizing: border-box;
  box-shadow: none;
}

/* Space between fields */
#block-protean-commerce-save10withemail
.form-item {
  margin: 0 0 22px;
}

/* Placeholder appearance */
#block-protean-commerce-save10withemail
input::placeholder {
  color: #111;
  opacity: 1;
}

/* Submit button */
#block-protean-commerce-save10withemail
.form-actions {
  margin: 28px 0 0;
  text-align: center;
}

#block-protean-commerce-save10withemail
.webform-button--submit {
  min-width: 260px;
  padding: 18px 30px;
  border: 0;
  border-radius: 10px;
  background: #c90012;
  color: #fff;
  font-size: 18px;
  font-weight: 400;
  text-transform: uppercase;
  cursor: pointer;
  box-shadow: none;
}

#block-protean-commerce-save10withemail
.webform-button--submit:hover,
#block-protean-commerce-save10withemail
.webform-button--submit:focus {
  background: #a9000f;
}

/* Popup Webform confirmation */
#block-protean-commerce-save10withemail .webform-confirmation {
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 260px;
  padding: 30px 45px 50px;
  box-sizing: border-box;
  text-align: center;
}

#block-protean-commerce-save10withemail .webform-confirmation__message {
  width: 100%;
  max-width: 600px;
  margin: 0;
  padding: 0;
  border: 0;
  background: transparent;
  color: #111;
  box-shadow: none;
}

#block-protean-commerce-save10withemail .webform-confirmation__message p {
  margin: 0;
}

#block-protean-commerce-save10withemail .webform-confirmation__message .confirmed-heading {
  margin-bottom: 18px;
  color: #c90012;
  font-size: clamp(44px, 5vw, 68px);
  font-weight: 700;
  line-height: 1;
  text-transform: uppercase;
}

#block-protean-commerce-save10withemail .webform-confirmation__message p:not(.confirmed-heading) {
  font-size: 22px;
  line-height: 1.5;
}

#block-protean-commerce-save10withemail .webform-confirmation__message strong {
  display: inline-block;
  margin: 0 4px;
  padding: 5px 12px;
  border: 2px dashed #c90012;
  border-radius: 4px;
  background: #fff;
  color: #c90012;
  font-size: 1.15em;
  font-weight: 700;
  letter-spacing: 1px;
}