/* Tucker site content refresh */
.tucker-about {
  font-family: "Acme", sans-serif;
  color: #090005;
  width: 100%;
}

.tucker-about .tucker-lead {
  font-size: 22px;
  line-height: 1.35;
  margin: 0 0 14px;
}

.tucker-about > p:not(.tucker-lead) {
  font-size: 16px;
  line-height: 1.45;
  margin: 0 0 18px;
  font-family: "Roboto", sans-serif;
}

.tucker-about > p a {
  color: #090005;
  font-weight: 700;
}

.tucker-stats {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin: 0 0 24px;
}

.tucker-stat {
  display: inline-flex;
  flex-direction: column;
  gap: 2px;
  background: #ffcb03;
  border: 2px solid #090005;
  box-shadow: 3px 3px 0 #090005;
  padding: 10px 14px;
  min-width: 120px;
  text-decoration: none;
  color: #090005;
}

.tucker-stat strong {
  font-size: 18px;
  line-height: 1.1;
  font-variant-numeric: tabular-nums;
}

.tucker-stat span {
  font-size: 13px;
  letter-spacing: 0.02em;
}

.tucker-story {
  background: #fff8e8;
  border: 2px solid #090005;
  box-shadow: 3px 3px 0 #090005;
  padding: 16px 18px;
  margin: 0 0 14px;
}

.tucker-story h3 {
  font-family: "Acme", sans-serif;
  font-size: 22px;
  margin: 0 0 8px;
}

.tucker-story p {
  font-size: 16px;
  line-height: 1.45;
  margin: 0;
  font-family: "Roboto", sans-serif;
}

.tucker-follow {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 18px;
}

.tucker-follow a,
.tucker-icon-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  background: #ffcb03;
  border: 2px solid #090005;
  box-shadow: 3px 3px 0 #090005;
  color: #090005;
  text-decoration: none;
  font-family: "Acme", sans-serif;
  font-size: 18px;
  padding: 8px 14px;
}

.tucker-follow a:hover,
.tucker-icon-btn:hover {
  transform: translate(1px, 1px);
  box-shadow: 2px 2px 0 #090005;
}

.tucker-social-icons {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 16px;
  margin: 10px 0 28px;
}

.tucker-social-icons a {
  width: 64px;
  height: 64px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: #fff;
  border: 3px solid #090005;
  box-shadow: 3px 3px 0 #090005;
  color: #090005;
  font-size: 28px;
  text-decoration: none;
}

.tucker-social-icons a:hover {
  background: #ffcb03;
}

.tucker-embeds {
  width: 100%;
  max-width: 1200px;
  margin: 0 auto 30px;
  padding: 0 16px;
}

.tucker-embed-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 20px;
}

.tucker-embed-card {
  background: #fff8e8;
  border: 2px solid #090005;
  box-shadow: 3px 3px 0 #090005;
  padding: 16px;
  min-width: 0;
}

.tucker-embed-card h3 {
  font-family: "Acme", sans-serif;
  font-size: 22px;
  margin: 0 0 12px;
  color: #090005;
}

.tucker-embed-card.wide {
  grid-column: 1 / -1;
}

.tucker-embed-frame {
  position: relative;
  width: 100%;
  overflow: hidden;
  background: #fff;
  border: 2px solid #090005;
}

.tucker-embed-frame.ratio-yt {
  padding-top: 56.25%;
}

.tucker-embed-frame.ratio-yt iframe {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  border: 0;
}

.tucker-embed-frame iframe,
.tucker-embed-frame twitter-widget,
.tucker-embed-card .twitter-tweet {
  width: 100% !important;
  margin: 0 auto !important;
}

.tucker-ig-card {
  display: flex;
  flex-direction: column;
  gap: 12px;
  text-decoration: none;
  color: #090005;
}

.tucker-ig-card img {
  width: 100%;
  aspect-ratio: 1;
  object-fit: cover;
  border: 2px solid #090005;
}

.tucker-ig-card p {
  font-family: "Roboto", sans-serif;
  font-size: 15px;
  line-height: 1.4;
  margin: 0;
}

.tucker-ig-meta {
  font-family: "Acme", sans-serif;
  font-size: 18px;
}

@media (max-width: 900px) {
  .tucker-embed-grid {
    grid-template-columns: 1fr;
  }

  .tucker-about .tucker-lead {
    font-size: 18px;
  }

  .tucker-story h3 {
    font-size: 20px;
  }
}

.elementor-12
  .elementor-element.elementor-element-796dac3c.elementor-column
  > .elementor-widget-wrap {
  align-items: flex-start;
}

.elementor-social-icon i {
  font-size: 18px;
  line-height: 1;
}

.elementor-element-69f46a33,
.elementor-element-9116fe,
.elementor-element-5667365f {
  display: none !important;
}

