/*!*********************************************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/next/dist/build/webpack/loaders/css-loader/src/index.js??ruleSet[1].rules[14].oneOf[7].use[2]!./node_modules/next/dist/build/webpack/loaders/postcss-loader/src/index.js??ruleSet[1].rules[14].oneOf[7].use[3]!./src/app/(v1)/dividends/[ticker]/styles.module.css ***!
  \*********************************************************************************************************************************************************************************************************************************************************************************************/
.styles_container__PmqQH {
  display: flex;
  flex-direction: column;
  gap: 5rem;
}

.styles_container__PmqQH > section {
  display: flex;
  flex-direction: column;
  gap: 1rem;
}

.styles_container__PmqQH > section > h1,
.styles_container__PmqQH > section > h2 {
  text-align: center;
  margin-bottom: 1rem;
}

.styles_container__PmqQH h1 {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  gap: 1.5rem;
}

.styles_companyLogo__VTMQo {
  height: 3rem;
}

.styles_subtextContainer__mqtsc {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  gap: 1rem;
}

.styles_nextDividend__HZaZD {
  font-weight: var(--semi-bold);
  font-size: 1.3rem;
  color: #fab03d;
}

.styles_metrics__AT6Q2 {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  gap: 1rem;
}

.styles_tableSection__cdEfh {
  display: flex;
  flex-direction: column;
  gap: 16px;
  width: 100%;
}

.styles_tableContainer__d7HiL {
  width: 100%;
  background-color: var(--color-bg-surface);
  border: 1px solid var(--color-surface-border);
  border-radius: 12px;
  overflow-x: auto;
  overflow-y: hidden;
  -webkit-overflow-scrolling: touch;
}

.styles_tableContainer__d7HiL thead {
  height: auto;
}

.styles_tableContainer__d7HiL thead th {
  height: auto;
  min-height: 3rem;
  padding: 0.75rem 0.9rem;
  font-weight: 600;
  font-size: 12px;
  line-height: 1.5;
  color: var(--color-text-primary);
}

.styles_tableContainer__d7HiL thead th button {
  font-weight: 600;
  font-size: 12px;
}

.styles_tableContainer__d7HiL thead th:first-child,
.styles_tableContainer__d7HiL tbody td:first-child {
  font-weight: 600;
}

@media only screen and (max-width: 900px) {
  .styles_metrics__AT6Q2 {
    flex-direction: column;
    margin: 0 auto 1rem auto;
    width: -moz-fit-content;
    width: fit-content;
  }

  .styles_metrics__AT6Q2 > * {
    width: 100% !important;
  }
}

/*!**********************************************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/next/dist/build/webpack/loaders/css-loader/src/index.js??ruleSet[1].rules[14].oneOf[7].use[2]!./node_modules/next/dist/build/webpack/loaders/postcss-loader/src/index.js??ruleSet[1].rules[14].oneOf[7].use[3]!./src/components/ExpandableContent/styles.module.css ***!
  \**********************************************************************************************************************************************************************************************************************************************************************************************/
.styles_content__N1W5s {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  line-clamp: 3;
  overflow: hidden;
}

.styles_content__N1W5s.styles_expanded__aZ16f {
  -webkit-line-clamp: unset !important;
  line-clamp: unset !important;
}

.styles_button__mk0v8 {
  border: none;
  background: none;
  font-size: inherit;
  cursor: pointer;
  color: #737373;
  padding: 0;
  margin-top: 8px;
}

/*!*****************************************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/next/dist/build/webpack/loaders/css-loader/src/index.js??ruleSet[1].rules[14].oneOf[7].use[2]!./node_modules/next/dist/build/webpack/loaders/postcss-loader/src/index.js??ruleSet[1].rules[14].oneOf[7].use[3]!./src/components/MetricWidget/styles.module.css ***!
  \*****************************************************************************************************************************************************************************************************************************************************************************************/
.styles_container__hmBWd {
  display: flex;
  flex-direction: column;
  gap: 10px;
  width: -moz-fit-content;
  width: fit-content;
  min-width: 100px;
  padding: 20px 24px;
  border-radius: 14px;
  box-shadow: 1px 1px 4px 1px #bdbdbdd1;
  box-sizing: border-box;
}

.styles_name__KL0Lc {
  font-size: 0.9em !important;
  color: #737373;
}

