/* Indexed search form on the result page */
.tx-indexedsearch-searchbox {
    margin-bottom: 2rem;
}

.tx-indexedsearch-form {
    display: flex;
    align-items: center;
    gap: 0.5rem;
}

.tx-indexedsearch-searchbox-sword {
    flex: 1 1 auto;
    padding: 0.5rem;
}

/* No results / search word info */
.tx-indexedsearch-info-sword,
.tx-indexedsearch-info-noresult {
    margin: 1.5rem 0;
}

/* Result row - reuses the existing .morelink styling */
.tx-indexedsearch-res {
    margin-bottom: 1.5rem;
}

.tx-indexedsearch-res .tx-indexedsearch-title {
    display: block;
}

.tx-indexedsearch-res .tx-indexedsearch-description {
    margin: 0;
}

/* Pagination */
.tx-indexedsearch-browsebox {
    text-align: center;
    margin: 2rem 0;
    padding: 0;
    list-style: none;
}

.tx-indexedsearch-browsebox li {
    display: inline-block;
    margin: 0 0.25rem;
}

.tx-indexedsearch-browsebox a {
    display: inline-block;
    padding: 0.3rem 0.6rem;
    text-decoration: none;
    color: #707070;
    font-size: 1.6rem;
}

.tx-indexedsearch-browsebox a:hover,
.tx-indexedsearch-browsebox a strong {
    color: #000;
    font-weight: bold;
}
