/* =========================================================
   NWSGS Presenter Profile Styles
   File: single-presenter_profile.css
   Theme: Spacious
   ========================================================= */

/* ---------------------------------------------------------
   FORCE FULLER WIDTH IN SPACIOUS
   --------------------------------------------------------- */

body.single-presenter-profile #primary,
body.single-presenter-profile .content-area,
body.single-presenter-profile .inner-wrap,
body.single-presenter-profile .main-content-section,
body.single-presenter-profile .content-wrapper,
body.single-presenter-profile .container,
body.single-presenter-profile .page,
body.single-presenter-profile .single,
body.single-presenter-profile article {
  width: 100% !important;
  max-width: 100% !important;
}

body.single-presenter-profile .inner-wrap {
  padding-left: 0 !important;
  padding-right: 0 !important;
}

body.single-presenter-profile .no-sidebar-full-width #primary,
body.single-presenter-profile .no-sidebar #primary {
  width: 100% !important;
}

/* ---------------------------------------------------------
   HIDE DUPLICATE THEME TITLE / EXTRA TOP SPACING
   --------------------------------------------------------- */

body.single-presenter-profile .entry-header,
body.single-presenter-profile .entry-title,
body.single-presenter-profile .page-title,
body.single-presenter-profile .post .entry-header,
body.single-presenter-profile .type-presenter-profile .entry-header,
body.single-presenter-profile header.entry-header,
body.single-presenter-profile .article-header,
body.single-presenter-profile .post-header,
body.single-presenter-profile .header-post-title-container,
body.single-presenter-profile .header-post-title-class,
body.single-presenter-profile .page-header,
body.single-presenter-profile .single-page-title,
body.single-presenter-profile .breadcrumb,
body.single-presenter-profile .breadcrumbs {
  display: none !important;
}

body.single-presenter-profile #content {
  padding-top: 0 !important;
  margin-top: 0 !important;
}

.nwsgs-pp-page {
  margin-top: 0;
}

.nwsgs-pp-article {
  width: 100%;
  max-width: 1380px;
  margin: 0 auto;
  padding: 0 24px 36px;
  box-sizing: border-box;
}

/* ---------------------------------------------------------
   HERO
   --------------------------------------------------------- */

.nwsgs-pp-hero {
  margin: 6px 0 18px;
}

.nwsgs-pp-hero-inner {
  width: 100%;
  box-sizing: border-box;
  background: linear-gradient(135deg, #f3eff4 0%, #edf3f8 100%);
  border: 1px solid #d6e0ea;
  border-radius: 22px;
  padding: 30px 30px 24px;
  box-shadow: 0 10px 24px rgba(0, 0, 0, 0.05);
}

.nwsgs-pp-hero-grid {
  overflow: hidden;
}

.nwsgs-pp-photo-col {
  float: left;
  width: 280px;
  margin-right: 30px;
}

.nwsgs-pp-content-col {
  overflow: hidden;
}

.nwsgs-pp-photo {
  width: 280px;
  height: 280px;
  display: block;
  object-fit: cover;
  border-radius: 18px;
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.10);
  background: #ffffff;
}

.nwsgs-pp-photo-placeholder {
  width: 280px;
  height: 280px;
  border-radius: 18px;
  background: #ffffff;
  color: #6b7683;
  border: 2px dashed #cdd8e3;
  text-align: center;
  padding: 116px 20px 0;
  box-sizing: border-box;
}

.nwsgs-pp-name {
  margin: 0 0 8px;
  font-size: 48px;
  line-height: 1.08;
  color: #4d2c3d;
}

.nwsgs-pp-credentials {
  font-size: 0.58em;
  font-weight: 700;
  color: #658da7;
}

.nwsgs-pp-calls-themselves {
  font-size: 24px;
  line-height: 1.25;
  font-weight: 700;
  color: #4d2c3d;
  margin-bottom: 6px;
}

.nwsgs-pp-professional-title {
  font-size: 18px;
  line-height: 1.5;
  color: #4d2c3d;
  margin-bottom: 10px;
}

.nwsgs-pp-tagline {
  font-size: 18px;
  line-height: 1.5;
  font-weight: 700;
  color: #6b7f99;
  margin-bottom: 12px;
}

.nwsgs-pp-summary {
  font-size: 18px;
  line-height: 1.75;
  color: #314252;
  margin-bottom: 18px;
  max-width: none;
}

.nwsgs-pp-summary p {
  margin-bottom: 14px;
}

.nwsgs-pp-summary p:last-child {
  margin-bottom: 0;
}

