
  .fiveD-bar {
    position: fixed;
    width: 100%;
    background: #0d6efd;
    color: white;
    font-size: 0.85rem;
    padding: 6px 12px;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    z-index: 1050;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
  }

  .fiveD-bar.top {
    top: 0;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.15);
  }

  .fiveD-bar.bottom {
    bottom: 0;
    box-shadow: 0 -2px 4px rgba(0, 0, 0, 0.15);
  }

  .fiveD-bar a {
    color: white;
    text-decoration: none;
    display: flex;
    align-items: center;
    gap: 8px;
  }

  .fiveD-bar img {
    height: 20px;
    width: auto;
  }