/**
 * Chatbot Cards - Store Styles
 *
 * Verantwortlichkeit: Store-spezifische Card Styles
 *
 * @package CockpitOS_Light_Theme
 * @version 1.0.0
 */

.cockpit-os-chatbot-card--store {
    /* Store-spezifische Styles */
}

.cockpit-os-chatbot-card--store .cockpit-os-chatbot-card__image {
    background: var(--color-gray-50);
    object-fit: contain;
    padding: 1rem;
}

.cockpit-os-chatbot-card--store .cockpit-os-chatbot-card__meta-item:first-child {
    font-weight: 600;
    color: var(--color-primary);
}

