/*
Theme Name: Wendy Menu Retrotube Child
Description: Header call-to-action customization for wendymenu.net.
Template: retrotube
Version: 1.0.3
Text Domain: wendymenu-retrotube-child
*/

@import url("../retrotube/style.css");

.site-branding .wendymenu-header-cta {
	align-self: center;
	display: none;
	gap: 0.75rem;
	justify-content: flex-end;
	width: 100%;
}

.wendymenu-header-cta__button {
	align-items: center;
	background: linear-gradient(180deg, #ef3437 0%, #d71920 44%, #a70c13 100%);
	border: 1px solid #ff8589;
	border-radius: 999px;
	box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.34), 0 3px 0 #6e080d;
	color: #fff;
	display: inline-flex;
	font-size: 0.9rem;
	font-weight: 700;
	justify-content: center;
	line-height: 1.2;
	min-height: 42px;
	padding: 0.62rem 1rem;
	text-align: center;
	text-decoration: none;
	text-shadow: 0 1px 1px rgba(69, 0, 4, 0.6);
	transition: box-shadow 0.2s ease, filter 0.2s ease, transform 0.2s ease;
	white-space: nowrap;
}

.wendymenu-header-cta__button:hover,
.wendymenu-header-cta__button:focus {
	background: linear-gradient(180deg, #fa4b50 0%, #d71920 50%, #b20e16 100%);
	color: #fff;
	box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.4), 0 4px 0 #6e080d;
	transform: translateY(-1px);
}

.wendymenu-header-cta__button--onlyfan {
	background: linear-gradient(180deg, #ff78ba 0%, #ec2d8c 42%, #a50d58 100%);
	border-color: #ffc0dc;
	box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.42), 0 3px 0 #6e0739, 0 6px 16px rgba(236, 45, 140, 0.24);
	text-shadow: 0 1px 1px rgba(82, 0, 43, 0.75);
}

.wendymenu-header-cta__button--onlyfan:hover,
.wendymenu-header-cta__button--onlyfan:focus {
	background: linear-gradient(180deg, #ff8bc6 0%, #f43b9c 42%, #b71063 100%);
	box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.48), 0 4px 0 #6e0739, 0 7px 18px rgba(236, 45, 140, 0.28);
}

@media screen and (max-width: 768px) {
	.site-branding .wendymenu-header-cta {
		display: flex;
		justify-content: center;
		margin: 1rem auto;
	}

	.wendymenu-header-cta__button {
		flex: 1 1 0;
		min-width: 0;
		white-space: normal;
	}
}
