.page_cover {
	display:none;
}

.csp_wrapper{
    width: 1310px;
    margin: auto;
}

.csp_header{
    width: 100%;
    height: 943px;
    background: url(https://digiwise-consulting.com/wp-content/uploads/2025/11/Block-9.svg);
    background-size: cover;
    margin-top: 20px;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    flex-direction: row-reverse;
    justify-content: center;
    align-content: flex-start;
}

.csp_space{
	width:100%;
	height:150px;
}

.csp_badge{
	border: 1px solid #A2C617;
	background: radial-gradient(95.33% 1641.84% at 17.02% 56.88%, #D6E691 0%, #A2C617 100%);
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
	padding-inline: 10px;
	border-radius: 100px;
	margin-block: 30px;
}

.csp_title {
    width: 100%;
    text-align: center;
    font-size: 46px;
    font-weight: 700;
    color: #403F3F;
    line-height: 130%;
	height:120px;
}

.csp_img {
    margin-top: 20px;
}
.csp_img img{
   	border-radius: 16px;
	width:760px;
}

.csp_excerpt {
    margin: auto;
    width: 760px;
    text-align: justify;
    margin-top: 30px;
    line-height: 40px;
	margin-top:32px;
}

.csp_author{
	display:flex;
	justify-content:space-between;
	width:760px;
	margin-inline:auto;
	flex-direction: row;
	margin-block:32px;
}

.csp_author_left {
    display: flex;
    align-items: center;
}

.csp_author_right{
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	align-items: center;
}

.csp_author_name{
	font-weight: 500;
	font-size: 18px;
	line-height: 32px;
	letter-spacing: -0.18px;
	text-align: right;
	vertical-align: middle;
	color: #434343;
}

.csp_avatar{
	border-radius:100%;
}

.csp_avatar img{
	border-radius:100%;
}


.csp_date{
	font-weight: 400;
	font-size: 16px;
	line-height: 24px;
	vertical-align: middle;
	color: #666;
}

.csp_links{
	
}

.csp_links a{
	box-shadow: 0px 0px 0px 1px #47474714,0px 1px 2px 0px #4545453D;
	background:#fff;
	width: 40px;
	height: 40px;
	border-radius: 100%;
	display: flex;
	align-items: center;
	justify-content: center;
}

.csp_content{
	width:760px;
	margin-inline:auto;
	line-height:40px;
	margin-bottom:40px;
}

.csp_avatar svg {
    margin-left: 10px;
}