.elementor-97170 .elementor-element.elementor-element-34022ec{--display:flex;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}@media(min-width:768px){.elementor-97170 .elementor-element.elementor-element-34022ec{--content-width:1223px;}}/* Start custom CSS for shortcode, class: .elementor-element-8014e97 *//* ============================================
   AUTHOR BOX NEW STRUCTURE
============================================ */

.webox-wrapper {
  margin: 40px 0;
  display: flex;
  flex-direction: column;
  gap: 60px;
}

.webox {
  display: flex;
  gap: 30px;
  
}
.webox-left {
    padding-top: 10px;
}
.webox-left img {
  width: 120px;
  height: 120px;
  border-radius: 50%;
  object-fit: cover;
}

/* Right Column */
.webox-right {
  flex: 1;
  display: flex;
  flex-direction: column;
  gap: 5px;border-top: 1.5px solid #06060640;
}

/* Row 1 */
.webox-row1 {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.webox-name a {
    font-size: 24px;
    font-weight: 700;
    color: #207CEB;
    font-family: 'Urbanist';
}

.webox-type {
    padding: 7px 9px 4px;
    background: #f3f3f3;
    font-size: 13px;
    border-radius: 2px;
    color: #4B4D4E;
    letter-spacing: .5px;
    font-family: 'Urbanist';
    border: 1px solid #B8C1CD;
    line-height: 13px;
}
/* Row 2 (Bio) */
.webox-row2 {
    font-family: Urbanist;
    font-weight: 500;
    font-size: 16px;
    line-height: 26px;
    color: #060606;
}

/* Row 3 (Follow Us + Icons) */
.webox-row3 {
  display: flex;
  align-items: center;
  gap: 16px;
}

.webox-follow {
    color: #555555;
    font-weight: 500;
    font-family: Urbanist;
    font-size: 11.58px;
    line-height: 16.55px;
    vertical-align: middle;
}

/* Social icons */
.webox-social {
  display: flex;
  gap: 14px;
}
.social-icons-item .linkedin-social-icon span {
    color: #fff;
}
.soc {
  width: 26px;
  height: 26px;
  background-size: cover;
  display: block;
 
  transition: .2s;
}

.soc:hover {
  opacity: 1;
}

li.social-icons-item a:hover {
    background: #000 !important;
    border-radius: 30px !important;
}
/* Icons */
.webox .social-icons-item {
    float: left;
    margin-left: 6px;
    position: relative;
    background: #08e;    border-radius: 30px;
}

.webox .social-icons-item .twitter-social-icon span {
    color: #fff;
}

/* Responsive */
@media (max-width: 768px) {
    .webox-left {
    padding-top: 0;
}.webox-left img {
    width: 100px;
    height: 100px;}
  .webox {
    flex-direction: column;
    text-align: center;
    align-items: center;gap: 15px;
  }
  .webox-row3 {
  
    justify-content: center;
}
  .webox-row1 {
    flex-direction: column;
    gap: 6px;
  }
}/* End custom CSS */