/* Topbox Helper Styles */
#topboxHelper {
    background-color: #f9fafb;
    border: 1px solid #e5e7eb;
    border-radius: 8px;
    padding: 1.5rem;
}

#topboxHelper h4 {
    font-size: 1rem;
    font-weight: 600;
    margin-bottom: 1rem;
    color: #111827;
}

.topbox-help-card {
    background: white;
    border: 1px solid #e5e7eb;
    border-radius: 6px;
    padding: 1rem;
    text-align: center;
    height: 100%;
}

.topbox-help-card h5 {
    font-size: 0.875rem;
    font-weight: 600;
    margin-bottom: 0.5rem;
    color: #111827;
}

.topbox-help-card p {
    font-size: 0.813rem;
    color: #6b7280;
    margin: 0;
    line-height: 1.5;
}

.topbox-help-icon {
    margin-bottom: 0.75rem;
}
