#notification_bell {
  counter {
    margin-bottom: 0;
  }

  #notification-bell-icon {
    color: var(--yellow);
    fill: var(--yellow);
  }
}

#notification_bell.ryalto-branding {
  #notification-bell-icon {
    color: var(--secondary-theme-color);
    fill: var(--secondary-theme-color);
  }
}

#notification_count {
  p {
    color: var(--yellow-darker);
  }
}

#notification_count.ryalto-branding {
  p {
    color: var(--brand-charcoal);
  }
}

main.notifications {
  & > turbo-frame {
    display: inherit;
  }

  .mark-as-form-wrapper {
    align-items: center;
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    gap: 0.25rem;

    h5.t-sub {
      white-space: nowrap;
    }

    form {
      gap: 0;
    }

    .wrap-row {
      & > *:not(:last-child) {
        border-right: 1px solid var(--light-gray);
        padding-right: 0.25rem;
      }
    }
  }
}
