.donor-node .donation-container {
	background: white;
	padding: 20px;
	border-radius: 15px;
	box-shadow: 0px 10px 25px 0px rgba(37, 42, 52, 0.08);
	width: 100%;
	max-width: 100%;
}
.donor-node .donation-bucket-title {
	font-size: 22px;
	margin-top: 0px !important;
	margin-bottom: 10px !important;
}
.donor-node .donation-bucket-desc {
	font-size: 16px;
	margin-top: 0px !important;
	margin-bottom: 20px;
}
.donor-node .image-gallery {
	width: 100%;
	overflow: hidden;
	border-radius: 8px;
	margin-bottom: 30px;
}
.donor-node .image-gallery img {
	width: 100%;
	height: 250px;
	border-radius: 15px;
	object-fit: cover;
}
.donor-node .featured-image img {
	width: 100%;
	border-radius: 15px;
}
.donor-node .thumb {
	overflow: hidden;
}
.donor-node .thumb img {
	transition: 0.5s;
}
.donor-node .thumb img:hover {
	transform: scale(1.1) rotate(-5deg);
}
.donor-node .progress-bar {
	width: 100%;
	background: #ddd;
	border-radius: 5px;
	margin-top: 10px;
	margin-bottom: 10px;
	position: relative;
}
.donor-node .progress-fill {
	height: 10px;
	background: var(--donor-node-primary-color);
	width: 50%;
	border-radius: 15px;
	transition: width 0.5s;
}
.donor-node .donate-button {
	margin-top: 25px;
	padding: 15px 20px;
	background: var(--donor-node-primary-color);
	color: #fff;
	border: none;
	border-radius: 100px;
	cursor: pointer;
	font-size: 16px;
	transition: 0.5s;
}
.donor-node .donate-button:hover {
	background: var(--donor-node-btn-hover-color);
}

.donor-node .donation-bucket-actions {
	border-radius: 10px;
	background-color: rgba(157, 153, 139, 0.1);
	padding: 20px;
}

.donor-node .progress_intro,
.donor-node .progress_details,
.donor-node .progress_details > div {
	display: flex;
	align-items: center;
	justify-content: space-between;
}

.donor-node .donation-bucket-actions {
	font-size: 14px;
}

.donor-node .bucket-status-message {
	margin-top: 20px;
}

@media screen and (max-width: 600px) {
	.donor-node .progress_details {
		flex-direction: column;
		align-items: flex-start;
	}
}
