/**
 * Chatbot Card - Route Button
 *
 * ✅ NUTZT EINHEITLICHES BUTTON-SYSTEM (chatbot-buttons.css)
 * Route-Button für Store Cards im Chatbot
 * Öffnet Centerplan Modal mit Navigation
 *
 * @package SMG_Mall
 * @since 2.1.0
 */

/* ========================================
   Route Button Container
   ======================================== */

.chatbot-card__route {
    margin-top: clamp(0.625rem, 2vw, 0.75rem);
    padding-top: clamp(0.625rem, 2vw, 0.75rem);
    border-top: 1px solid rgba(0, 0, 0, 0.05);
}

/* ========================================
   Route Button - EXTENDS chatbot-button
   ======================================== */

.chatbot-card__route-button {
    /* Erbt von .chatbot-button (chatbot-buttons.css) */
    /* Nur spezifische Overrides hier */
    width: 100%;
}

