/*
Theme Name: Hello Elementor Child
Template: hello-elementor
Text Domain: hello-elementor-child
Version: 1.0.0
*/


.author .page-header .entry-title, .site-footer .footer-inner, .site-footer:not(.dynamic-footer), .site-header .header-inner, .site-header:not(.dynamic-header), body:not([class*=elementor-page-]) .site-main {
  max-width: 100%!important;
}

.icx-author {
  font-family: Inter, system-ui, -apple-system, Segoe UI, Roboto, Arial, sans-serif;
}

.icx-wrap {
  max-width: 1140px;
  margin: 0 auto;
  padding: 0 22px;
}

.icx-author-hero {
  padding: 56px 0 14px;
  background: linear-gradient(180deg, rgba(0,0,0,.06), rgba(0,0,0,0));
}

.icx-author-hero__grid {
  display: grid;
  grid-template-columns: 240px 1fr;
  gap: 28px;
  align-items: center;
}

.icx-author-hero__avatarWrap {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 12px;
}

.icx-author-hero__social.icx-author-hero__social--linkedin{
  display: inline-flex !important;
  width: 44px !important;
  height: 44px !important;
  min-width: 44px !important;
  min-height: 44px !important;

  border-radius: 999px !important;
  border: 1px solid rgba(0,0,0,.12) !important;
  background-color: #fff !important;

  background-image: url('https://www.intelycx.com/wp-content/uploads/2026/02/linkedin-svg-icon.svg') !important;
  background-repeat: no-repeat !important;
  background-position: center !important;
  background-size: 20px 20px !important;

  box-shadow: 0 6px 18px rgba(0,0,0,.10) !important;
  text-decoration: none !important;
}

.icx-author-hero__avatarWrap{
  display: flex !important;
  flex-direction: column !important;
  align-items: center !important;
  gap: 12px !important;
}

.icx-author-hero__social {
  width: 44px;
  height: 34px;
  border-radius: 999px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border: 1px solid rgba(0,0,0,.12);
  background: #fff;
  text-decoration: none;
  transition: transform .15s ease, box-shadow .15s ease;
}

.icx-author-hero__social:hover {
  transform: translateY(-1px);
  box-shadow: 0 6px 18px rgba(0,0,0,.10);
}

.icx-author-hero__social--linkedin {
  background-image: url('https://www.intelycx.com/wp-content/uploads/2026/02/linkedin-svg-icon.svg');
  background-repeat: no-repeat;
  background-position: center;
  background-size: 18px 18px;
}

.icx-author-hero__avatarWrap {
  width: 240px;
  height: 240px;
}

.icx-author-hero__avatar {
  width: 240px;
  height: 240px;
  border-radius: 999px;
  object-fit: cover;
  display: block;
  background: rgba(0,0,0,.05);
}

.icx-author-hero__site {
  font-size: 14px;
  font-weight: 600;
  letter-spacing: .02em;
  color: rgba(0,0,0,.55);
  margin-bottom: 8px;
}

.icx-author-hero__name {
  margin: 0 0 10px;
  font-size: clamp(28px, 3.2vw, 44px);
  line-height: 1.1;
  letter-spacing: -0.02em;
  color: #111;
}

.icx-author-hero__bio {
  max-width: 70ch;
  font-size: 16px;
  line-height: 1.6;
  color: rgba(0,0,0,.75);
}

.icx-sep {
  border: 0;
  border-top: 1px solid rgba(0,0,0,.10);
  margin: 70px 0 22px;
}

.icx-author-heading {
  margin: 0;
  font-size: 22px;
  line-height: 1.2;
  font-weight: 800;
  color:#1b9b77;
  margin-bottom: 30px;
}

.icx-author-heading__label{font-weight: 400;}

.icx-author-posts {
  padding: 22px 0 72px;
}

.icx-post-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 40px;
  margin-top: 20px;
}

.icx-card {
  border-radius: 18px;
  overflow: hidden;
  background: #fff;
  border: 1px solid rgba(0,0,0,.08);
  box-shadow: 0 6px 18px rgba(0,0,0,.06);
}

.icx-card__thumb img,
.icx-card__thumb--placeholder {
  width: 100%;
  height: 240px;
  object-fit: cover;
  display: block;
  background: rgba(0,0,0,.06);
}

.icx-card__body {
  padding: 16px 16px 18px;
}

.icx-card__title {
  margin: 0 0 10px;
  font-size: 18px;
  line-height: 1.3;
  font-weight: 800;
  letter-spacing: -0.01em;
}

.icx-card__title a {
  color: #111;
  text-decoration: none;
}

.icx-card__meta {
  display: flex;
  align-items: center;
  gap: 8px;
  font-size: 13px;
  color: rgba(0,0,0,.55);
  margin-bottom: 12px;
}

.icx-dot {
  opacity: .6;
}

.icx-card__excerpt {
  margin: 0 0 14px;
  font-size: 14px;
  line-height: 1.6;
  color: rgba(0,0,0,.70);
}

.icx-card__more {
  font-weight: 800;
  font-size: 14px;
  text-decoration: underline;
  color: #111;
}

.icx-pagination {
  margin-top: 26px;
}

@media (max-width: 820px) {
  .icx-post-grid {
    grid-template-columns: 1fr;
  }

  .icx-card__thumb img,
  .icx-card__thumb--placeholder {
    height: 220px;
  }
}

@media (max-width: 680px) {
  .icx-author-hero__grid {
    grid-template-columns: 1fr;
  }


  .icx-author-hero__avatarWrap {
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
  }

  .icx-author-hero__bio {margin-top:30px;}

  .icx-author-hero__avatar {
    width: 200px;
    height: 200px;
  }

  .icx-author-hero__site, .icx-author-hero__name {text-align: center;;} 

  .icx-author-hero__grid{gap:50px;}
}