/* ---------------------------------------------------------
   PILLS
   --------------------------------------------------------- */

.nwsgs-pp-top-pills,
.nwsgs-pp-pill-row,
.nwsgs-pp-presentation-status,
.nwsgs-pp-card-actions {
  margin: 0;
  padding: 0;
}

.nwsgs-pp-pill,
.nwsgs-pp-status-pill,
.nwsgs-pp-button {
  display: inline-block;
  margin: 0 10px 10px 0;
  border-radius: 999px;
  text-decoration: none;
  font-size: 14px;
  line-height: 1.2;
  font-weight: 700;
  transition: all 0.2s ease;
}

.nwsgs-pp-pill {
  background: #ffffff;
  color: #4d2c3d;
  border: 1px solid #c8d6e4;
  padding: 10px 16px;
}

.nwsgs-pp-pill:hover {
  background: #658da7;
  color: #ffffff;
  border-color: #658da7;
  text-decoration: none;
}

/* ---------------------------------------------------------
   JUMP BAR
   --------------------------------------------------------- */

.nwsgs-pp-jumpbar {
  margin: 0 0 20px;
}

.nwsgs-pp-jumpbar-inner {
  width: 100%;
  box-sizing: border-box;
  background: #ffffff;
  border: 1px solid #d6e0ea;
  border-radius: 18px;
  padding: 14px 18px;
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.04);
}

.nwsgs-pp-jumpbar-inner a {
  display: inline-block;
  margin: 0 18px 10px 0;
  text-decoration: none;
  color: #658da7;
  font-weight: 700;
  font-size: 15px;
}

.nwsgs-pp-jumpbar-inner a:hover {
  text-decoration: underline;
}

/* ---------------------------------------------------------
   SECTIONS
   --------------------------------------------------------- */

.nwsgs-pp-section {
  margin: 0 0 22px;
}

.nwsgs-pp-section-inner {
  width: 100%;
  box-sizing: border-box;
  background: #ffffff;
  border: 1px solid #e4ebf1;
  border-radius: 20px;
  padding: 28px;
  box-shadow: 0 10px 24px rgba(0, 0, 0, 0.04);
}

.nwsgs-pp-section h2 {
  margin: 0 0 18px;
  font-size: 30px;
  line-height: 1.2;
  color: #222222;
}

.nwsgs-pp-section h3 {
  margin: 0 0 10px;
  font-size: 20px;
  line-height: 1.3;
  color: #4d2c3d;
}

.nwsgs-pp-richtext,
.nwsgs-pp-contact-card,
.nwsgs-pp-presentation-summary,
.nwsgs-pp-detail-card,
.nwsgs-pp-books-box,
.nwsgs-pp-rss-box,
.nwsgs-pp-promo-box {
  font-size: 16px;
  line-height: 1.75;
  color: #2f3a44;
}

.nwsgs-pp-box-intro {
  margin: 0 0 14px;
  color: #4b5b69;
}

/* ---------------------------------------------------------
   PROMO / COUPON
   --------------------------------------------------------- */

