/**
 * In Foster + Fee Waived badges on search cards and pet profiles.
 */

.mspca-foster-badge {
	position: absolute;
	top: 0;
	left: 0;
	width: 200px;
	height: 200px;
	overflow: hidden;
	z-index: 10;
	pointer-events: none;
}

.mspca-foster-text {
	position: absolute;
	top: 35px;
	left: -75px;
	width: 280px;
	text-align: center;
	transform: rotate(-45deg);
	background: #199BD8;
	color: #fff;
	font-size: 22px;
	font-weight: 700;
	letter-spacing: 0.5px;
	padding: 8px 0;
	box-shadow: 0 2px 8px rgba(0, 0, 0, 0.3);
	z-index: 11;
}

.mspca-fee-waived-badge {
	position: absolute;
	right: 6px;
	bottom: 58px;
	width: 96px;
	height: 96px;
	z-index: 12;
	pointer-events: none;
}

.mspca-fee-waived-badge img {
	width: 100%;
	height: 100%;
	display: block;
	object-fit: contain;
	filter: drop-shadow(0 2px 6px rgba(0, 0, 0, 0.35));
}

.mspca-pet-card-image:has(.mspca-fee-waived-badge) .mspca-pet-name {
	padding-right: 90px;
}

.mspca-hero-image {
	position: relative;
}

.mspca-hero-image .mspca-fee-waived-badge {
	width: 136px;
	height: 136px;
	right: 10px;
	bottom: 12px;
}

@media (max-width: 768px) {
	.mspca-foster-badge {
		width: 140px;
		height: 140px;
	}

	.mspca-foster-text {
		font-size: 14px;
		top: 28px;
		left: -50px;
		width: 200px;
		padding: 6px 0;
	}

	.mspca-fee-waived-badge {
		width: 84px;
		height: 84px;
		right: 6px;
		bottom: 52px;
	}

	.mspca-pet-card-image:has(.mspca-fee-waived-badge) .mspca-pet-name {
		padding-right: 80px;
	}

	.mspca-hero-image .mspca-fee-waived-badge {
		width: 108px;
		height: 108px;
		right: 8px;
		bottom: 8px;
	}
}

@media (max-width: 480px) {
	.mspca-foster-badge {
		width: 120px;
		height: 120px;
	}

	.mspca-foster-text {
		font-size: 12px;
		top: 25px;
		left: -42px;
		width: 170px;
		padding: 5px 0;
	}

	.mspca-fee-waived-badge {
		width: 76px;
		height: 76px;
		right: 4px;
		bottom: 46px;
	}

	.mspca-pet-card-image:has(.mspca-fee-waived-badge) .mspca-pet-name {
		padding-right: 72px;
	}

	.mspca-hero-image .mspca-fee-waived-badge {
		width: 94px;
		height: 94px;
	}
}
