/* Hide Jetpack Share and Like buttons on everything EXCEPT single blog posts */
.page .sharedaddy,
.archive .sharedaddy,
.blog .sharedaddy {
  display: none !important;
}

.page .likes-widget-placeholder,
.archive .likes-widget-placeholder,
.blog .likes-widget-placeholder {
  display: none !important;
}

/* Save This Guide box */
.save-guide-box {
  background: #eaf6fb;
  border: 1px solid #cfe8f3;
  border-radius: 10px;
  padding: 18px 20px;
  margin: 28px 0;
  text-align: left;
  box-shadow: 0 3px 10px rgba(0,0,0,.08);
}

/* Text */
.save-guide-box p {
  margin: 0 0 12px !important;
  color: #111;
  line-height: 1.5;
}

/* Hide email label */
.save-guide-box label {
  display: none !important;
}

/* Email field */
.save-guide-box input[type="email"] {
  width: 100% !important;
  height: 42px;
  padding: 9px 12px;
  font-size: 16px;
  border: 1px solid #ccd6dd;
  border-radius: 4px;
  box-sizing: border-box;
}

/* Remove extra Fluent spacing */
.save-guide-box form,
.save-guide-box fieldset,
.save-guide-box .ff-el-group,
.save-guide-box .ff_submit_btn_wrapper {
  margin: 0 !important;
  padding: 0 !important;
  min-height: 0 !important;
}

/* Space between field and button */
.save-guide-box .ff-el-group {
  margin-bottom: 10px !important;
}

/* Button */
.save-guide-box .ff-btn-submit,
.save-guide-box button[type="submit"] {
  background: #0b5ea8 !important;
  border: 1px solid #0b5ea8 !important;
  color: #fff !important;
  border-radius: 6px !important;
  padding: 11px 20px !important;
  font-size: 15px !important;
  font-weight: 700 !important;
  text-transform: uppercase;
  box-shadow: none !important;
}

.save-guide-box .ff-btn-submit:hover,
.save-guide-box button[type="submit"]:hover {
  background: #084c87 !important;
  border-color: #084c87 !important;
}

/* Hide empty error area */
.save-guide-box .ff-errors-in-stack:empty {
  display: none !important;
}.widget-area {
  background: linear-gradient(
    135deg,
    #F8F1E3 0%,
    #F8F1E3 65%,
    #A9C5D5 100%
  ) !important;
}