.featured-app {
  min-width: 0;
  display: flex;
  align-items: center;
  height: 64px;
  font-size: 18px; }
  .featured-app > * + * {
    margin-left: 16px; }

.app-icon-wrapper {
  position: relative; }
  .app-icon-wrapper .app-icon {
    flex-shrink: 0;
    position: relative;
    width: 40px;
    height: 40px; }
    .app-icon-wrapper .app-icon img {
      position: relative;
      width: 100%;
      height: 100%; }
  .app-icon-wrapper .app-icon-with-background {
    border-radius: 50%;
    padding: 2px;
    overflow: hidden; }
    .app-icon-wrapper .app-icon-with-background:before {
      content: "";
      position: absolute;
      top: 1px;
      left: 1px;
      bottom: 1px;
      right: 1px;
      border-radius: 50%;
      border: 2px solid #333333; }
    .app-icon-wrapper .app-icon-with-background img.app-icon-image {
      border-radius: 50%; }
  .app-icon-wrapper img.subscription-bubblicon {
    position: absolute;
    bottom: -9px;
    right: -9px; }
    .app-icon-wrapper img.subscription-bubblicon:not(.active) {
      display: none; }

.app-description {
  min-width: 0; }
  .app-description h2 {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    margin-bottom: 4px; }
  .app-description p {
    color: #808080;
    line-height: 20px; }

.uninstall-app:first-of-type label {
  padding-top: 8px; }

.uninstall-app:last-of-type label {
  padding-bottom: 8px; }

.uninstall-app label {
  padding-left: 24px; }

.uninstall-overwolf label {
  position: relative; }
  .uninstall-overwolf label:before {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    height: 1px;
    background-color: #333333; }
