@import "../variables";

.pp-order-status {
  background: #F2F5F7;
  border: 1px solid #DDDDDD;
  border-bottom: 0;
  box-sizing: border-box;
  height: 52px;
  display: flex;
  align-items: center;

  &:last-child {
    border: 1px solid #DDDDDD;
  }

  p {
    font-weight: 400;
    font-size: 14px;
    line-height: 20px;
    color: @pp-main-color;
  }
}