.pdp .layout__region--first p {
    font-weight: 400 !important;
}
.pdp .layout__region--first ul li {
    font-size: 15px;
    font-weight: 400;
    font-family: "Inter",sans-serif;
    color: #415268;
    line-height: 18px;
    font-style: normal;
}

#block-mit-account-menu .search-order-wrapper2 {
    align-items: center;
}
/* Modal CSS Styles */
.timer-modal {
    display: none;
    position: fixed;
    z-index: 1;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    overflow: auto;
    background-color: rgba(0,0,0,0.4);
  }
  
  .timer-modal .modal-content {
    background-color: #fefefe;
    margin: 15% auto;
    padding: 20px;
    border: 1px solid #888;
    width: 30%;
  }

  .timer-modal .modal-content p {
    padding: 0;
    margin: 0;
  }
  
  .timer-modal .close {
    color: #aaa;
    float: right;
    font-size: 24px;
    font-weight: bold;
    text-align: right;
    position: absolute;
    top: -20px;
    right: -20px;
    background: #000;
    width: 40px;
    border-radius: 50%;
    height: 40px;
    align-items: center;
    display: flex;
    justify-content: center;
  }
  
  .timer-modal .close:hover,
  .timer-modal .close:focus {
    color: black;
    text-decoration: none;
    cursor: pointer;
  }

  #view-state-table-column .fa-question-circle{
    position: relative;
    cursor: pointer;
}

.state-returned .fa-question-circle{
  position: relative;
  cursor: pointer;
}

.status-tooltip {
    display: none;
    position: absolute;
    top: 100%;
    left: 0;
    background: white;
    border-radius: 8px;
    box-shadow: 0 2px 10px rgba(0,0,0,0.1);
    padding: 15px;
    width: 300px;
    z-index: 1000;
    margin-top: 10px;
}

.status-tooltip.show {
    display: block;
}

.tooltip-item {
    padding: 12px 0;
    border-bottom: 1px solid #eee;
    display: flex;
    flex-direction: column;
    gap: 8px;
    font-family: Inter !important;
    font-size: 14px !important;
}

.tooltip-item:last-child {
    border-bottom: none;
    padding-bottom: 0;
}

.tooltip-item:first-child {
    padding-top: 0;
}

.status-label {
    color: #415268;
    font-weight: 600;
    font-size: 14px;
    line-height: 1.2;
    font-weight: 700 !important;
}

.status-description {
    color: #666;
    font-size: 13px;
    line-height: 1.4;
    font-weight: 400 !important;
}

/* Arrow for tooltip */
.status-tooltip:before {
    content: '';
    position: absolute;
    top: -8px;
    left: 20px;
    width: 16px;
    height: 16px;
    background: white;
    transform: rotate(45deg);
    box-shadow: -2px -2px 5px rgba(0,0,0,0.05);
}

#view-state-table-column .fa-question-circle{
    font-size: 16px;
}

.state-returned .fa-question-circle{
  font-size: 16px;
}

.info-tooltip {
  position: relative;
  display: inline-block;
  cursor: pointer;
}

.info-tooltip .info-tooltip-content {
  visibility: hidden;
  font-family: "Inter";
  font-weight: 400;
  position: absolute;
  z-index: 999;
  width: 400px;
  font-style: "regular";
  background: #fff;
  color: #000000;
  padding: 8px;
  border-radius: 4px;
  font-size: 12px;
  line-height: 15px;
  transform: translateX(-50%);
  bottom: calc(100% + 10px);
  border: 1px solid #6232de;
}

.info-tooltip .info-tooltip-content::after {
  content: "";
  position: absolute;
  top: 100%;
  left: 50%;
  transform: translateX(-50%);
  width: 22px;
  height: 18px;
  background-image: url(../images/triangle.svg);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}

.info-tooltip:hover .info-tooltip-content {
  visibility: visible;
}

.your-order-page .customer-address-shippingmethod-subfield{
  display: none;
}

.your-order-page .customer-address-type-subfield{
  display: none;
}
  

  
