span.blog-date time.dt-published {
    display: none;
}

.dropmenu.animated {
  display: flex;
}

.search-wrapper {
    display: flex;
    align-items: center;
}

.search-input {
    font-size: .8rem;
    line-height: 1.2rem;
    position: relative;
    display: block;
    min-width: 100px; /* Fixed minimum width */
    max-width: 150px; /* Maximum width for larger screens */
    height: 1.8rem;
    padding: .25rem 0.4rem;
    transition: background 0.2s, border 0.2s, box-shadow 0.2s, color 0.2s;
    color: #50596c;
    border: 0.05rem solid #caced7;
    border-radius: 0.1rem;
    outline: 0;
    background: #fff;
    -webkit-appearance: none;
    appearance: none;
}