/* Выдача своего поиска. Оформление подогнано под блок Тильды t838:
   тот же шрифт, тот же красный акцент кнопки, белые карточки на сером фоне. */

.theater-search-results {
    max-width: 800px;
    margin: 24px auto 0;
    padding: 0 20px;
    font-family: 'Montserrat', sans-serif;
}

.theater-search-item {
    display: block;
    padding: 16px 18px;
    margin-bottom: 10px;
    background: #fff;
    border: 2px solid #000;
    border-radius: 3px;
    text-decoration: none;
    color: #000;
    transition: border-color 0.2s ease-in-out, transform 0.2s ease-in-out;
}

.theater-search-item:hover,
.theater-search-item:focus {
    border-color: #b60000;
    transform: translateY(-1px);
}

.theater-search-title {
    display: block;
    font-size: 17px;
    font-weight: 600;
    color: #b60000;
    margin-bottom: 6px;
}

.theater-search-snippet {
    display: block;
    font-size: 14px;
    line-height: 1.5;
    color: #333;
}

.theater-search-snippet mark {
    background: #ffe8e8;
    color: #b60000;
    padding: 0 2px;
}

.theater-search-empty {
    font-size: 15px;
    color: #555;
    text-align: center;
    margin: 0;
    padding: 8px 0;
}
