pn-button-dropdown .pn-button-dropdown > pn-button > .pn-button {
  min-height: initial;
}

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border-width: 0;
}
@media screen and (max-width: 767px) {
  .sr-only-mobile {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    white-space: nowrap;
    border-width: 0;
  }
}

:host {
  display: block;
}

.pn-marketweb-table .container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 1rem;
}
.pn-marketweb-table .heading-section {
  display: flex;
  justify-content: space-between;
  gap: 2rem;
  margin-bottom: 2rem;
}
@media (max-width: 768px) {
  .pn-marketweb-table .heading-section {
    flex-direction: column;
  }
}
.pn-marketweb-table .heading-section .heading-wrapper {
  display: flex;
  flex-direction: column;
}
.pn-marketweb-table .heading-section .preamble-section {
  width: 80%;
}
.pn-marketweb-table .heading-section .main-heading {
  margin-bottom: 1rem;
}
.pn-marketweb-table .heading-section .summary {
  display: flex;
  height: 7rem;
  justify-content: flex-end;
  gap: clamp(1rem, 4vw, 2rem);
}
@media (max-width: 768px) {
  .pn-marketweb-table .heading-section .summary {
    justify-content: center;
  }
}
.pn-marketweb-table .heading-section .sub-heading-section {
  background-color: #effbff;
  border-radius: 1.6rem;
  display: flex;
  align-items: center;
  gap: clamp(0.6rem, 4vw, 1rem);
  padding: 0.6rem 1.2rem;
  width: 13.5rem;
}
.pn-marketweb-table .heading-section .sub-heading-section .icon-container {
  background-color: #e0f8ff;
  border-radius: 50%;
  padding: 4px;
}
.pn-marketweb-table .heading-section .sub-heading {
  font-size: clamp(1rem, 3vw, 1.4rem);
  font-weight: 400;
  line-height: clamp(1.225rem, 4vw, 1.5rem);
  margin: 0;
}
.pn-marketweb-table .heading-section .sub-heading strong {
  color: #005d92;
  font-weight: 700;
}
.pn-marketweb-table .pn-marketweb-table__table {
  width: 100%;
  border-collapse: collapse;
  margin-bottom: 3.2rem;
  border: none;
}
.pn-marketweb-table .pn-marketweb-table__table tr {
  border-bottom: 1px solid #e9e6e5;
  position: relative;
  border-left: 4px solid #ffffff;
  transition: all 0.7s ease;
}
.pn-marketweb-table .pn-marketweb-table__table tr:last-child {
  border-bottom: none;
}
.pn-marketweb-table .pn-marketweb-table__table tr:hover {
  border-left: 4px solid #8eddf9;
  background: #effbff;
}
.pn-marketweb-table .pn-marketweb-table__table tr.row-new-message, .pn-marketweb-table .pn-marketweb-table__table tr.row-new-messag:hover {
  border-left: 4px solid #0aa85c;
  background: linear-gradient(90deg, rgb(220, 246, 231) 0%, rgb(237, 251, 243) 30%, rgb(255, 255, 255) 70%);
}
.pn-marketweb-table .pn-marketweb-table__table td {
  padding: 1.6rem 1rem;
}
.pn-marketweb-table .image-container {
  min-height: 5.8rem;
}
.pn-marketweb-table .cell-heading {
  color: #5e554a;
  font-size: clamp(0.875rem, 4vw, 1.2rem);
  font-weight: 400;
  line-height: clamp(1.225rem, 4vw, 1.5rem);
  margin: 0;
}
.pn-marketweb-table .cell-value {
  color: #2d2013;
  display: inline-block;
  font-size: clamp(1rem, 4vw, 1.5rem);
  font-weight: 400;
  line-height: clamp(1.4rem, 4vw, 1.8rem);
  margin: 0;
  padding: 0.5rem 0;
}
.pn-marketweb-table .row-image {
  border-radius: 0.5rem;
}
.pn-marketweb-table .actions {
  align-content: center;
  width: 20%;
}
.pn-marketweb-table .actions .button-wrapper {
  display: flex;
  flex-direction: row;
  justify-content: flex-end;
  gap: 1.6rem;
}
.pn-marketweb-table .actions .button-wrapper pn-button {
  min-width: 50%;
}
.pn-marketweb-table .actions .button-wrapper pn-button.toggle-widget {
  min-width: 30%;
}
.pn-marketweb-table .actions .button-wrapper .pn-button-text {
  white-space: nowrap;
}
@media screen and (max-width: 768px) {
  .pn-marketweb-table .actions .button-wrapper {
    justify-content: space-between;
    flex-direction: column;
  }
}
@media screen and (max-width: 768px) {
  .pn-marketweb-table tr {
    display: flex;
    flex-wrap: wrap;
  }
  .pn-marketweb-table td:not(.cell-content) {
    width: 100%;
  }
  .pn-marketweb-table td.cell-image {
    text-align: center;
  }
  .pn-marketweb-table td.cell-content {
    flex: 1 0 40%;
  }
  .pn-marketweb-table td.cell-content::before {
    content: attr(data-label);
    display: block;
    font-weight: bold;
    margin-bottom: 0.5em;
  }
  .pn-marketweb-table td.actions .button-wrapper {
    gap: 2rem;
  }
}
@media (min-width: 768px) {
  .pn-marketweb-table .row-image {
    max-width: 80px;
  }
}
.pn-marketweb-table .toggle-detail {
  display: none;
  color: #005d92;
  cursor: pointer;
  border: none;
  border-radius: 3em;
  outline: none;
  position: relative;
  font-size: 0.875em;
  min-width: 5.5em;
  font-weight: 500;
  background-color: transparent;
  justify-content: center;
  align-items: center;
  transition: color 0.3s;
  -webkit-tap-highlight-color: transparent;
  text-decoration: none;
  padding: 0.375em 1em;
  min-height: 2em;
  line-height: 1.65em;
  white-space: nowrap;
}
.pn-marketweb-table .toggle-detail:hover {
  background-color: #e0f8ff;
  opacity: 1;
}
.pn-marketweb-table .shipment-id-active .button-wrapper {
  display: flex;
}
.pn-marketweb-table tr td.cell-content:first-child .cell-value {
  font-weight: 500;
}
.pn-marketweb-table .pn-widget-wrapper {
  display: flex;
  justify-content: center;
}
.pn-marketweb-table .shipment-id-active, .pn-marketweb-table .widget-row {
  background-color: #effbff;
}
.pn-marketweb-table .pn-market-table__show-more-wrapper {
  display: flex;
  justify-content: center;
  width: 100%;
}

.row-new-message .button-wrapper:after {
  content: attr(data-label);
  background: #0aa85c;
  border-radius: 0 0.4rem 0.4rem 0;
  color: #ffffff;
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  font-size: 1.4rem;
  padding: 0 0.4rem;
}

@media (min-width: 768px) {
  .row-new-message .button-wrapper:after {
    background: #005e41;
    border-radius: 0.4rem;
    left: auto;
    right: 1.6rem;
    font-size: 1.1rem;
    top: 0.3rem;
  }
}