/* CompanyProfilePage — page-mounted overrides on top of the modal's
   companyProfileComponent.css. The dialog wraps the modal in 95vw/1250px
   bounds; the page wrapper has to set its own bounds since there's no
   <sl-dialog> shell. */

.cpp-page {
  position: relative;
  margin: 60px auto 50px;
  max-width: 1250px;
  width: min(95vw, 1250px);
  background: #fff;
  border-radius: 8px;
  box-shadow: 0 8px 24px rgba(15, 23, 36, 0.08);
  overflow: hidden;
  min-height: 600px;
}

/* Active-tab padding for the page (cp-tab-panel default is display:none) */
#cpp-tab-overview.active,
#cpp-tab-news.active,
#cpp-tab-projects.active,
#cpp-tab-drilling.active,
#cpp-tab-sedar.active,
#cpp-tab-financials.active,
#cpp-tab-insiders.active {
  padding: 24px;
  display: flex;
  flex-direction: column;
  min-height: 0;
}
