/* Converted from Next.js Tailwind utilities used on About, Contact, Send Your News, Team cards. */

.page-heading {
  margin-bottom: 27px;
}

.page-section {
  padding: 58px 0 80px;
}

.page-section--about-intro {
  padding: 58px 0 48px;
}

.page-section--team {
  padding: 62px 0 80px;
  border-top: 1px solid var(--line);
}

.page-prose {
  max-width: 700px;
  font-family: var(--display);
  font-size: 18px;
  line-height: 1.85;
  color: var(--ink);
}

.page-prose p {
  margin: 0;
}

.page-prose p + p,
.page-prose-gap {
  margin-top: 17px;
}

.page-lead {
  margin: 0 0 32px;
  max-width: 700px;
  font-family: var(--display);
  font-size: 18px;
  line-height: 1.85;
  color: var(--ink);
}

.team-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 22px;
}

.team-member {
  text-align: left;
}

.team-member-image {
  width: 100%;
  aspect-ratio: 1 / 1;
  margin-bottom: 13px;
  overflow: hidden;
  border-radius: 2px;
}

.team-member-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.team-member-role {
  display: block;
  margin-bottom: 5px;
  color: var(--red);
  font-size: 10px;
  line-height: 1.2;
  font-weight: 800;
  letter-spacing: 1px;
}

.team-member h3 {
  margin: 0;
  color: var(--black);
  font-size: 19px;
  font-weight: 700;
  line-height: 1.25;
  letter-spacing: -0.45px;
}

.page-grid {
  display: grid;
  grid-template-columns: minmax(0, 1.4fr) minmax(260px, 0.8fr);
  gap: 40px;
}

.bk-form {
  display: flex;
  flex-direction: column;
  gap: 16px;
}

.bk-contact-honeypot {
  position: absolute !important;
  left: -10000px !important;
  width: 1px !important;
  height: 1px !important;
  overflow: hidden !important;
}

.bk-form--narrow {
  max-width: 700px;
}

.bk-label {
  display: flex;
  flex-direction: column;
  gap: 6px;
  color: var(--black);
  font-size: 13px;
  font-weight: 600;
}

.bk-input {
  border: 1px solid var(--line);
  padding: 12px 14px;
  color: var(--ink);
  font-size: 15px;
  font-weight: 400;
  outline: none;
  background: var(--white);
  font-family: inherit;
}

.bk-input:focus {
  border-color: var(--red);
}

.bk-input--message {
  border-color: var(--red);
  resize: vertical;
}

.bk-input--resize {
  resize: vertical;
}

.standard-card[hidden] {
  display: none !important;
}

.bk-input-file {
  border: 1px solid var(--line);
  padding: 12px 14px;
  color: var(--ink);
  font-size: 14px;
  font-weight: 400;
  background: var(--white);
}

.bk-input-file::file-selector-button {
  margin-right: 12px;
  border: 0;
  background: var(--gray);
  padding: 6px 12px;
  font-size: 13px;
  font-weight: 600;
  font-family: inherit;
  cursor: pointer;
}

.bk-btn {
  width: fit-content;
  margin-top: 4px;
  border: 0;
  background: var(--red);
  padding: 12px 20px;
  color: #fff;
  font-size: 14px;
  font-weight: 700;
}

.bk-btn:disabled {
  cursor: wait;
  opacity: 0.7;
}

.bk-btn--news {
  margin-top: 8px;
}

.bk-btn-whatsapp {
  display: inline-flex;
  align-items: center;
  border: 0;
  background: var(--red);
  padding: 10px 16px;
  font-size: 14px;
  font-weight: 700;
  color: #fff !important;
}

.contact-aside {
  padding-top: 12px;
}

.contact-aside-title {
  padding-bottom: 10px;
  color: var(--black);
  font-size: 14px;
  font-weight: 800;
}

.contact-list {
  margin: 0;
  padding: 0;
  list-style: none;
}

.contact-list li {
  padding: 14px 0;
  border-top: 1px solid var(--line);
}

.contact-list-label {
  display: block;
  margin-bottom: 4px;
  color: var(--red);
  font-size: 10px;
  font-weight: 800;
  letter-spacing: 1px;
}

.contact-list a,
.contact-list p {
  margin: 0;
  color: var(--black);
  font-size: 15px;
  font-weight: 600;
  line-height: 1.4;
}

.contact-list a:hover {
  color: var(--red);
}

.article-share {
  margin-left: 10px;
  display: inline-flex;
  align-items: center;
  gap: 6px;
  border: 1px solid #ddd;
  background: transparent;
  color: #222;
  padding: 4px 10px;
  font-size: 13px;
  font-weight: 700;
  line-height: 1;
}

.article-byline-row {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 6px 0;
}

.article-author-name {
  font-weight: 700;
}

.side-story-title {
  display: block;
}

body.admin-bar .site-header {
  top: 32px;
}

@media (max-width: 782px) {
  body.admin-bar .site-header {
    top: 46px;
  }

  /* The admin bar height already comes from the `html` margin WordPress sets. */
  body.admin-bar {
    padding-top: 68px;
  }
}

/* WordPress turns the admin bar absolute below 600px, so it scrolls away and
   leaves the offset header floating over the page. Keep it pinned instead. */
@media (max-width: 600px) {
  #wpadminbar {
    position: fixed;
  }
}

@media (max-width: 800px) {
  .mobile-menu-root {
    display: none;
  }

  .site-header.menu-open .mobile-menu-root {
    display: block;
  }

  .page-section,
  .page-section--about-intro {
    padding: 38px 0 64px;
  }

  .page-section--about-intro {
    padding: 38px 0 32px;
  }

  .page-section--team {
    padding: 43px 0 64px;
  }

  .team-grid {
    grid-template-columns: repeat(2, 1fr);
    gap: 20px;
  }

  .team-member h3 {
    font-size: 17px;
  }

  .page-grid {
    grid-template-columns: 1fr;
    gap: 32px;
  }
}

@media (max-width: 520px) {
  .page-prose,
  .page-lead {
    font-size: 17px;
  }
}
