.elementor-658 .elementor-element.elementor-element-a819df4{--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;--margin-top:0px;--margin-bottom:0px;--margin-left:0px;--margin-right:0px;--padding-top:50px;--padding-bottom:50px;--padding-left:50px;--padding-right:50px;}.elementor-658 .elementor-element.elementor-element-a819df4:not(.elementor-motion-effects-element-type-background), .elementor-658 .elementor-element.elementor-element-a819df4 > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-color:#E5E5E5;}.elementor-widget-heading .elementor-heading-title{font-family:var( --e-global-typography-primary-font-family ), Sans-serif;font-weight:var( --e-global-typography-primary-font-weight );color:var( --e-global-color-primary );}.elementor-658 .elementor-element.elementor-element-dcdd4af{padding:20px 0px 0px 0px;text-align:center;}.elementor-658 .elementor-element.elementor-element-dcdd4af .elementor-heading-title{color:#4A7ED2;}.elementor-widget-text-editor{font-family:var( --e-global-typography-text-font-family ), Sans-serif;font-weight:var( --e-global-typography-text-font-weight );color:var( --e-global-color-text );}.elementor-widget-text-editor.elementor-drop-cap-view-stacked .elementor-drop-cap{background-color:var( --e-global-color-primary );}.elementor-widget-text-editor.elementor-drop-cap-view-framed .elementor-drop-cap, .elementor-widget-text-editor.elementor-drop-cap-view-default .elementor-drop-cap{color:var( --e-global-color-primary );border-color:var( --e-global-color-primary );}.elementor-658 .elementor-element.elementor-element-fd873bf{text-align:center;}.elementor-658 .elementor-element.elementor-element-f98d80f{--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;--margin-top:0px;--margin-bottom:0px;--margin-left:0px;--margin-right:0px;--padding-top:50px;--padding-bottom:80px;--padding-left:50px;--padding-right:50px;}.elementor-658 .elementor-element.elementor-element-f98d80f:not(.elementor-motion-effects-element-type-background), .elementor-658 .elementor-element.elementor-element-f98d80f > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-color:#E5E5E5;}.elementor-658 .elementor-element.elementor-element-4364645{padding:0px 0px 0px 0px;text-align:center;}.elementor-658 .elementor-element.elementor-element-4364645 .elementor-heading-title{color:#4A7ED2;}:root{--page-title-display:none;}@media(max-width:1024px){.elementor-658 .elementor-element.elementor-element-f98d80f{--padding-top:20px;--padding-bottom:50px;--padding-left:20px;--padding-right:20px;}}@media(max-width:767px){.elementor-658 .elementor-element.elementor-element-a819df4{--padding-top:20px;--padding-bottom:20px;--padding-left:20px;--padding-right:20px;}.elementor-658 .elementor-element.elementor-element-f98d80f{--padding-top:40px;--padding-bottom:50px;--padding-left:20px;--padding-right:20px;}}/* Start custom CSS for container, class: .elementor-element-f98d80f */.gh-writer-profile-wrap {
  width: 100%;
  box-sizing: border-box;
}

.gh-writer-profile-wrap *,
.gh-writer-profile-wrap *::before,
.gh-writer-profile-wrap *::after {
  box-sizing: border-box;
}

.gh-writer-profile-wrap .gh-page {
  width: 100%;
  max-width: 1100px;
  margin: 0 auto;
  padding: 24px;
}

.gh-writer-profile-wrap .gh-writer-card {
  display: grid;
  grid-template-columns: 320px 1fr;
  gap: 0;
  border-radius: 24px;
  overflow: hidden;
  background: #ffffff;
  box-shadow: 0 12px 32px rgba(0, 0, 0, 0.08);
}

.gh-writer-profile-wrap .gh-writer-panel {
  background: linear-gradient(180deg, #1f2937 0%, #111827 100%);
  padding: 32px 24px;
  text-align: center;
  color: #ffffff;
}

.gh-writer-profile-wrap .gh-avatar {
  width: 110px;
  height: 110px;
  border-radius: 50%;
  object-fit: cover;
  display: block;
  margin: 0 auto 16px;
  border: 3px solid rgba(255, 255, 255, 0.12);
}

.gh-writer-profile-wrap .gh-avatar-fallback {
  width: 110px;
  height: 110px;
  border-radius: 50%;
  margin: 0 auto 16px;
  display: none;
  align-items: center;
  justify-content: center;
  background: #374151;
  color: #ffffff;
  font-size: 28px;
  font-weight: 700;
  border: 3px solid rgba(255, 255, 255, 0.12);
}

.gh-writer-profile-wrap .gh-writer-name {
  margin: 0 0 8px;
  font-family: "Playfair Display", serif;
  font-size: 32px;
  line-height: 1.2;
  font-weight: 700;
  color: #ffffff;
}

.gh-writer-profile-wrap .gh-writer-role {
  margin: 0 0 12px;
  font-family: "DM Sans", sans-serif;
  font-size: 15px;
  line-height: 1.5;
  font-weight: 500;
  color: #d1d5db;
}

.gh-writer-profile-wrap .gh-writer-location {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 6px;
  margin: 0 0 20px;
  font-family: "DM Sans", sans-serif;
  font-size: 14px;
  line-height: 1.5;
  color: #9ca3af;
}

.gh-writer-profile-wrap .gh-writer-location svg {
  flex-shrink: 0;
}

.gh-writer-profile-wrap .gh-tags {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 8px;
  margin: 0 0 24px;
  padding: 0;
}

.gh-writer-profile-wrap .gh-tag {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 7px 12px;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.08);
  font-family: "DM Sans", sans-serif;
  font-size: 12px;
  line-height: 1;
  font-weight: 500;
  color: #f9fafb;
}

