.clt-card {
    max-width: 100%;
    margin: 10px auto;
    border-radius: 10px;
    overflow: hidden;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
}

.clt-card img {
    max-height: 230px;
    object-fit: cover;
    width: 100%;
}

.card-body {
    background-color: #f8f9fa;
    padding: 20px;
}

.card-title {
    font-size: 1.5rem;
    font-weight: bold;
    margin-bottom: 15px;
}

.entity-info-description {
    font-size: 14px;
}

.info-label {
    display: block;
    font-weight: bold;
    font-size: 16px;
    color: #000;
}

.info-text {
    font-size: 14px;
    color: #666;
}

.price {
    font-size: 1.2rem;
    font-weight: bold;
    color: #4CAF50;
}

.price-value {
    font-size: 1.5rem;
    color: #4CAF50;
}

.row {
    margin-bottom: 10px;
}
