.elementor-7932 .elementor-element.elementor-element-388e31c2{--display:flex;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}.elementor-7932 .elementor-element.elementor-element-388e31c2:not(.elementor-motion-effects-element-type-background), .elementor-7932 .elementor-element.elementor-element-388e31c2 > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-color:#FFFFFF;}/* Start custom CSS for html, class: .elementor-element-7d465e0 *//* Custom resets & base classes */
.wt-press * {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}

.wt-press {
  overflow-x: hidden;
  max-width: 100vw;
  font-family: Archivo, Helvetica, Arial, sans-serif;
  font-size: 18px;
  line-height: 1.55;
  color: #0D0D0D;
  background: #fff;
  -webkit-font-smoothing: antialiased;
  width: 100%;
}

.wt-press a {
  color: inherit;
  text-decoration: none;
}

.wt-press .wrap {
  max-width: 1240px; /* Widened layout wrapper */
  margin: 0 auto;
  padding: 0 24px;
}

.wt-press .mark {
  background: linear-gradient(transparent 62%, rgba(254, 80, 0, 0.22) 62%);
  padding: 0 2px;
}

.wt-press .btn {
  display: inline-flex;
  align-items: center;
  gap: 9px;
  font-weight: 600;
  font-size: 16px;
  background: #FE5000;
  color: #fff;
  padding: 15px 30px;
  border-radius: 100px;
  transition: background 0.18s;
}

.wt-press .btn:hover {
  background: #666;
}

.wt-press .arr {
  transition: transform 0.18s;
}

.wt-press a:hover .arr,
.wt-press .btn:hover .arr {
  transform: translateX(3px);
}

.wt-press .rotator {
  display: grid;
}

.wt-press .rotator > .slide {
  grid-area: 1/1;
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.6s ease;
}

.wt-press .rotator > .slide.active {
  opacity: 1;
  pointer-events: auto;
}

.wt-press .dots {
  display: flex;
  gap: 8px;
  justify-content: center;
  margin-top: 12px;
}

.wt-press .dot {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  border: 0;
  background: #cfcfcf;
  padding: 0;
  cursor: pointer;
  transition: width 0.25s ease, background 0.25s ease;
}

.wt-press .dot.on {
  background: #FE5000;
  width: 22px;
  border-radius: 4px;
}

