 .archived-editions-header{
      position: absolute;
      top: 0;
      right: 0;
      background: linear-gradient(110deg, #470817, #741528 55%, #520a19);
      color: #fff;
      border: 3px solid var(--gold);
      z-index: 1000;
      padding: 10px 20px;
      font-family: 'Arial', sans-serif;
      border-bottom-left-radius: 10px;
    }

    .d-flex {
      display: flex;
      align-items: center;
      justify-content: space-between;
    }

    .website-counter{
      position: absolute;
    bottom: 0;
    right: 0;
    background: linear-gradient(110deg, #470817, #741528 55%, #520a19);
    color: #fff;
    border: 3px solid var(--gold);
    z-index: 1000;
    padding: 6px 11px;
    font-family: 'Arial', sans-serif;
    border-top-left-radius: 10px;
    display: flex;
    font-size: 12px;
    align-items: center;
    }

    .website-counter img{
      margin-left: 7px;
    display: flex;
    }