.horse-card-a5937141 {
    background-color: #fff;
    border-radius: 8px;
    box-shadow: 0 4px 15px rgba(0,0,0,0.1);
    overflow: hidden;
    display: flex;
    flex-direction: column;
}

.horse-image-wrapper-a5937141 img {
    width: 100%;
    height: 300px;
    object-fit: cover;
    display: block;
}

.horse-content-a5937141 {
    padding: 24px;
}

.horse-name-a5937141 {
    margin: 0 0 16px 0;
    font-size: 24px;
}

.horse-info-list-a5937141 {
    list-style: none;
    padding: 0;
    margin: 0 0 24px 0;
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 12px;
}

.horse-info-item-a5937141 {
    font-size: 14px;
}

.horse-info-item-a5937141 strong {
    font-weight: 600;
}

.horse-btn-wrapper-a5937141 {
    text-align: center;
}

.horse-btn-a5937141 {
    display: inline-block;
    padding: 12px 24px;
    background-color: #333;
    color: #fff;
    text-decoration: none;
    border-radius: 4px;
    font-weight: 600;
    transition: opacity 0.3s;
}

.horse-btn-a5937141:hover {
    opacity: 0.9;
    color: #fff;
}