/**
 * Shortcodes styles.
 */

.sw-powered-by {
	display: inline-flex;
	align-items: center;
	gap: 0.28rem;
	font-size: 0.875rem;
	line-height: 1.4;
	color: #6b7280;
}

.sw-powered-by__link {
	color: #374151;
	font-weight: 500;
	text-decoration: none;
	transition: color 180ms ease, text-decoration-color 180ms ease;
}

.sw-powered-by__link:hover,
.sw-powered-by__link:focus {
	color: #111827;
	text-decoration: underline;
	text-underline-offset: 0.18em;
}

/* BOTÓN REGRESAR */
/*.sw-back-button {
	appearance: none;
	-webkit-appearance: none;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-height: 42px;
	padding: 0.7rem 1.15rem;
	border: 1px solid rgba(17, 24, 39, 0.14);
	border-radius: 999px;
	background: #f5f5f7;
	color: #1d1d1f;
	font-size: 0.95rem;
	font-weight: 500;
	line-height: 1;
	text-decoration: none;
	cursor: pointer;
	box-shadow: 0 8px 22px rgba(0, 0, 0, 0.08);
	transition: transform 180ms ease, background-color 180ms ease, border-color 180ms ease, box-shadow 180ms ease;
}

.sw-back-button:hover,
.sw-back-button:focus {
	background: #ffffff;
	border-color: rgba(17, 24, 39, 0.24);
	box-shadow: 0 10px 28px rgba(0, 0, 0, 0.12);
	transform: translateY(-1px);
}

.sw-back-button:focus-visible {
	outline: 2px solid #6b7280;
	outline-offset: 3px;
}*/

.sw-back-button {
	appearance: none;
	-webkit-appearance: none;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-height: 42px;
	padding: 0.7rem 1.15rem;
	border: 1px solid rgba(17, 24, 39, 0.14);
	border-radius: 999px;
	background: #f5f5f7;
	color: #1d1d1f;
	font-family: "Poppins" !important;
	font-size: 0.95rem;
	font-weight: 500;
	line-height: 1;
	text-decoration: none;
	cursor: pointer;
	box-shadow: 0 8px 22px rgba(0, 0, 0, 0.08);
	transition: transform 180ms ease, background-color 180ms ease, border-color 180ms ease, box-shadow 180ms ease;
}

.sw-back-button::before {
	content: "";
	display: inline-block;
	flex: 0 0 auto;
	width: 14px;
	height: 14px;
	margin-right: 15px;
	transform: scaleX(-1);
	background-color: currentColor;

	-webkit-mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 512 512'%3E%3Cpath d='m506.134 241.843-.018-.019-104.504-104c-7.829-7.791-20.492-7.762-28.285.068-7.792 7.829-7.762 20.492.067 28.284L443.558 236H20c-11.046 0-20 8.954-20 20s8.954 20 20 20h423.557l-70.162 69.824c-7.829 7.792-7.859 20.455-.067 28.284 7.793 7.831 20.457 7.858 28.285.068l104.504-104 .018-.019c7.833-7.818 7.808-20.522-.001-28.314z'/%3E%3C/svg%3E");
	-webkit-mask-repeat: no-repeat;
	-webkit-mask-position: center;
	-webkit-mask-size: contain;

	mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 512 512'%3E%3Cpath d='m506.134 241.843-.018-.019-104.504-104c-7.829-7.791-20.492-7.762-28.285.068-7.792 7.829-7.762 20.492.067 28.284L443.558 236H20c-11.046 0-20 8.954-20 20s8.954 20 20 20h423.557l-70.162 69.824c-7.829 7.792-7.859 20.455-.067 28.284 7.793 7.831 20.457 7.858 28.285.068l104.504-104 .018-.019c7.833-7.818 7.808-20.522-.001-28.314z'/%3E%3C/svg%3E");
	mask-repeat: no-repeat;
	mask-position: center;
	mask-size: contain;
}

.sw-back-button:hover,
.sw-back-button:focus {
	background: #ffffff;
	border-color: rgba(17, 24, 39, 0.24);
	box-shadow: 0 10px 28px rgba(0, 0, 0, 0.12);
	transform: translateY(-1px);
}

.sw-back-button:focus-visible {
	outline: 2px solid #6b7280;
	outline-offset: 3px;
}
