
	.categories_group {
		color: #45F882 !important;
	}
	
	.partner_details {
		font-size: 10px !important;
	}
	
	.winners-title-and-content {
	  display: block;
	}

	.winners-content {
	  display: flex;
	  flex-direction: row;
	}

	.winners-image-container {
	  flex: 1;
	  /* Adjust padding as needed */
	  padding-right: 20px;
	}

	.winners-text-container {
	  flex: 2;
	}

	/* Ensure the image scales properly */
	.winners-image-container img {
	  width: 100%;
	  max-width: 100%;
	  height: auto;
	}
	
	.winners-thanks-play {
	  cursor: pointer;
	}
	
	.winners-intro-play {
	  cursor: pointer;
	}
	
	.winners-staff-play {
	  cursor: pointer;
	}
