/* Controls for the Top Leadership index page, plus the few resets the design
   assumes but does not itself declare.
   Deliberately separate from top-leadership.css, which is the designer's file
   and matches the supplied mockup byte for byte. */

/* The mockup's page zeroes the paragraph margin globally; this app keeps
   Bootstrap's `p { margin-bottom: 1rem }`, which made every Related List card
   16px taller than the design. */
.page_wrap .section3 .commonbox_wrap .commonbox .textbox p { margin-bottom: 0; }

.page_wrap .leadership_filters {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  align-items: center;
  margin: 0 0 22px;
}

.page_wrap .leadership_filters select {
  min-width: 185px;
  height: 42px;
  padding: 0 34px 0 14px;
  border: 1px solid rgba(112, 112, 112, 0.25);
  border-radius: 50px;
  background: #fff url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='10' height='6' viewBox='0 0 10 6'%3E%3Cpath d='M1 1l4 4 4-4' stroke='%23C8001F' stroke-width='1.6' fill='none' stroke-linecap='round'/%3E%3C/svg%3E") no-repeat right 15px center;
  font-size: 13px;
  color: #1b1b26;
  appearance: none;
  cursor: pointer;
}

.page_wrap .leadership_filters select:disabled { opacity: .5; cursor: not-allowed; }

.page_wrap .leadership_filters .clear_filters {
  background: none;
  border: none;
  padding: 0 4px;
  font-size: 13px;
  font-weight: 600;
  color: #c8001f;
  cursor: pointer;
}

.page_wrap .leadership_count {
  font-size: 13px;
  color: #6b7280;
  margin: 0 0 18px;
}

.page_wrap .commonbox .textbox .leadership_meta {
  display: block;
  margin-top: 6px;
  font-size: 12px;
  color: #6b7280;
}

.page_wrap .leadership_pager {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 18px;
  margin: 30px 0 10px;
  font-size: 13px;
}

.page_wrap .leadership_pager a {
  color: #c8001f;
  font-weight: 600;
}

.page_wrap .leadership_pager span { color: #6b7280; }

@media (max-width: 767px) {
  .page_wrap .leadership_filters select { min-width: calc(50% - 6px); }
}
