.container-card-applciation-metadata.container-card-applciation-metadata {
  .status-container {
    .value {
      color: var(--bs-primary);
      font-weight: 700;
    }
  }
  dt {
    color: #455b71;
  }

  dd {
    font-weight: 400;
    * {
      font-weight: 400;
    }
  }
}
