.taggboCTA {
	padding: 20px 30px 20px;
	background: #fff;
	width: 700px;
	max-width: 95%;
	margin: 30px auto;
	border-radius: 15px;
	box-shadow: 0 0 10px rgb(0 0 0 / 10%);
	background-size: cover;
	background-repeat: no-repeat;
}

.taggboCTA .titleTagg {
	text-align: center;
}

.taggboCTA.taggboCTAImg .titleTagg .h2,
.taggboCTA.taggboCTAImg .titleTagg .h3 {
	font-size: 24px;
	font-weight: 800;
	margin-top: 0;
	line-height: 36px;
	color: var(--color-dark);
}

.taggboCTA.taggboCTAImg .titleTagg p {
	color: #fff;
	margin-top: 5px;
}

.taggboCTA.taggboCTAImg .titleTagg .btn-fill {
	background: linear-gradient(65deg, #F9B061 0%, #CE2E93 51%, #4A66D6 100%);
	color: #fff;
	padding: 10px 15px !important;
	border-radius: 4px;
	-webkit-text-fill-color: #fff;
	margin-top: 20px;
}
.taggboCTA {
	padding: 20px 30px 20px;
	background: #fff;
	width: 700px;
	max-width: 95%;
	margin: 30px auto;
	border-radius: 15px;
	box-shadow: 0 0 10px rgb(0 0 0 / 10%);
	background-size: cover;
	background-repeat: no-repeat;
}

.taggboCTA .d-flex {
	display: flex;
	justify-content: space-between;
	align-items: center;
}

.taggboCTA.taggboCTAImg .titleTagg {
	width: 50%;
}

.taggboCTA.taggboCTAImg .titleTaggImg {
	width: 40%;
}

.taggboCTA .titleTagg .h2,
.taggboCTA .titleTagg .h3 {
	font-size: 24px;
	font-weight: 800;
	margin-top: 0;
	line-height: 36px;
	color: #000;
	text-align: center;
}

.taggboCTA.taggboCTAImg .titleTagg .h2,
.taggboCTA.taggboCTAImg .titleTagg .h3 {
	color: #fff;
	text-align: left;
}

.taggboCTA.taggboCTAImg .titleTagg p {
	color: #fff;
	margin-top: 5px;
}

.taggboCTA .actions {
	margin-top: 20px;
	text-align: center;
}

.taggboCTA.taggboCTAImg .actions {
	margin-top: 20px;
	text-align: left;
}

.taggboCTA .actions a {
	display: inline-block;
	padding: 12px 30px;
	border-width: 1px;
	border-style: solid;
	border-radius: 8px;
	font-size: 16px;
	transition: all ease .3s;
	text-decoration: none;
	font-weight: 400;
}

.taggboCTA .actions .ugcFromBtn {
	background: linear-gradient(65deg, #F9B061 0%, #CE2E93 51%, #4A66D6 100%);
	color: #fff;
	padding: 10px 15px;
	border-radius: 4px;
	border: 0px;
	-webkit-text-fill-color: #fff;
	margin-bottom: 15px;
}

.taggboCTA .actions a.btn-fill {
	background: linear-gradient(65deg, #F9B061 0%, #CE2E93 51%, #4A66D6 100%);
	color: #fff;
	padding: 10px 15px;
	border-radius: 4px;
	-webkit-text-fill-color: #fff;
	margin-bottom: 15px;
}

.taggboCTA .actions a.btn-bdr {
	border-color: #1a2029;
	color: #1a2029;
}
.additional-info-overlay-popup {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: rgba(22, 42, 72, 0.8);
	display: none;
	z-index: 999;
}

.additional-info-overlay-popup_visible {
	display: block;
}

.cta_popup_highlighted {
	position: relative;
	z-index: 999;
}

.postDetails-contnet .wp-block-table table thead tr{
	background-color: #222222 !important;
}
.postDetails-contnet .wp-block-table table thead tr th{
	padding: 15px;
    color: #fff;
}
.postDetails-contnet .wp-block-table table thead tr th:nth-child(1){
	border-right: 1px solid #b3b3b3 !important;
}

.postDetails-contnet table tr td {
	padding: 15px;
	border: 1px solid #b3b3b3 !important;
}

@media screen and (max-width:576px) {
	.taggboCTA .d-flex {
		display: block;
	}

	.taggboCTA.taggboCTAImg .titleTagg {
		width: 100%;
		margin-bottom: 30px;
	}

	.taggboCTA.taggboCTAImg .titleTaggImg {
		width: 80%;
		margin: 0 auto;
	}

	.taggboCTA_full .titleTagg {
		margin-bottom: 0px;
	}

	.taggboCTA .actions {
		text-align: center !important;
	}

	.taggboCTA .titleTagg .h2,
	.taggboCTA .titleTagg .h3 {
		text-align: center !important;
	}
}
