.teams-user-name {
	box-shadow: 3px 0px 14px 0px #00000026;
	width: 230px;
	height: 83px;
	border-radius: 10px;
	display: flex;
	justify-content: center;
	align-items: center;
	background-color: #FFFFFF;
}
.team-user-col {
    position: absolute;
    width: 100%;
    justify-content: center;
    display: flex;
    margin-top: -103px;
}
.teams-user-name h5 {
	color: #2F393F;
	font-size: 21px;
	font-weight: bold;
}
.teams-user-name a{
	color: #60676C;
	font-size: 14px;
	font-weight: 600;
	text-decoration: none;
}
.teams-user-name a:focus{
	color:#60676C;
}
.teams-user-name a:after{
	content: " ";
    background-image: url(/wp-content/uploads/2025/08/Vector-4.svg);
    padding: 10px;
    background-repeat: no-repeat;
    background-position: center;
}

.teams-user-name-des {
	margin-top: 55px !important;
/* 	text-align: justify; */
}
.team-card img {
	border-radius: 12px;
	object-fit: cover;
	    max-height: 269px;
    min-height: 269px;
}
.rewild-teame-title {
	font-size: 40px;
	text-transform: uppercase;
}
.teams-detail-col img {
	width: 100%;
	border-radius: 12px;
}
.teams-detail-blog-title {
	font-size: 20px;
}
.custom-card {
	width: 100%;
}

.thumb-img {
  width: 86px;
  height: 58px;
  object-fit:cover;
}

.custom-text {
  max-width: 198px;
  font-size: 14px;
  line-height: 1.4;
}
.meta-des {
	color: #60676C;
}

@media screen and (max-width: 1024px) {
	.vimeo-video {
		height: 522px !important;
	}
	.teams-user-name{
		width: 163px;
	}
	.teams-user-name h5 {
		text-align:center;
	}
}

@media screen and (max-width: 992px) {
	.vimeo-video {
		height: 387px !important;
	}
}
@media screen and (max-width: 767px) {
	.team-description-text p{
		font-size: 17px;
	}
	.meta-des {
		font-size: 14px;
	}
}
@media screen and (max-width: 426px) {
	.vimeo-video {
		height: unset !important;
		padding: 8px;
	}
	.team-user-col {
		margin-top: -45px;
	}
	.rewild-teame-title {
		font-size: 28px;
	}
	.team-details-container h4 {
		font-size: 16px !important;
		font-weight: bold;
	}
	.teams-user-name{
		height: 37px;
		width: 96px;
	}
	.teams-user-name h5 {
		font-size: 12px;
		text-align:center;
	}
	.teams-user-name-des {
/* 		margin-top: 25px !important; */
		font-size: 14px !important;
/* 	   text-align: justify !important; */
	}
	.teams-user-name a {
		font-size: 10px;
	}
	.team-card img {
/* 		max-height: 186px; */
/* 		min-height: 149px; */
	}
		.team-card {
		max-width : 100% !important;
	}
}
.writer-card {
    width: 100%;
    height: 147px;
    position: relative;
    background: #F2F2F2;
    border-radius: 10px;
    border: 1px solid #DBDBDB;
    padding: 16px;
    box-sizing: border-box;
}

.writer-title {
    text-transform: uppercase;
    line-height: 22px;
	font-family: 'Rushen';
    font-size: 20;
    font-weight: 400;
}

.writer-photo {
    width: 46px;
    height: 46px;
    border-radius: 50%;
    position: absolute;
    top: 59px;
    left: 23px;
}

.writer-name {
    position: absolute;
    top: 59px;
    left: 80px;
    font-size: 16px;
    font-weight: 700;
    color: #2F393F;
    line-height: 22.4px;
}

.writer-dates {
    position: absolute;
    top: 83px;
    left: 80px;
    font-size: 12px;
    font-weight: 600;
    color: #2F393F;
    line-height: 19.2px;
}
.teams-page-user-name {
	padding: 10px;
}

@media screen and (max-width: 1024px) {
	.teams-page-user-name {
		width: 80%;
	}
	.teams-page-user-name h3 {
		text-align: center;
	}
	.team-resat-trip .teams-user-name{
		width: 50%;
	}
}
@media screen and (max-width: 426px) {
	.teams-page-user-name {
		height: auto;
		overflow: scroll;
	}
	.team-page-user-col {
		margin-top: -78px;
	}
	.team-resat-trip .teams-user-name {
		text-align: center;
		width: 66%;
		height: 80px;
        padding: 3px 3px;
		overflow: scroll;
	}
	 .team-resat-trip .team-user-col {
        margin-top: -94px;
    }
}
.team-interview-col{
	padding: 0px;
}