.vodacom-deals-feed {
	padding-right: 0px;
    padding-left: 0px;
}

.vodacom-deals-feed .vdf-section-title {
	font-weight: 700;
	margin-bottom: 1.5rem;
}

.vodacom-deals-feed .vdf-grid {
	display: flex;
	flex-wrap: wrap;
	gap: 24px;
}

.vodacom-deals-feed .vdf-card {
	flex: 1 1 calc(33.333% - 24px);
	display: flex;
	flex-direction: column;
	background: #ffffff;
	overflow: hidden;
    border: 1px solid #e0e0e0;
}

.vodacom-deals-feed .vdf-card-media {
	background-color: transparent;
	background: none;
}

.vodacom-deals-feed .vdf-card-media img {
	width: 370px;
	height: 370px;
	object-fit: contain;
	display: block;
	background-color: transparent;
	background: none;
}

.vodacom-deals-feed .vdf-card-body {
	padding: 16px 18px 20px;
	display: flex;
	flex-direction: column;
	gap: 10px;
}

.vodacom-deals-feed .vdf-card-title {
	font-size: 1rem;
	font-weight: 700;
	margin: 0;
}

.vodacom-deals-feed .vdf-card-meta {
	font-size: 0.85rem;
	color: #6b6b6b;
	margin: 0;
}

.vodacom-deals-feed .vdf-card-price {
	margin: 0;
	font-weight: 700;
	color: #e30a19;
	display: flex;
	flex-direction: column;
	gap: 4px;
}

.vodacom-deals-feed .vdf-sale-price {
	margin-right: 8px;
}

.vodacom-deals-feed .vdf-regular-price {
	color: #111111;
}

.vodacom-deals-feed .vdf-installment {
	font-size: 0.85rem;
	font-weight: 400;
	color: #666666;
}

.vodacom-deals-feed .vdf-card-description {
	font-size: 0.9rem;
	color: #333333;
	margin: 0;
}

.vodacom-deals-feed .vdf-card-details {
	list-style: none;
	padding: 0;
	margin: 0;
	font-size: 0.85rem;
	color: #555555;
}

.vodacom-deals-feed .vdf-card-details li + li {
	margin-top: 4px;
}

.vodacom-deals-feed .vdf-card-button {
	align-self: flex-start;
	background: transparent;
	color: #e30a19;
	border: 1px solid #e30a19;
	padding: 10px 15px;
	border-radius: 20px;
	font-size: 0.85rem;
	text-decoration: none;
    width: 150px;
    text-align: center;
}

.vodacom-deals-feed .vdf-card-button:hover {
	background: #e30a19;
	color: #ffffff;
}

@media (max-width: 1024px) {
	.vodacom-deals-feed .vdf-card {
		flex: 1 1 calc(50% - 24px);
	}
}

@media (max-width: 640px) {
	.vodacom-deals-feed .vdf-card {
		flex: 1 1 100%;
	}

	.vodacom-deals-feed .vdf-card-media img {
		height: 200px;
	}
}

.vodacom-deals-feed .vdf-loader {
	text-align: center;
	padding: 2rem 0;
	width: 100%;
	clear: both;
	flex-basis: 100%;
}

.vodacom-deals-feed .vdf-spinner {
	display: inline-block;
	width: 40px;
	height: 40px;
	border: 4px solid #f3f3f3;
	border-top: 4px solid #e30a19;
	border-radius: 50%;
	animation: vdf-spin 1s linear infinite;
	margin: 0 auto 10px;
}

@keyframes vdf-spin {
	0% { transform: rotate(0deg); }
	100% { transform: rotate(360deg); }
}

.vodacom-deals-feed .vdf-loader p {
	margin: 0;
	color: #333;
	font-size: 0.9rem;
}
