.search-card {
    border-radius: 1rem;
    transition: transform 0.15s ease, box-shadow 0.15s ease;
}

.search-card:hover {
    transform: translateY(-2px);
    box-shadow: 0 0.5rem 1.25rem rgba(0, 0, 0, 0.08) !important;
}

.search-card .card-title {
    line-height: 1.3;
}

.search-card .card-text {
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.search-card .badge {
    font-weight: 600;
    letter-spacing: 0.02em;
}


.search-card a {
	text-decoration: none !important;
}


.search-card a:hover:not(.btn) {
	text-decoration: underline !important;
}


.search-info
{
	text-align: center;
}


.bootbox .bootbox-body .msg
{
    margin: 0.5rem auto;
    padding: 1rem 0.5rem;
    text-align: center;
    font-weight: bold;
    font-style: italic;
    background-color: rgb(108, 117, 125);
    color: rgb(255, 255, 255);
    border-radius: 2px;
}


.bootbox .bootbox-body .form-text
{
	margin-bottom: 10px;
}


.bootbox .bootbox-body textarea
{
	font-size: 13px;
}

