body{
	background: #F1F4F7;
}

.b-career-single{
	padding-top: 64px !important;
}

.b-career-single__main{
	grid-template-columns: 1.4fr 0.6fr !important;
	gap: 24px !important;
}

.b-career-single__title{
	font-size: 32px;
	font-family: 'Libre Baskerville';
	--title-font-weight: 600;
	margin-bottom: 40px;
	border-bottom: 1px solid #2F3551;
	padding-bottom: 20px;
}

.single-career-tags{
	display: flex;
    gap: 16px;
    flex-wrap: wrap;
    margin-bottom: 36px;
}

.case-study-text {
    width: fit-content;
    background: #F44FCA;
    padding: 8px 16px;
    border-radius: 100px;
    font-size: 12px;
    color: #FCFCFD;
    margin-bottom: 10px;
    text-box-trim: none;
    font-family: 'Inter';
}

.case-study-text {
    display: flex;
    gap: 8px;
    align-items: center;
    margin-bottom: 0;
    background: transparent;
}

.career__p-pink-tag {
    background: #F44FCA;
    color: #FCFCFD;
}

.career__p-yellow-tag {
    background: #E5C430;
    color: #2F3551;
}

.career__p-orenge-tag {
    background: #EF5737;
    color: #FCFCFD;
}

.case-study-text img {
    width: 16px;
    height: 16px;
}

.wp-block-heading{
	font-family: 'Libre Baskerville';
	font-size: 32px;
	--title-font-weight: 400 !important;
}

.wp-block-heading{
	margin-top: 64px;
	margin-bottom: 32px;
}

.c-text--style-careers-single{
	font-size: 18px;
}

.c-text--style-dot-list ul{
	padding-left: 0;
}

.c-text--style-dot-list ul ::before{
	content: '✦';
	color: #F44FCA;
	font-size: 24px;
}

.c-text--style-dot-list ul li{
	display: flex;
	align-items: center;
	gap: 16px;
}

label.wpforms-field-label-inline {
    font-size: 10px !important;
}

.b-career-single .c-form{
	padding: 20px;
}

button#wpforms-submit-5799,
div#wpforms-5799-field_6-container{
	margin-top: 0 !important;
}


@media (max-width: 768px) {
	.b-career-single{
		padding-top: 48px !important;
	}
	
	.single-career-tags{
		margin-bottom: 30px;
	}
	
	.b-career-single__title{
		font-size: 24px;
	}
	
	.wp-block-heading{
		font-size: 24px;
		margin-top: 32px;
		margin-bottom: 16px;
	}
	
	.b-career-single__sidebar{
		margin-top: 64px;
	}
}
