aok-countdown-disturber-factory {
  /* The list of disturbers is distributed in the order of the start dates of the events.
     * Until a design is available to display multiple disturber simultaneously, only one
     * disturber is shown at a time. If a user switches off one disturber, the next one in
     * the sequence is displayed.
     * Once the design is ready, this code can be removed.
     */
  /* Show only one Disturber Code END
     */ }
  aok-countdown-disturber-factory > aok-countdown-disturber:not(.d-none) {
    display: none; }
  aok-countdown-disturber-factory > aok-countdown-disturber:not(.d-none):first-of-type,
  aok-countdown-disturber-factory > aok-countdown-disturber.d-none + :not(.d-none) {
    /* if there are d-none elements before it */
    display: block; }
