.angie-sticky-instagram-sidebar-fdcb516f {
	position: fixed;
	top: 50%;
	right: 0;
	transform: translateY(-50%);
	z-index: 9999;
	background: linear-gradient(45deg, #f09433 0%, #e6683c 25%, #dc2743 50%, #cc2366 75%, #bc1888 100%);
	border-radius: 8px 0 0 8px;
	box-shadow: -2px 0 10px rgba(0, 0, 0, 0.1);
	transition: all 0.3s ease;
}

.angie-instagram-link-fdcb516f {
	display: flex;
	flex-direction: column;
	align-items: center;
	padding: 15px 10px;
	color: #ffffff;
	text-decoration: none;
}

.angie-instagram-link-fdcb516f:hover,
.angie-instagram-link-fdcb516f:focus {
	color: #ffffff;
	background: rgba(255, 255, 255, 0.1);
	border-radius: 8px 0 0 8px;
}

.angie-instagram-icon-fdcb516f {
	margin-bottom: 8px;
}

.angie-instagram-text-fdcb516f {
	writing-mode: vertical-rl;
	text-orientation: mixed;
	font-weight: 600;
	font-size: 14px;
	letter-spacing: 1px;
}

@media (max-width: 768px) {
	.angie-sticky-instagram-sidebar-fdcb516f {
		top: auto;
		bottom: 20px;
		right: 20px;
		transform: none;
		border-radius: 50%;
	}
	
	.angie-instagram-link-fdcb516f {
		padding: 12px;
	}
	
	.angie-instagram-text-fdcb516f {
		display: none;
	}
	
	.angie-instagram-icon-fdcb516f {
		margin-bottom: 0;
	}
}
