/* Forerunner AI Live Chat Pro - Additional Styles */

/* Pro feature indicators */
.forerunner-pro-badge {
    display: inline-block;
    background: linear-gradient(135deg, #f47f1f, #d86d14);
    color: white;
    padding: 2px 8px;
    border-radius: 12px;
    font-size: 11px;
    font-weight: 600;
    text-transform: uppercase;
    margin-left: 8px;
    vertical-align: middle;
}

/* Enhanced quick actions - DISABLED per user request
.forerunner-pro-quick-actions {
    background: linear-gradient(135deg, #f8f9fa, #e9ecef);
    border: 1px solid #dee2e6;
    border-radius: 8px;
    padding: 10px;
}

.forerunner-pro-quick-actions .quick-action-btn {
    background: linear-gradient(135deg, #f47f1f, #d86d14);
    border: none;
    color: white;
    padding: 8px 16px;
    margin: 3px;
    border-radius: 20px;
    font-size: 13px;
    font-weight: 500;
    cursor: pointer;
    transition: all 0.3s ease;
    box-shadow: 0 2px 4px rgba(244, 127, 31, 0.2);
}

.forerunner-pro-quick-actions .quick-action-btn:hover {
    transform: translateY(-1px);
    box-shadow: 0 4px 8px rgba(244, 127, 31, 0.3);
}
*/

/* Custom bot icons enhancements */
.forerunner-pro-bot-icon {
    border: 2px solid #f47f1f;
    border-radius: 50%;
    padding: 2px;
}

.forerunner-pro-bot-icon img {
    border-radius: 50%;
}

/* Pro conversations styling */
.forerunner-pro-conversations {
    background: white;
    border-radius: 8px;
    box-shadow: 0 2px 8px rgba(0,0,0,0.1);
    overflow: hidden;
}

.forerunner-pro-conversation-item {
    padding: 15px;
    border-bottom: 1px solid #e9ecef;
    transition: background-color 0.2s ease;
}

.forerunner-pro-conversation-item:hover {
    background-color: #f8f9fa;
}

.forerunner-pro-conversation-meta {
    font-size: 12px;
    color: #6c757d;
    margin-bottom: 8px;
}

.forerunner-pro-conversation-content {
    font-size: 14px;
    line-height: 1.4;
}

/* Pro color customization indicators */
.forerunner-pro-color-preview {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    border: 3px solid white;
    box-shadow: 0 2px 8px rgba(0,0,0,0.15);
    display: inline-block;
    margin-right: 10px;
    vertical-align: middle;
}

/* Admin pro styling */
.forerunner-pro-admin-header {
    background: linear-gradient(135deg, #f47f1f, #d86d14);
    color: white;
    padding: 20px;
    border-radius: 8px;
    margin-bottom: 20px;
}

.forerunner-pro-admin-header h2 {
    margin: 0;
    color: white;
}

.forerunner-pro-feature-list {
    list-style: none;
    padding: 0;
}

.forerunner-pro-feature-list li {
    padding: 10px 0;
    border-bottom: 1px solid #e9ecef;
    position: relative;
    padding-left: 30px;
}

.forerunner-pro-feature-list li:before {
    content: "✅";
    position: absolute;
    left: 0;
    top: 10px;
}

.forerunner-pro-feature-list li:last-child {
    border-bottom: none;
}
