/* FLparts Livechat Turbo Styling */

.flparts-turbo-card {
    transition: transform 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

.flparts-turbo-card:hover {
    transform: translateY(-1px);
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.08) !important;
}

.flparts-turbo-card a:hover {
    filter: brightness(0.95);
}

.flparts-turbo-card code {
    background-color: #e9ecef;
    padding: 1px 4px;
    border-radius: 3px;
    font-size: 11px;
    color: #d63384;
}

/* Quick Action Buttons and Interactive Chips */
.turbo-welcome-card {
    box-shadow: 0 1px 4px rgba(0, 0, 0, 0.08);
    box-sizing: border-box;
    width: 100%;
}

.turbo-quick-btn {
    display: block !important;
    width: 100% !important;
    box-sizing: border-box !important;
    margin: 3px 0 !important;
    padding: 7px 12px !important;
    font-size: 12px !important;
    font-weight: 700 !important;
    line-height: 1.3 !important;
    border-radius: 18px !important;
    text-align: center !important;
    text-decoration: none !important;
    cursor: pointer !important;
    transition: all 0.15s ease-in-out !important;
    box-shadow: 0 1px 3px rgba(0,0,0,0.1) !important;
}

.turbo-quick-btn:hover {
    transform: translateY(-1px) !important;
    box-shadow: 0 2px 5px rgba(0,0,0,0.16) !important;
    filter: brightness(0.96) !important;
}

.turbo-quick-btn-primary {
    background-color: #003366 !important;
    color: #ffffff !important;
    border: 1px solid #002244 !important;
}

.turbo-quick-btn-navy {
    background-color: #002b49 !important;
    color: #ffffff !important;
    border: 1px solid #001f35 !important;
}

.turbo-quick-btn-info {
    background-color: #007bff !important;
    color: #ffffff !important;
    border: 1px solid #0069d9 !important;
}

.turbo-quick-btn-light {
    background-color: #ffffff !important;
    color: #212529 !important;
    border: 1px solid #ced4da !important;
}

.turbo-quick-btn-success {
    background-color: #198754 !important;
    color: #ffffff !important;
    border: 1px solid #146c43 !important;
}

.turbo-quick-btn-faq {
    background-color: #e0f2fe !important;
    color: #0369a1 !important;
    border: 1px solid #bae6fd !important;
}

.turbo-quick-btn-special {
    background-color: #fff7ed !important;
    color: #c2410c !important;
    border: 1px solid #fdba74 !important;
}

.turbo-quick-btn-chip {
    display: block !important;
    width: 100% !important;
    box-sizing: border-box !important;
    margin: 2px 0 !important;
    padding: 6px 6px !important;
    font-size: 11px !important;
    font-weight: 600 !important;
    line-height: 1.2 !important;
    border-radius: 12px !important;
    text-align: center !important;
    text-decoration: none !important;
    cursor: pointer !important;
    box-shadow: 0 1px 2px rgba(0,0,0,0.06) !important;
    background-color: #ffffff !important;
    color: #0f172a !important;
    border: 1px solid #cbd5e1 !important;
    transition: all 0.15s ease-in-out !important;
}

.turbo-quick-btn-chip:hover {
    background-color: #f1f5f9 !important;
    border-color: #94a3b8 !important;
    color: #0284c7 !important;
    transform: translateY(-1px) !important;
    box-shadow: 0 2px 4px rgba(0,0,0,0.1) !important;
}

.turbo-quick-faq-chips table {
    width: 100% !important;
    table-layout: fixed !important;
}

.turbo-actions-bar {
    margin: 4px 0 2px 0 !important;
    padding: 0 !important;
    display: flex !important;
    flex-direction: column !important;
    gap: 3px !important;
    width: 100% !important;
    box-sizing: border-box !important;
}

.turbo-composer-pill-bar {
    scrollbar-width: none;
}
.turbo-composer-pill-bar::-webkit-scrollbar {
    display: none;
}

.turbo-composer-pill-bar .turbo-quick-btn {
    display: inline-block !important;
    width: auto !important;
    margin: 0 !important;
    padding: 4px 10px !important;
    white-space: nowrap !important;
    font-size: 11px !important;
}