/* Compact Hero Section for 13" laptop fold fit */
.wt-press .wt-press-hero {
  padding: 40px 0 35px; /* Shrunk padding to save vertical height */
  background: linear-gradient(135deg, #FFFFFF 0%, #F4F6F9 100%);
  border-top: 1px solid #E6E6E6;
  border-bottom: 1px solid #E6E6E6;
}

.wt-press .hero-grid {
  display: grid;
  grid-template-columns: 0.9fr 1.1fr; /* Wider card ratio */
  gap: 48px;
  align-items: flex-start;
}

/* Align left text block top margin to match the tighter hero layout */
.wt-press .wt-press-hero .hero-grid > div:first-child {
  margin-top: 16px;
}

.wt-press .wt-press-hero h1 {
  font-family: Archivo Black, Archivo, Helvetica, Arial, sans-serif;
  font-size: 40px;
  line-height: 1.06;
  letter-spacing: -0.6px;
  margin-bottom: 18px;
}

.wt-press .wt-press-hero .intro {
  font-size: 18px;
  color: #4A5568;
  max-width: 40ch;
}

/* Feature card styling - Shorter aspect ratio to fit the fold */
.wt-press .feature {
  border-radius: 16px;
  overflow: hidden;
  border: 1px solid #E6E6E6;
  background: #fff;
  box-shadow: 0 18px 50px -30px rgba(0, 0, 0, 0.4);
  transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.wt-press .feature:hover {
  transform: translateY(-3px);
  box-shadow: 0 26px 60px -30px rgba(254, 80, 0, 0.18), 0 16px 40px -20px rgba(0, 0, 0, 0.12);
}

.wt-press .feature .photo {
  position: relative;
  background: #0D0D0D;
  aspect-ratio: 16/7.5; /* Shorter aspect ratio to compress height */
  overflow: hidden;
  display: flex;
  align-items: flex-end;
}

.wt-press .feature .photo .real-photo {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  z-index: 1;
  transition: transform 0.5s ease;
}

/* Center crop positions for all headshot images under the new wider crop ratio */
.wt-press .feature .photo .real-photo[src*="laura-payne"] {
  object-position: center 12% !important;
}

.wt-press .feature .photo .real-photo[src*="eldon-sprickerhoff"] {
  object-position: center 15% !important;
}

.wt-press .feature .photo .real-photo[src*="prateek-agrawal"] {
  object-position: center 10% !important;
}

.wt-press .feature .photo .real-photo[src*="rob-stewart"] {
  object-position: center 18% !important;
}

.wt-press .feature .photo .real-photo.portrait {
  object-fit: contain;
  background: #0D0D0D;
}

.wt-press .feature:hover .photo .real-photo {
  transform: scale(1.04);
}

.wt-press .feature .photo .tag {
  position: absolute;
  top: 14px;
  left: 14px;
  z-index: 2;
  background: #fff;
  color: #0D0D0D;
  font-size: 12px;
  font-weight: 700;
  padding: 6px 13px;
  border-radius: 100px;
}

.wt-press .feature .photo .cap {
  position: relative;
  z-index: 2;
  width: 100%;
  padding: 30px 18px 14px;
  color: #fff;
  font-size: 13px;
  background: linear-gradient(transparent, rgba(0, 0, 0, 0.72));
}

.wt-press .feature .body {
  padding: 16px 22px 18px; /* Tighter padding inside card body */
}

.wt-press .feature .meta {
  font-size: 14px;
  color: #666;
  margin-bottom: 10px;
}

.wt-press .feature .meta b {
  color: #0D0D0D;
}

/* Force smaller, normal-casing titles on feature card to save space */
.wt-press .feature h2 {
  font-size: 18px !important; /* Shrunk from 21px to save vertical space */
  text-transform: none !important;
  font-weight: 700;
  line-height: 1.3;
  letter-spacing: -0.2px;
  margin-bottom: 12px;
}

.wt-press .feature .read {
  font-size: 15px;
  font-weight: 600;
  display: inline-flex;
  gap: 8px;
  align-items: center;
}

.wt-press .feature .read .arr {
  color: #FE5000;
}

/* Compact Featured logo wall section */
.wt-press .logos {
  padding: 32px 0; /* Shrunk from 48px to pull it up into view */
  background: #F7F7F7;
  border-top: 1px solid #E6E6E6;
  border-bottom: 1px solid #E6E6E6;
}

.wt-press .logos .label {
  text-align: center;
  font-size: 12px;
  font-weight: 600;
  letter-spacing: 1.5px;
  text-transform: uppercase;
  color: #9a9a9a;
  margin-bottom: 16px; /* Shrunk from 28px */
}

.wt-press .logo-row {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  gap: 26px 54px;
}

.wt-press .logo {
  filter: grayscale(1);
  opacity: 0.6;
  transition: filter 0.2s, opacity 0.2s;
  white-space: nowrap;
  line-height: 1;
}

.wt-press .logo:hover {
  filter: grayscale(0);
  opacity: 1;
}

.wt-press .lg-yahoo {
  font-family: Archivo Black, Archivo, Helvetica, Arial, sans-serif;
  font-size: 24px;
  color: #5f01d1;
  letter-spacing: -1px;
}

.wt-press .lg-yahoo b {
  color: #400090;
}

.wt-press .lg-globe {
  font-family: Georgia, serif;
  font-size: 23px;
  font-weight: 700;
  color: #1a1a1a;
  letter-spacing: -0.3px;
}

.wt-press .lg-bi {
  font-family: Archivo Black, Archivo, Helvetica, Arial, sans-serif;
  font-size: 20px;
  letter-spacing: 0.5px;
  color: #111;
}

.wt-press .lg-bi span {
  color: #1a7df0;
}

.wt-press .lg-cst {
  font-family: Archivo, Helvetica, Arial, sans-serif;
  font-size: 20px;
  font-weight: 700;
  color: #0a7d5a;
  letter-spacing: -0.4px;
}

.wt-press .lg-cst span {
  color: #111;
}

.wt-press .lg-dt {
  font-family: Archivo, Helvetica, Arial, sans-serif;
  font-size: 20px;
  font-weight: 700;
  color: #111;
}

.wt-press .lg-dt span {
  color: #FE5000;
}

/* Dark quote section */
.wt-press .quoteband {
  background: #0D0D0D;
  color: #fff;
  padding: 80px 0;
}

.wt-press .quoteband .q-mark {
  font-family: Archivo Black, Archivo, Helvetica, Arial, sans-serif;
  font-size: 64px;
  color: #FE5000;
  line-height: 0.5;
  height: 34px;
  display: block;
}

.wt-press .quoteband blockquote {
  font-family: Archivo Black, Archivo, Helvetica, Arial, sans-serif;
  font-size: clamp(25px, 3.2vw, 36px);
  line-height: 1.18;
  letter-spacing: -0.5px;
  max-width: 24ch;
}

.wt-press .quoteband .by {
  margin-top: 30px;
  display: flex;
  align-items: center;
  gap: 18px;
}

.wt-press .quoteband .headshot {
  width: 62px;
  height: 62px;
  border-radius: 50%;
  overflow: hidden;
  flex: 0 0 62px;
  background: #222;
  border: 2px solid #FE5000;
}

.wt-press .quoteband .headshot img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.wt-press .quoteband .headshot.initials {
  display: grid;
  place-items: center;
  color: #FE5000;
  font-family: Archivo Black, Archivo, Helvetica, Arial, sans-serif;
  font-size: 19px;
}

.wt-press .quoteband .by .name {
  font-weight: 700;
  font-size: 17px;
}

.wt-press .quoteband .by .role {
  font-size: 14px;
  color: #9a9a9a;
}

.wt-press .quoteband .dots {
  justify-content: flex-start;
  margin-top: 34px;
}

.wt-press .quoteband .dot {
  background: #444;
}

.wt-press .quoteband .dot.on {
  background: #FE5000;
}

/* Coverage list section */
.wt-press .coverage {
  padding: 80px 0;
}

.wt-press .coverage h2 {
  font-family: Archivo Black, Archivo, Helvetica, Arial, sans-serif;
  font-size: 28px;
  letter-spacing: -0.4px;
  margin-bottom: 38px;
  text-align: center;
}

.wt-press .cards {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 18px;
}

.wt-press .card {
  display: flex;
  flex-direction: column;
  border: 1px solid #E6E6E6;
  border-radius: 14px;
  padding: 26px 26px;
  transition: border-color 0.18s, transform 0.18s;
}

.wt-press .card:hover {
  border-color: #FE5000;
  transform: translateY(-2px);
}

.wt-press .card .meta {
  display: flex;
  align-items: center;
  gap: 10px;
  font-size: 14px;
  color: #666;
  margin-bottom: 12px;
}

.wt-press .card .meta .outlet {
  font-weight: 600;
  color: #0D0D0D;
}

.wt-press .card .meta .dot2 {
  color: #E6E6E6;
}

/* Force headline font size and casing overrides on secondary cards to bypass aggressive theme overrides */
.wt-press .card h3 {
  font-size: 19px !important;
  text-transform: none !important;
  line-height: 1.34;
  font-weight: 600;
  letter-spacing: -0.2px;
  margin-bottom: 18px;
}

.wt-press .card .read {
  margin-top: auto;
  font-size: 15px;
  font-weight: 600;
  display: inline-flex;
  align-items: center;
  gap: 8px;
}

.wt-press .card .read .arr {
  color: #FE5000;
}

.wt-press .media {
  border-top: 1px solid #E6E6E6;
  padding: 40px 0 80px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  flex-wrap: wrap;
}

.wt-press .media .t {
  font-size: 18px;
}

.wt-press .media .t b {
  font-weight: 700;
}

.wt-press .media .t span {
  color: #666;
}

/* Mobile responsive styles */
@media (max-width: 820px) {
  .wt-press .wt-press-hero {
    padding: 56px 0 48px;
  }
  
  .wt-press .hero-grid {
    grid-template-columns: 1fr;
    gap: 36px;
  }
  
  .wt-press .wt-press-hero .hero-grid > div:first-child {
    margin-top: 0px;
  }
  
  .wt-press .wt-press-hero h1 {
    font-size: 31px;
  }
  
  .wt-press .cards {
    grid-template-columns: 1fr;
  }
  
  .wt-press .quoteband {
    padding: 60px 0;
  }
  
  .wt-press .coverage {
    padding: 56px 0;
  }
  
  .wt-press .logo-row {
    gap: 22px 34px;
  }
  
  .wt-press .logo {
    font-size: 18px;
  }
  
  .wt-press .media {
    flex-direction: column;
    align-items: flex-start;
    gap: 16px;
  }
}
.wt-press{background:#fff;width:100%}
/* End custom CSS *//* End custom CSS */