.gh-writer-profile-wrap .gh-writer-link,
.gh-writer-profile-wrap .gh-writer-link:visited,
.gh-writer-profile-wrap .gh-writer-link:hover,
.gh-writer-profile-wrap .gh-writer-link:active,
.gh-writer-profile-wrap .gh-writer-link:focus {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  padding: 12px 18px;
  border-radius: 999px;
  background: #f59e0b;
  font-family: "DM Sans", sans-serif;
  font-size: 14px;
  line-height: 1;
  font-weight: 600;
  color: #ffffff !important;
  text-decoration: none !important;
  border: none;
  box-shadow: none;
  transition: transform 0.2s ease, opacity 0.2s ease;
}

.gh-writer-profile-wrap .gh-writer-link:hover,
.gh-writer-profile-wrap .gh-writer-link:focus {
  color: #ffffff !important;
  text-decoration: none !important;
  opacity: 0.95;
  transform: translateY(-1px);
}

.gh-writer-profile-wrap .gh-writer-link svg {
  flex-shrink: 0;
}

.gh-writer-profile-wrap .gh-writer-content {
  padding: 32px;
  background: #ffffff;
}

.gh-writer-profile-wrap .gh-writer-bio {
  margin: 0 0 20px;
  font-family: "DM Sans", sans-serif;
  font-size: 16px;
  line-height: 1.8;
  font-weight: 400;
  color: #374151;
}

.gh-writer-profile-wrap .gh-writer-quote {
  margin: 0 0 24px;
  padding: 18px 20px;
  border-left: 4px solid #f59e0b;
  background: #f9fafb;
  font-family: "Playfair Display", serif;
  font-size: 20px;
  line-height: 1.5;
  font-style: italic;
  color: #111827;
}

.gh-writer-profile-wrap .gh-writer-meta {
  display: grid;
  gap: 14px;
  margin: 0;
}

.gh-writer-profile-wrap .gh-meta-item {
  display: grid;
  gap: 4px;
  padding-bottom: 12px;
  border-bottom: 1px solid #e5e7eb;
}

.gh-writer-profile-wrap .gh-meta-item:last-child {
  padding-bottom: 0;
  border-bottom: none;
}

.gh-writer-profile-wrap .gh-meta-key {
  font-family: "DM Mono", monospace;
  font-size: 12px;
  line-height: 1.4;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: #9ca3af;
}

.gh-writer-profile-wrap .gh-meta-val {
  font-family: "DM Sans", sans-serif;
  font-size: 15px;
  line-height: 1.6;
  color: #111827;
}

@media (max-width: 900px) {
  .gh-writer-profile-wrap .gh-page {
    padding: 16px;
  }

  .gh-writer-profile-wrap .gh-writer-card {
    grid-template-columns: 1fr;
  }

  .gh-writer-profile-wrap .gh-writer-panel,
  .gh-writer-profile-wrap .gh-writer-content {
    padding: 24px;
  }

  .gh-writer-profile-wrap .gh-writer-name {
    font-size: 28px;
  }

  .gh-writer-profile-wrap .gh-writer-quote {
    font-size: 18px;
  }
}

@media (max-width: 640px) {
  .gh-writer-profile-wrap .gh-page {
    padding: 12px;
  }

  .gh-writer-profile-wrap .gh-writer-panel,
  .gh-writer-profile-wrap .gh-writer-content {
    padding: 20px;
  }

  .gh-writer-profile-wrap .gh-avatar,
  .gh-writer-profile-wrap .gh-avatar-fallback {
    width: 96px;
    height: 96px;
  }

  .gh-writer-profile-wrap .gh-writer-name {
    font-size: 24px;
  }

  .gh-writer-profile-wrap .gh-writer-bio {
    font-size: 15px;
  }

  .gh-writer-profile-wrap .gh-writer-quote {
    font-size: 17px;
    padding: 16px;
  }
}/* End custom CSS */