select option { color: #212625 !important; }



.t-feed__post-popup__author-wrapper {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    padding: 20px;
    border-radius: 10px;
    background: #C3E55D;
    box-sizing: border-box;
    transition: background 0.3s ease;
    } 
    
    .t-feed__post-popup__author-wrapper:hover {
        background: #1D93FF;
    }

    .t-feed__post-popup__author-name {
    text-transform: uppercase;
    letter-spacing: 0.03em;
    font-weight: 500;
    font-size:16px;
    }
    

  @media screen and (max-width: 480px) {
      .t-feed__post-popup__author-name {
          font-size:14px;
      }
  }