.styles_value__qt51h {
  font-size: 1.2em !important;
  font-weight: var(--semi-bold);
}

.styles_columns__Zk8VA {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
}

.styles_column__iWORq {
  display: flex;
  flex-direction: column;
  gap: 8px;
}

/*!************************************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/next/dist/build/webpack/loaders/css-loader/src/index.js??ruleSet[1].rules[14].oneOf[7].use[2]!./node_modules/next/dist/build/webpack/loaders/postcss-loader/src/index.js??ruleSet[1].rules[14].oneOf[7].use[3]!./src/components/ui/Table/Table.module.css ***!
  \************************************************************************************************************************************************************************************************************************************************************************************/
.Table_tableWrapper__oZRHg {
  width: 100%;
  overflow-x: auto;
  overflow-y: visible;
  -webkit-overflow-scrolling: touch;
}

.Table_table__vDVkk {
  width: max-content;
  min-width: 100%;
  /* box-shadow and borders will not work with position: sticky otherwise */
  border-collapse: separate !important;
  border-spacing: 0;
  font-size: 12px;
  line-height: 1.5;
}

.Table_tableHeader__IVkzZ {
  height: 48px;
}

.Table_tableBody__EDB4v {
  /* Body styles */
}

.Table_tableFooter__piNJd {
  /* Footer styles */
}

.Table_tableRow__X5o44 {
  transition: background-color 0.2s ease;
  background-color: var(--color-bg-table-row);
}

.Table_tableRow__X5o44:nth-child(even) {
  background-color: var(--color-bg-table-row-alt);
}

.Table_tableRow__X5o44:hover {
  background-color: var(--color-bg-table-row-hover);
}

.Table_tableHead__cVOdH {
  padding: 8px 12px;
  text-align: left;
  font-weight: 500;
  font-size: 12px;
  line-height: 1.5;
  color: var(--color-text-secondary);
  vertical-align: middle;
  background-color: var(--color-bg-table-header);
  border-bottom: 1px solid var(--color-table-divider);
  border-top: 0;
  border-left: 0;
  border-right: 0;
  white-space: nowrap;
}

.Table_tableCell__kRuk2 {
  padding: 0 12px;
  vertical-align: middle;
  color: var(--color-text-secondary);
  font-size: 12px;
  line-height: 1.5;
  font-weight: 500;
  box-sizing: border-box;
  height: 56px;
  border-bottom: 1px solid var(--color-table-divider);
  white-space: nowrap;
}

.Table_omitLastRowBorder__AX1BE .Table_tableBody__EDB4v .Table_tableRow__X5o44:last-child .Table_tableCell__kRuk2 {
  border-bottom: 0;
}

.Table_tableCaption__g4Gwp {
  margin-top: 1rem;
  font-size: 12px;
  color: var(--color-text-secondary);
}

/*!********************************************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/next/dist/build/webpack/loaders/css-loader/src/index.js??ruleSet[1].rules[14].oneOf[7].use[2]!./node_modules/next/dist/build/webpack/loaders/postcss-loader/src/index.js??ruleSet[1].rules[14].oneOf[7].use[3]!./src/components/ui/DataTable/DataTable.module.css ***!
  \********************************************************************************************************************************************************************************************************************************************************************************************/
.DataTable_pinnedTableWrapper__iCE73 {
  overflow-x: auto;
  overflow-y: visible;
  -webkit-overflow-scrolling: touch;
}

.DataTable_pinnedCell__KOjjx {
  background-color: var(--color-bg-table-row);
  transition: background-color 0.2s ease;
}

/* Make pinned cells match row hover background (css-only, no layout thrashing) */
.DataTable_pinnedTableWrapper__iCE73 tr:hover .DataTable_pinnedCell__KOjjx {
  background-color: var(--color-bg-table-row-hover) !important;
}

.DataTable_pinnedTableWrapper__iCE73 tr:nth-child(even) .DataTable_pinnedCell__KOjjx {
  background-color: var(--color-bg-table-row-alt);
}

.DataTable_pinnedTableWrapper__iCE73 tr:nth-child(even):hover .DataTable_pinnedCell__KOjjx {
  background-color: var(--color-bg-table-row-hover) !important;
}

.DataTable_pinnedHeaderCell__QJktp {
  background-color: var(--color-bg-table-header);
}

