body.jey-checkout-layout {
	margin: 0;
	padding: 0;
	overflow-x: hidden;
	box-sizing: border-box;
}

.jey-checkout-footer {
  width: 100%;
  box-sizing: border-box;
  padding: 24px 16px;
  margin-top: 40px;
  text-align: center;
  background-color: #fafafa;
  border-top: 1px solid #eeeeee;
  font-size: 14px;
  color: #666;
}

.jey-checkout-footer__text {
	margin: 0;
	font-size: 14px;
	color: #777;
	line-height: 1.5;
}

/* Link autor */
.jey-checkout-footer__author {
	color: #111;
	font-weight: 600;
	text-decoration: none;
	transition: color 0.2s ease, text-decoration 0.2s ease;
}

.jey-checkout-footer__author:hover {
	color: #000;
	text-decoration: underline;
}

/* Mobile */
@media (max-width: 480px) {
	.jey-checkout-footer {
		padding: 20px 12px;
	}

	.jey-checkout-footer__text {
		font-size: 13px;
	}
}