.nwsgs-pp-promo-section .nwsgs-pp-section-inner {
  border-color: #d8e3ef;
  background: linear-gradient(135deg, #fbfcfe 0%, #f5f8fb 100%);
}

.nwsgs-pp-promo-box {
  background: #f9fbfc;
  border: 1px solid #dfe8f1;
  border-radius: 16px;
  padding: 20px;
}

/* ---------------------------------------------------------
   DETAIL GRID
   --------------------------------------------------------- */

.nwsgs-pp-detail-grid {
  overflow: hidden;
  margin-left: -10px;
  margin-right: -10px;
}

.nwsgs-pp-detail-card {
  float: left;
  width: calc(50% - 20px);
  margin: 0 10px 20px;
  background: #f9fbfc;
  border: 1px solid #e4ebf1;
  border-radius: 16px;
  padding: 18px;
  box-sizing: border-box;
  min-height: 120px;
}

.nwsgs-pp-detail-card-full {
  width: calc(100% - 20px);
}

/* ---------------------------------------------------------
   CONTACT
   --------------------------------------------------------- */

.nwsgs-pp-contact-card {
  background: #f9fbfc;
  border: 1px solid #e4ebf1;
  border-radius: 16px;
  padding: 18px;
}

.nwsgs-pp-contact-row {
  margin-bottom: 12px;
}

.nwsgs-pp-contact-row:last-child {
  margin-bottom: 0;
}

/* ---------------------------------------------------------
   BOOKS / WEBSITE UPDATES
   --------------------------------------------------------- */

.nwsgs-pp-books-box,
.nwsgs-pp-rss-box {
  background: #f9fbfc;
  border: 1px solid #e4ebf1;
  border-radius: 16px;
  padding: 18px;
  margin-bottom: 20px;
}

.nwsgs-pp-books-box:last-child,
.nwsgs-pp-rss-box:last-child {
  margin-bottom: 0;
}

.nwsgs-pp-rss-list {
  margin: 0;
  padding-left: 20px;
}

.nwsgs-pp-rss-item {
  margin-bottom: 10px;
}

.nwsgs-pp-rss-item:last-child {
  margin-bottom: 0;
}

.nwsgs-pp-rss-item a {
  font-weight: 700;
  text-decoration: none;
}

.nwsgs-pp-rss-item a:hover {
  text-decoration: underline;
}

.nwsgs-pp-rss-date {
  display: block;
  color: #66788a;
  font-size: 14px;
  margin-top: 2px;
}

.nwsgs-pp-rss-fallback {
  margin-bottom: 0;
  color: #66788a;
}

/* ---------------------------------------------------------
   PRESENTATION CARDS
   --------------------------------------------------------- */

.nwsgs-pp-presentations-grid {
  overflow: hidden;
  margin-left: -10px;
  margin-right: -10px;
}

.nwsgs-pp-presentation-card {
  float: left;
  width: calc(50% - 20px);
  margin: 0 10px 20px;
  background: #f9fbfc;
  border: 1px solid #e4ebf1;
  border-radius: 18px;
  padding: 20px;
  box-sizing: border-box;
  min-height: 280px;
}

.nwsgs-pp-presentation-title {
  margin: 0 0 8px;
}

.nwsgs-pp-presentation-title a {
  text-decoration: none;
}

.nwsgs-pp-presentation-title a:hover {
  text-decoration: underline;
}

.nwsgs-pp-presentation-date {
  font-size: 15px;
  font-weight: 700;
  color: #66788a;
  margin-bottom: 12px;
}

.nwsgs-pp-status-pill {
  background: #eaf4ea;
  color: #2f6a36;
  border: 1px solid #cfe6d2;
  padding: 8px 14px;
}

.nwsgs-pp-presentation-summary {
  margin: 8px 0 16px;
}

/* ---------------------------------------------------------
   BUTTONS
   --------------------------------------------------------- */

.nwsgs-pp-button {
  padding: 10px 18px;
  background: #4d2c3d;
  color: #ffffff;
  border: 1px solid #4d2c3d;
}

.nwsgs-pp-button:hover {
  background: #3f2432;
  color: #ffffff;
  text-decoration: none;
}

.nwsgs-pp-button-secondary {
  background: #ffffff;
  color: #4d2c3d;
  border-color: #d2dbe4;
}

.nwsgs-pp-button-secondary:hover {
  background: #eef3f7;
  color: #4d2c3d;
}

/* ---------------------------------------------------------
   CLEARFIX
   --------------------------------------------------------- */

.nwsgs-pp-hero-grid:after,
.nwsgs-pp-detail-grid:after,
.nwsgs-pp-presentations-grid:after {
  content: "";
  display: table;
  clear: both;
}

/* ---------------------------------------------------------
   RESPONSIVE
   --------------------------------------------------------- */

@media (max-width: 980px) {
  .nwsgs-pp-photo-col {
    float: none;
    width: 100%;
    margin-right: 0;
    margin-bottom: 22px;
  }

  .nwsgs-pp-photo,
  .nwsgs-pp-photo-placeholder {
    width: 100%;
    max-width: 360px;
    height: 360px;
  }

  .nwsgs-pp-detail-card,
  .nwsgs-pp-detail-card-full,
  .nwsgs-pp-presentation-card {
    float: none;
    width: calc(100% - 20px);
  }

  .nwsgs-pp-name {
    font-size: 36px;
  }
}

@media (max-width: 640px) {
  .nwsgs-pp-article {
    padding: 0 12px 28px;
  }

  .nwsgs-pp-hero-inner,
  .nwsgs-pp-section-inner,
  .nwsgs-pp-jumpbar-inner {
    padding: 20px;
    border-radius: 16px;
  }

  .nwsgs-pp-photo,
  .nwsgs-pp-photo-placeholder {
    height: 300px;
  }

  .nwsgs-pp-name {
    font-size: 30px;
  }

  .nwsgs-pp-calls-themselves {
    font-size: 20px;
  }

  .nwsgs-pp-professional-title,
  .nwsgs-pp-tagline,
  .nwsgs-pp-summary {
    font-size: 16px;
  }
}