/* Sticky positioning and z-index (left/right remain inline – dynamic per column) */
.DataTable_pinnedLeft__FmHFS {
  position: -webkit-sticky;
  position: sticky;
  z-index: 1;
}

.DataTable_pinnedRight__oGEBc {
  position: -webkit-sticky;
  position: sticky;
  z-index: 1;
}

.DataTable_shadowLeft__ckNM_ {
  box-shadow: 8px 0 8px 0px rgba(82, 82, 82, 0.1);
}

.DataTable_shadowRight__T31dd {
  box-shadow: -8px 0 8px 0px rgba(82, 82, 82, 0.1);
}

/* Server-side sortable column header */
.DataTable_sortableHeader__nJr_H {
  vertical-align: middle;
}

.DataTable_numericAlignHeader__m15wE {
  text-align: right;
}

.DataTable_numericAlignHeader__m15wE .DataTable_sortableHeaderButton__Lfmo8 {
  width: 100%;
  justify-content: flex-end;
}

.DataTable_numericAlignHeader__m15wE > :not(.DataTable_sortableHeaderButton__Lfmo8) {
  display: flex;
  width: 100%;
  justify-content: flex-end;
}

.DataTable_centerAlignHeader__fg7Iv {
  text-align: center;
}

.DataTable_centerAlignHeader__fg7Iv .DataTable_sortableHeaderButton__Lfmo8 {
  width: 100%;
  justify-content: center;
}

.DataTable_centerAlignHeader__fg7Iv > :not(.DataTable_sortableHeaderButton__Lfmo8) {
  display: flex;
  width: 100%;
  justify-content: center;
}

.DataTable_numericAlignCell__WDo_3 {
  text-align: right;
}

.DataTable_centerAlignCell__qc0Pd {
  text-align: center;
}

.DataTable_sortableHeaderButton__Lfmo8 {
  display: inline-flex;
  align-items: center;
  gap: 4px;
  padding: 0;
  margin: 0;
  border: none;
  background: none;
  font: inherit;
  color: inherit;
  cursor: pointer;
  text-align: inherit;
  line-height: inherit;
}

.DataTable_sortableHeaderButton__Lfmo8:hover {
  opacity: 0.85;
}

.DataTable_sortIndicator__87EIs {
  flex-shrink: 0;
  color: var(--color-text-secondary);
}

.DataTable_sortIndicatorHidden__2M_4p {
  visibility: hidden;
}

.DataTable_sortIndicatorActive__n2kSS {
  color: var(--color-text-accent);
}

.DataTable_sortIndicatorUnsorted__Yz0CK {
  opacity: 0.4;
}

/*!**********************************************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/next/dist/build/webpack/loaders/css-loader/src/index.js??ruleSet[1].rules[14].oneOf[7].use[2]!./node_modules/next/dist/build/webpack/loaders/postcss-loader/src/index.js??ruleSet[1].rules[14].oneOf[7].use[3]!./src/components/ui/Pagination/pagination.module.css ***!
  \**********************************************************************************************************************************************************************************************************************************************************************************************/
.pagination_pagination__BcQR_ {
  display: flex;
  gap: 8px;
  align-items: center;
  justify-content: center;
  padding: 16px 0;
}

.pagination_paginationButton__t4bfG {
  all: unset;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  width: 20px;
  height: 20px;
}

.pagination_paginationButton__t4bfG:disabled {
  cursor: not-allowed;
}

.pagination_chevronIcon__hhotM {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
}

.pagination_chevronIcon__hhotM.pagination_disabled__XCPCu {
  opacity: 0.5;
}

.pagination_pageNumbers__OHnYm {
  display: flex;
  gap: 0;
  align-items: center;
}

.pagination_pageNumber__cKyZv {
  all: unset;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 10px;
  width: 28px;
  height: 28px;
  cursor: pointer;
}

.pagination_pageNumberText__MlMud {
  font-family: var(--font-ibm-plex-sans), "IBM Plex Sans", sans-serif;
  font-weight: 500;
  font-size: 14px;
  line-height: 1.2;
  color: #525252;
  text-align: center;
  width: 14px;
  white-space: pre-wrap;
}

.pagination_pageNumberText__MlMud.pagination_active__tdeLF {
  color: var(--color-text-accent);
}

