#pferdeadressen-suche {
    max-width: 500px;
    margin: 0 auto;
    font-size: 1.1rem;
    padding: 0.5rem 1rem;
}

.card {
    transition: box-shadow 0.2s ease-in-out;
}

.card:hover {
    box-shadow: 0 0 15px rgba(0,0,0,0.1);
}

.card-body {
    padding: 1.5rem;
}

.card-title {
    font-size: 1.3rem;
}

.card-text {
    font-size: 1.1rem;
}

.card-text a {
    color: #007bff;
    text-decoration: none;
}

.card-text a:hover {
    text-decoration: underline;
}
