.mobile-only {
  display: none;
}

#mpprecipe-innerdiv .hide {
  display: none !important;
}

@media screen and (max-width: 940px) {
  .mobile-only {
    display: block;
    margin-top: 20px;
  }
}

.in-post-links {
  display: none;
}

/* Additional popup styling */
.ips_h_content_1 {
	border: 5px solid #f05123;
}

.ips_close_bttn_1 img {
	width: 30px !important;
	height: 30px !important;
}

@media screen and (max-width: 671px) {
	.ips_w_1 {
		top: 40px !important;
	}
	
	.ips_h_content_1 {
		border: none;
	}
}

.recipe-shorts .rec-button {
  padding: 5px;
  border: 2px solid #8ed54f;
  margin: 10px 0;
  display: block;
  width: 100%;
  text-align: center;
  background: #8ed54f;
  color: #fff;
  text-transform: uppercase;
  border-radius: 2px;
  font-family: sans-serif;
  font-size: 14px;
  font-weight: 500;
}

.recipe-shorts .rec-button:hover {
  background: #111;
  border: 2px solid #111;
  transition: 0.2s all ease;
}