.tx-tsquotes__form {
    display: flex;
    flex-flow: row wrap;
    justify-content: space-between;
    margin: 0 0 40px;
}

.tx-tsquotes__form input[type="search"] {
    padding-right: 40px;
    background-image: url('vhs-assets-css-26f4dcfe05049b65f3646ea4fe816d1b.svg');
    background-repeat: no-repeat;
    background-position: right 10px center;
    background-size: 20px 20px;
}

.tx-tsquotes__column {
    width: 100%;
}

@media (min-width: 640px) {
    .tx-tsquotes__form {
        flex-wrap: nowrap;
    }

    .tx-tsquotes__column {
        width: 48%;
    }
}

.tx-tsquotes__list {
    margin: 0;
    padding: 0;
    list-style: none;
}

.tx-tsquotes__item {
    padding-bottom: 20px;
    border-bottom: 1px solid #d7d7d7;
    cursor: default;
}

.tx-tsquotes__item + .tx-tsquotes__item {
    margin-top: 20px;
}

.tx-tsquotes__title {
    color: #78b900;
}

.tx-tsquotes__meta {
    font-size: 13px;
    font-weight: 600;
}


