/**
 * All of the CSS for your public-facing functionality should be
 * included in this file.
 */
.tbs-machines {
    display: flex;
    flex-direction: column;
    gap: 20px;
}

.tbs-machines .tbs-machine {
    display:flex;
    max-height: 80px;
    gap: 20px;
}

.tbs-machines .tbs-machine a.header {
    display: flex;
}

.tbs-machines .tbs-machine a.image {
    display: contents;
}

.tbs-machines .tbs-machine a.image img {
    width: 150px;
}

.tbs-machines  .tbs-machine > a > h2 {
    font-size: 1.5rem;
    margin: 0 auto;
}

.tbs-machines  .tbs-machine > a > h3 {
    font-size: 0.9rem;
    margin: 0 auto;
    text-decoration: none;
    opacity: 0.66;
}


.tbs-machines #searchform {
    display: flex;
    align-items: center;
}


.tbs-machines #searchform > input:nth-child(1) {
    flex: 1;
}

.tbs-machines #searchform::before {
    content: "Gebrauchtmaschinen";
    padding-right: 2rem;
}

.tbs-machine .title {
    flex: 1;
    align-content: center;
}
.tbs-machine .button {
    align-items: center;
    display: flex;
    justify-content: center;
    width: 15%;
}

article.tbs-machine .entry-header img {
    width: 100%;
}

article.tbs-machine .entry-footer {
    display: flex;
    justify-content: space-between;
}

article.tbs-machine .headers {
    margin: 1rem 0;
}
article.tbs-machine .header,
article.tbs-machine .info-header {
    margin: 0 auto;
}


.tbs-pagination ul {
    display: inline-block;
    white-space: nowrap;
    padding: 0;
    clear: both;
    border: 1px solid #d3ced2;
    border-right-width: 1px;
    border-right-style: solid;
    border-right-color: rgb(211, 206, 210);
    border-right: 0;
    margin: 1px;
}

.tbs-pagination ul li a,
.tbs-pagination ul li span {
    margin: 0;
    text-decoration: none;
    padding: 0;
    line-height: 1;
    font-size: 1em;
    font-weight: 400;
    padding: .5em;
    min-width: 1em;
    display: block;
}

.tbs-pagination ul.page-numbers li, .woocommerce-page .woocommerce-pagination ul.page-numbers li {
    display: inline-block;
}

.tbs-pagination ul li {
    border-right: 1px solid #d3ced2;
    padding: 0;
    margin: 0;
    float: left;
    display: inline;
    overflow: hidden;
}

.tbs-pagination {
    text-align: center;
}