.silver-ig-post {
	display: flex;
	flex-direction: column;
	gap: 1rem;
	width: 100%;
}

.silver-ig-post__image img {
	display: block;
	width: 100%;
	height: auto;
}

.silver-ig-post__text p:last-child {
	margin-bottom: 0;
}

.silver-ig-post__footer {
	display: flex;
	justify-content: center;
	align-items: center;
	width: 100%;
	margin-top: 0.5rem;
}

.silver-ig-post__button {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	box-sizing: border-box;
	min-height: 48px;
	padding: 14px 28px;
	border: 2px solid transparent;
	background-color: #e1306c;
	color: #ffffff;
	font-size: 16px;
	font-weight: 600;
	line-height: 1.4;
	text-align: center;
	text-decoration: none;
	white-space: normal;
	cursor: pointer;
	transition: background-color 0.2s ease, border-color 0.2s ease, opacity 0.2s ease;
}

.silver-ig-post__button:hover,
.silver-ig-post__button:focus {
	color: #ffffff;
	text-decoration: none;
	opacity: 1;
}

.elementor-widget-silver_instagram_post .silver-ig-post__button {
	font-size: 16px;
}
