.truncate {
    max-height: calc(1.2em * 3);
    /* Adjust the number of lines here */
    overflow: hidden;
    text-overflow: ellipsis;
    line-height: 1.2em;
    /* Adjust line height to match your text */
    margin: 0;
    /* Remove margin to avoid unexpected spacing */
}

#queryForm input::placeholder {
    color: #fff;
}

.normal_blend {
    mix-blend-mode: normal !important;
}

.custom_read_button {
    text-decoration: none;
    text-align: center;
    width: 100%;
    padding: 10px 20px;
    background-color: #d7eb0d6b;
    color: #333;
    border: 1px solid #ccc;
    border-radius: 5px;
    cursor: pointer;
    display: inline-block;
}