.elementor-12659 .elementor-element.elementor-element-0acf865{--display:flex;}/* Start custom CSS for html, class: .elementor-element-f365bbc *//* Main Section Styles */
			.nomination-preview-show-section {
				position: relative;
				background: url("https://massart.in/wp-content/uploads/2025/08/Untitled-1.webp")
					center/cover no-repeat;
				height: 450px;
				width: 100%;
				margin: 0 auto;
				border-radius: 20px;
				overflow: hidden;
			}

			/* Overlay Effect */
			.nomination-preview-show-overlay {
				position: absolute;
				inset: 0;
				background: rgba(0, 0, 0, 0.5);
				display: flex;
				align-items: end;
				justify-content: flex-start;
				opacity: 0;
				transition: opacity 1s ease-in-out;
				padding: 14px 16px;
			}

			.nomination-preview-show-section:hover .nomination-preview-show-overlay {
				opacity: 1;
			}

			/* Content Styling */
			.nomination-preview-show-content {
				text-align: left;
				color: white;
				margin: 0 auto;
				padding: 10px;
				opacity: 0;
				transform: scale(0.8);
				transition: all 1s ease-in-out;
				max-width: 100%;
				overflow: hidden;
				box-sizing: border-box;
				word-wrap: break-word;
			}

			@media (min-width: 320px) and (max-width: 767px) {
				.nomination-preview-show-content h2 {
					font-size: 24px;
				}

				.nomination-preview-show-content p {
					font-size: 14px;
				}

				.nomination-preview-show-content .button {
					font-size: 14px;
					padding: 6px 10px;
				}

				.nomination-preview-show-section {
					background: url("https://massart.in/wp-content/uploads/2025/08/vertical.webp")
						right/cover no-repeat;
					height: 350px;
				}
			}

			.nomination-preview-show-content p {
				max-width: 70%;
			}

			@media (max-width: 768px) {
				.nomination-preview-show-content p {
					max-width: 100%;
				}
			}

			.nomination-preview-show-section:hover .nomination-preview-show-content {
				opacity: 1;
				transform: scale(1);
			}

			/* Button Styling */
			.nomination-preview-show-buttons {
				display: flex;
				gap: 10px;
				flex-wrap: nowrap;
			}

			.button {
				background-color: red;
				color: white;
				border: none;
				padding: 10px 20px;
				border-radius: 50px;
				cursor: pointer;
				text-decoration: none;
				display: inline-block;
	outline: none;
}

.button:hover,
.button:focus {
	/*background-color: darkred;*/
	color: white;
	text-decoration: none;
}/* End custom CSS */