.elementor-50338 .elementor-element.elementor-element-a385622{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;--padding-top:40px;--padding-bottom:30px;--padding-left:120px;--padding-right:120px;}.elementor-50338 .elementor-element.elementor-element-958660f{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;--padding-top:40px;--padding-bottom:60px;--padding-left:120px;--padding-right:120px;}body.elementor-page-50338:not(.elementor-motion-effects-element-type-background), body.elementor-page-50338 > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-color:#FEFEFE;}/* Start custom CSS for shortcode, class: .elementor-element-b48135b */.author-box {
    background: #fefefe;
    padding: 0;
    border-radius: 0;
}

.author-wrapper {
  display: flex;
  gap: 20px;
  align-items: flex-start;
}

/* LEFT IMAGE */
.author-img {
  width: 120px;
  height: 120px !important;
  border-radius: 50% !important;
  object-fit: cover;
}

/* RIGHT CONTENT */
.author-content {
  flex: 1;
}

/* NAME + LINKEDIN */
.author-header {
  display: flex;
  align-items: center;
  gap: 10px;
}

.author-name {
  font-size: 28px;
  font-weight: 600; 
  margin: 0;
}

/* LinkedIn Icon */
.linkedin-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 26px;
  height: 26px;
  background-color: #0A66C2;
  color: #fff;
  border-radius: 5px;
  font-size: 14px;
  text-decoration: none;
}

/* ROLE */
.author-role {
  font-size: 14px;
  color: #6b7280;
  margin-top: 4px;
}

/* BIO */
.author-bio {
margin-top: 12px;
    font-size: 18px;
    line-height: 1.7;
    color: #184A61;
}
a.linkedin-icon {
    color: #fff !important;
}/* End custom CSS */
/* Start custom CSS for shortcode, class: .elementor-element-eb68fba */.custom-post-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
}

.post-card {
  border: 1px solid #e5e7eb;
  border-radius: 12px;
  overflow: hidden;
  background: #fff;
  transition: 0.3s;
}

.post-card:hover {
  box-shadow: 0 10px 25px rgba(0,0,0,0.08);
}

.post-image img {
  width: 100%;
  height: 200px;
  object-fit: cover;
}

.post-category {
  background: #7fbf9f;
  color: #fff;
  padding: 8px;
  font-size: 14px;
}

.post-content {
  padding: 15px;
}

.reading-time {
    color: #C06236;
    font-size: 16px;
    margin-bottom: 16px;
}

.post-title {
  font-size: 18px;
  margin-bottom: 40px;
  font-weight: 700;
}

.post-title a {
  text-decoration: none;
  color: #184A61
;
}

.post-author {
  display: flex;
  align-items: center;
  gap: 8px;
}

.post-author img {
  width: 28px;
  height: 28px;
  border-radius: 50%;
}

/* Pagination */
.custom-pagination {
  margin-top: 30px;
  text-align: center;
}

.custom-pagination a,
.custom-pagination span {
  padding: 8px 12px;
  margin: 0 4px;
  background: #f3f4f6;
  border-radius: 6px;
}

.custom-pagination .current {
  background: #da6c73;
  color: #fff;
}/* End custom CSS */